You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In working on #1040, I noticed that a bunch of command-line arguments in ASLPrep aren't in XCP-D. At least some of them seem like they could be useful in XCP-D.
Summary
In working on #1040, I noticed that a bunch of command-line arguments in ASLPrep aren't in XCP-D. At least some of them seem like they could be useful in XCP-D.
Implemented in Add--stop-on-first-crash
: Whether the workflow should stop or continue after the first error. In config, but not CLI.--stop-on-first-crash
option to command-line interface #1044.--boilerplate_only
: Only generate a boilerplate.--sloppy
: Run in sloppy mode (meaning, suboptimal parameters that minimize run-time).--debug
: Debug mode(s). In config, but not CLI.--fs_subjects_dir
?--md_only_boilerplate
: Do not convert boilerplate from MarkDown to LaTex and HTML. In config, but not CLI.--low_mem
: Utilize uncompressed NIfTIs and other tricks to minimize memory allocation.--write_graph
: Write out the computational graph corresponding to the planned preprocessing. In config, but not CLI.The text was updated successfully, but these errors were encountered: