File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,14 @@ def _slice_time_ref(value, parser):
277
277
any spatial references. For further details, please check out \
278
278
https://fmriprep.readthedocs.io/en/latest/spaces.html""" ,
279
279
)
280
+ g_conf .add_argument (
281
+ "--me-output-echos" ,
282
+ action = "store_true" ,
283
+ default = False ,
284
+ help = """\
285
+ Output individual echo time series with slice, motion and susceptibility correction. \
286
+ Useful for further Tedana processing post-NiBabies.""" ,
287
+ )
280
288
281
289
g_conf .add_argument (
282
290
"--bold2t1w-init" ,
Original file line number Diff line number Diff line change @@ -378,6 +378,8 @@ class execution(_Config):
378
378
"""Do not monitor *nibabies* using Sentry.io."""
379
379
output_dir = None
380
380
"""Folder where derivatives will be stored."""
381
+ me_output_echos = False
382
+ """Output individual echo time series with slice, motion and susceptibility correction"""
381
383
output_layout = None
382
384
"""Layout of derivatives within output_dir."""
383
385
output_spaces = None
You can’t perform that action at this time.
0 commit comments