-
Notifications
You must be signed in to change notification settings - Fork 36
Description
General summary
Hi! I have been really enjoying bidscoin so far, I find it quite convenient 😄.
I am currently trying to convert some raw enhanced DICOMs to BIDS, but for some reason, bidscoin seems to struggle with recognizing the run structure in my functional MRI data.
The DICOM folder in the func/ subfolder of my raw data contains image files (IM_0001, IM_0005, IM_0008, ...) and some extra files (PS_0002, PS_0006, PS_0009, ..., XX_0003, XX_0004, XX_0007, ...) for a total of 12 runs of an identical fMRI sequence.
Currently, the respective func/ part in the resulting BIDS folder is looking something like this:
It seems that the runs are converted into suffices a-k instead of run numbers. Also, something else seems to be instead interpreted as the run number, because I end up with some files that contain "run-1" or "run-2" Interestingly, when I just run dcm2niix myself, I don't seem to have any issues:
I am not sure if this is expected behavior or a bug, but in any case, is there any chance I can replace the a-k suffices with appropriate run indices? Thanks a lot in advance!
Additional detail
I am running bidscoin 4.4.0 and dcm2niix v1.0.20241211 on Linux.