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
57118cf1
Commit
57118cf1
authored
Nov 16, 2020
by
payno
Browse files
[h5_to_nx] update documentation regarding the set-params option.
/close
#35
parent
9e895633
Pipeline
#37255
passed with stages
in 5 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/tutorials/tomoh52nx.rst
View file @
57118cf1
...
...
@@ -110,5 +110,7 @@ nxtomomill tomoh52nx --help
--set-params [SET_PARAMS [SET_PARAMS ...]]
Allow manual definition of some parameters. Valid
parameters (and expected input unit) are: energy
(kev).
(kev). Should be added at the end of the command line
because will try to cover all text set after this
option.
```
\ No newline at end of file
nxtomomill/app/tomoh52nx.py
View file @
57118cf1
...
...
@@ -240,7 +240,9 @@ def main(argv):
nargs
=
"*"
,
help
=
"Allow manual definition of some parameters. "
"Valid parameters (and expected input unit) "
"are: {}."
.
format
(
_getPossibleInputParams
()),
"are: {}. Should be added at the end of the command line because "
"will try to cover all text set after this "
"option."
.
format
(
_getPossibleInputParams
()),
)
options
=
parser
.
parse_args
(
argv
[
1
:])
...
...
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