Skip to content
Snippets Groups Projects
Commit 5b8f15c1 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Labelled the version of load_crystfel_geometry fraction

parent c22804d1
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ from __future__ import (absolute_import, division, print_function, ...@@ -23,7 +23,7 @@ from __future__ import (absolute_import, division, print_function,
import re import re
from collections import OrderedDict from collections import OrderedDict
from copy import deepcopy from copy import deepcopy
from math import sqrt from math import sqrt
...@@ -602,4 +602,9 @@ def load_crystfel_geometry(filename): ...@@ -602,4 +602,9 @@ def load_crystfel_geometry(filename):
_find_min_max_d(detector) _find_min_max_d(detector)
fh.close() fh.close()
# The code of this function is synced with the code of the function
# 'get_detector_geometry_2' in CrystFEL at commit 41a8fa9819010fe8ddeb66676fee717f5226c7b8
return detector return detector
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment