We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198dfbe commit ce2089cCopy full SHA for ce2089c
heudiconv/heuristics/reproin.py
@@ -572,7 +572,7 @@ def infotodict(seqinfo):
572
# assert s.is_derived, "Motion corrected images must be 'derived'"
573
574
if s.is_motion_corrected and 'rec-' in series_info.get('bids', ''):
575
- raise NotImplementedError("want to add _acq-moco but there is _acq- already")
+ raise NotImplementedError("want to add _rec-moco but there is _rec- already")
576
577
def from_series_info(name):
578
"""A little helper to provide _name-value if series_info knows it
0 commit comments