Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
nxtomomill
Commits
84dcacb2
Unverified
Commit
84dcacb2
authored
Nov 19, 2021
by
Henri Payno
Browse files
[hdf5] add 'detector_sample_distance' to the settable parameters
parent
5cd24083
Changes
1
Hide whitespace changes
Inline
Side-by-side
nxtomomill/io/confighandler.py
View file @
84dcacb2
...
...
@@ -50,12 +50,14 @@ SETTABLE_PARAMETERS_UNITS = {
"energy"
:
"kev"
,
"x_pixel_size"
:
"m"
,
"y_pixel_size"
:
"m"
,
"detector_sample_distance"
:
"m"
,
}
SETTABLE_PARAMETERS_TYPE
=
{
"energy"
:
float
,
"x_pixel_size"
:
float
,
"y_pixel_size"
:
float
,
"detector_sample_distance"
:
float
,
}
SETTABLE_PARAMETERS
=
SETTABLE_PARAMETERS_UNITS
.
keys
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment