-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I was working on a preprocessing script to crop the images using the spinal cord masks as the reference and came across a minor discrepancy in the names of the (image, label) pairs in the BIDS-formatted version of the dataset. Particularly, the image name for a subject is as follows sub-m023917_ses-20130506_acq-ax_T2w.nii.gz
(note the existence of _T2w
suffix here) and the corresponding labels for the same subject is as follows: (i) cord label sub-m023917_ses-20130506_acq-ax_seg-manual.nii.gz
, (ii) lesion label sub-m023917_ses-20130506_acq-ax_lesion-manual.nii.gz
(the suffix _T2w
is not mentioned in the file names).
The preprocessing script could indeed be changed to take this into account, but I wanted to make sure whether this was intended while creating the BIDS version of the dataset. If not, then this has to be fixed in order to reduce manual tweaking of the preprocessing script.