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
as indeed that flag did not select only the subject I specified, but went through all and then crashed with
Traceback (most recent call last):
File "/opt/dsst-defacing-pipeline/run.py", line 192, in <module>
main()
File "/opt/dsst-defacing-pipeline/run.py", line 132, in main
missing_refacer_out = deface.deface_primary_scan(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/dsst-defacing-pipeline/deface.py", line 218, in deface_primary_scan
primary_t1 = mapping_dict[subj_id][sess_id]['primary_t1']
~~~~~~~~~~~~^^^^^^^^^
KeyError: 'sub-0046'
as that subject is missing ses-01 (but has 02-04) which usually contained the anat/ (relevant here also #42) .
I think pipeline should not crash, since such inconsistency is not per se violation of BIDS etc.
The text was updated successfully, but these errors were encountered:
Also relates to
as indeed that flag did not select only the subject I specified, but went through all and then crashed with
as that subject is missing
ses-01
(but has 02-04) which usually contained theanat/
(relevant here also #42) .I think pipeline should not crash, since such inconsistency is not per se violation of BIDS etc.
The text was updated successfully, but these errors were encountered: