We are about to release a lot of new data for our chronic Aphasia Recovery Cohort (ARC) on OpenNeuro, as well as a new acute data release. However, I am confused about how to report the lesion masks as based on these neurostars and Github
The core issues are:
- Lesions are in native space for a specific modality (e.g. aligned to T2w) which may have different dimensions and angulation from the T1
- These are not in standard space, so I am unclear if they should exist in the derivatives folder (they were not acquired by the scanner).
- Lesion expansion is common, and therefore the masks are unique to a single session.
- The corresponding BIDS sidecar will have the “Type: Lesion” field
Consider a participant that was seen twice at 1058 and 1492 days post stroke, is this the correct nomenclature for a lesion drawn to match the T2 scan acquired on the visit at 1058 days post stroke?
.
├── ...
├── sub-M2001
│ ├── ses-1058
│ │ ├── anat
│ │ │ ├── sub-M2001_ses-1058_T1w.nii
│ │ │ ├── sub-M2001_ses-1058_T2w.nii
│ │ │ └── sub-M2001_ses-1058_T2w_mask.nii
│ │ └── func
│ └── ses-1492
│ ├── anat
│ │ ├── sub-M2001_ses-1492_T1w.nii
│ │ ├── sub-M2001_ses-1492_T2w.nii
│ │ └── sub-M2001_ses-1492_T2w_mask.nii
│ └── func
└── ...