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 24bebd8 commit 339e108Copy full SHA for 339e108
heuristics/dbic_bids.py
@@ -436,8 +436,9 @@ def infotodict(seqinfo):
436
# if there is no _run -- no run label addded
437
run_label = None
438
439
- if s.is_motion_corrected:
440
- assert s.is_derived, "Motion corrected images must be 'derived'"
+ # yoh: had a wrong assumption
+ # if s.is_motion_corrected:
441
+ # assert s.is_derived, "Motion corrected images must be 'derived'"
442
443
if s.is_motion_corrected and 'rec-' in regd.get('bids', ''):
444
raise NotImplementedError("want to add _acq-moco but there is _acq- already")
0 commit comments