Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 12, 2022
1 parent ad52c65 commit d7c6526
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/messages/bidspmHelp.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,14 @@ function bidspmHelp()
% 'verbosity', 2, ...
% 'space', {'IXI549Space'}, ...
% 'options', struct([]), ...,
% 'ignore', {}, ...
% 'task', {})
%
%
% :param ignore: can be any of ``{'contrasts', 'transformations', 'dataset'}``
% :type ignore: cell string
%
%
% **STATS:**
%
% .. code-block:: matlab
Expand Down
7 changes: 4 additions & 3 deletions src/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,13 @@ def common_parser() -> MuhParser:
If preprocessing should be done only on anatomical data.
""",
choices=[
"contrasts",
"transformations",
"qa",
"fieldmaps",
"slicetiming",
"unwarp",
"qa",
"contrasts",
"transformations",
"dataset",
],
nargs="+",
)
Expand Down

0 comments on commit d7c6526

Please sign in to comment.