Skip to content
GitLab
Menu
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
38034c74
Unverified
Commit
38034c74
authored
Dec 06, 2021
by
Henri Payno
Browse files
rename
parent
a1fca226
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tutorials/h52nx.rst
View file @
38034c74
...
...
@@ -153,7 +153,7 @@ an option from command line
Titles corresponding to zserie init scans
--dark_titles DARK_TITLES, --dark-titles DARK_TITLES
Titles corresponding to dark scans
--ref_titles
REF
_TITLES, --ref-titles
REF
_TITLES
--flat_titles --flat_titles
--ref_titles
FLAT
_TITLES, --ref-titles
FLAT
_TITLES
Titles corresponding to ref scans
--proj_titles PROJ_TITLES, --proj-titles PROJ_TITLES
Titles corresponding to projection scans
...
...
nxtomomill/app/h52nx.py
View file @
38034c74
...
...
@@ -82,7 +82,7 @@ Application to convert a bliss-hdf5 tomography dataset to Nexus - NXtomo (hdf5)
Titles corresponding to zserie init scans
--dark_titles DARK_TITLES, --dark-titles DARK_TITLES
Titles corresponding to dark scans
--ref_titles REF_TITLES, --ref-titles
REF
_TITLES
--flat_titles --flat-titles
--ref_titles REF_TITLES, --ref-titles
FLAT
_TITLES
Titles corresponding to ref scans
--proj_titles PROJ_TITLES, --proj-titles PROJ_TITLES
Titles corresponding to projection scans
...
...
@@ -303,10 +303,13 @@ def main(argv):
help
=
"Titles corresponding to dark scans"
,
)
parser
.
add_argument
(
"--flat_titles"
"--flat-titles"
"--ref_titles"
,
"--ref-titles"
,
default
=
None
,
help
=
"Titles corresponding to ref scans"
,
dest
=
"flat_titles"
,
)
parser
.
add_argument
(
"--proj_titles"
,
...
...
nxtomomill/app/h5_3dxrd2nx.py
View file @
38034c74
...
...
@@ -80,7 +80,7 @@ Application to convert a tomo dataset written in bliss- hdf5 - 3D-XRD into and h
Titles corresponding to zserie init scans
--dark_titles DARK_TITLES, --dark-titles DARK_TITLES
Titles corresponding to dark scans
--ref_titles REF_TITLES, --ref-titles
REF
_TITLES
--flat-titles --flat_titles
--ref_titles REF_TITLES, --ref-titles
FLAT
_TITLES
Titles corresponding to ref scans
--proj_titles PROJ_TITLES, --proj-titles PROJ_TITLES
Titles corresponding to projection scans
...
...
@@ -293,10 +293,13 @@ def main(argv):
help
=
"Titles corresponding to dark scans"
,
)
parser
.
add_argument
(
"--flat_titles"
,
"--flat-titles"
,
"--ref_titles"
,
"--ref-titles"
,
default
=
None
,
help
=
"Titles corresponding to ref scans"
,
dest
=
"flat_titles"
,
)
parser
.
add_argument
(
"--proj_titles"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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