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
Michiel Cottaar
fsl_mrs
Commits
2f72c2db
Commit
2f72c2db
authored
Apr 21, 2020
by
Saad Jbabdi
Browse files
no_rescale was the wrong way round
parent
589c1f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl_mrs/scripts/fsl_mrs
View file @
2f72c2db
...
...
@@ -95,7 +95,7 @@ def main():
optional
.
add_argument
(
'--conj_basis'
,
dest
=
'conjbasis'
,
action
=
"store_true"
,
help
=
'Force conjugation of basis'
)
optional
.
add_argument
(
'--no_conj_basis'
,
dest
=
'conjbasis'
,
action
=
"store_false"
,
help
=
'Forbid automatic conjugation of basis'
)
optional
.
set_defaults
(
conjfid
=
None
,
conjbasis
=
None
)
optional
.
add_argument
(
'--no_rescale'
,
action
=
"store_
fals
e"
,
help
=
'Forbid rescaling of FID/basis/H2O.'
)
optional
.
add_argument
(
'--no_rescale'
,
action
=
"store_
tru
e"
,
help
=
'Forbid rescaling of FID/basis/H2O.'
)
optional
.
add
(
'--config'
,
required
=
False
,
is_config_file
=
True
,
help
=
'configuration file'
)
...
...
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