Hey Jure,
I believe I am encountering a similar issue reported here: [RESOLVED] Import_dicom not reading all the diffusion data but for fMRI volumes.
Description:
When importing fMRI data random volumes are being dropped. Interestingly, this only occurs for releases >1.0.0 and only for some fMRI runs and not others and in some instances even for T1w images. My workaround at the moment is to use 0.99 or below. I was wondering if it is possible to fix this in the new releases >1.4.0. Below is the specific call that I am using with 1.4.0 and the log DICOM-Report.txt. Thanks again!
Best wishes,
Deniz
Call:
qunex import_dicom \
--masterinbox="${DATA}/sessions/inbox/MR/" \
--sessionsfolder="${DATA}/sessions/" \
--nameformat="(?P<subject_id>.*?)_(?P<session_name>.*)" \
--check="no" \ # also tried "any"
--add_json_info="all" \
--parelements="all"
Logs:
# Generated by QuNex 1.4.0 [QIO] on 2025-11-13_11.21.26.420923
Report for R9999_3TSESS1 (R9999) scanned on 2025-03-24 14:51:52
MR device: SIEMENS|Prisma
20 2 AAHScout 1 [TR 3.15, TE 1.37] R0011 2025-03-24 14:51:52
30 3 AAHScout_MPR_sag 1 [TR 3.15, TE 1.37] R0011 2025-03-24 14:51:53
70 7 gre_field_mapping_aligned 1 [TR 731.00, TE 7.38] R0011 2025-03-24 14:56:04
80 8 gre_field_mapping_aligned 1 [TR 731.00, TE 7.38] R0011 2025-03-24 14:56:04
90 9 gre_field_mapping_aligned 1 [TR 731.00, TE 7.38] R0011 2025-03-24 14:56:05
130 13 rfMRI_REST_AP 488 [TR 800.00, TE 37.00] R0011 2025-03-24 15:01:51
WARNING: number of frames in nii does not match dicom information: 271 vs. 488 frames
WARNING: not enough slices (72) to make a complete volume.
160 16 rfMRI_REST_PA 488 [TR 800.00, TE 37.00] R0011 2025-03-24 15:12:26
WARNING: number of frames in nii does not match dicom information: 232 vs. 488 frames
WARNING: not enough slices (72) to make a complete volume.
180 18 T1w_MPR 1 [TR 2400.00, TE 2.02] R0011 2025-03-24 15:22:39
210 21 T2w_SPC 1 [TR 3200.00, TE 564.00] R0011 2025-03-24 15:31:20
280 28 tfMRI_PVT_RUN1_AP 211 [TR 1000.00, TE 37.00] R0011 2025-03-24 15:41:25
310 31 tfMRI_PVT_RUN2_AP 44 [TR 1000.00, TE 37.00] R0011 2025-03-24 15:45:11
340 34 tfMRI_PVT_RUN3_AP 323 [TR 1000.00, TE 37.00] R0011 2025-03-24 15:53:23
WARNING: number of frames in nii does not match dicom information: 284 vs. 323 frames
WARNING: not enough slices (72) to make a complete volume.
370 37 tfMRI_PVT_RUN4_AP 323 [TR 1000.00, TE 37.00] R0011 2025-03-24 16:00:45
WARNING: number of frames in nii does not match dicom information: 112 vs. 323 frames
WARNING: not enough slices (72) to make a complete volume.