Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cfel_fmt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dataAnalysis
cfel_fmt
Commits
5b8f15c1
Commit
5b8f15c1
authored
7 years ago
by
Valerio Mariani
Browse files
Options
Downloads
Patches
Plain Diff
Labelled the version of load_crystfel_geometry fraction
parent
c22804d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfel_crystfel.py
+6
-1
6 additions, 1 deletion
cfel_crystfel.py
with
6 additions
and
1 deletion
cfel_crystfel.py
+
6
−
1
View file @
5b8f15c1
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment