Summary of what happened:
Helo I am trying to run fmriprep between different sequences to test their relative SNR. I have 5 sequences and I have been able to run successfully 4 of them but for one of them I get the subsequent error:
1: [ERR] "SliceTiming" value/s contains invalid value as it is greater than RepetitionTime. SliceTiming values should be in seconds not milliseconds (common mistake). (code: 66 - SLICETIMING_VALUES_GREATOR_THAN_REPETITION_TIME) ./sub-1/func/sub-1_task-rest_bold.nii.gz Evidence: 0.14, 0.21, 0.28, 0.35, 0.42, 0.49, 0.56, 0.63, 0.7, 0.77, 0.84, 0.91, 0.98, 1.05, 1.12, 1.19, 1.26, 1.33, 1.4, 1.47, 1.54, 1.61, 1.68, 1.75, 1.82, 1.89
I have spoken with the radiographers about the sequence and originally this was supposed to have 48 slices but ended up having 28 slices due to some reason but I am taking over a previous project so I do not know the specifics. As a result, I do not know if that is influencing somehow this issue.
Command used:
fmriprep-docker /mnt/d/Struct_learning_fMRI/MRI_Seq_eval/Scanning_for_BIDS/Nifti1/ /mnt/d/Struct_learning_fMRI/MRI_Seq_eval/Scanning_for_BIDS/Nifti1/sub-1/derivatives/ participant --participant-label 1 --fs-no-reconall --low-mem --dummy-scans 5
Version: 23.1.4
Environment: Docker, WSL2 on Windows10
Data formatted according to BIDS standard via: Heudiconv version 1.0.0
Would anyone be able to help with this?
Json contents are below:
{
"AcquisitionMatrixPE": 64,
"AcquisitionNumber": 1,
"AcquisitionTime": "11:27:3.215000",
"BaseResolution": 64,
"BodyPartExamined": "HEAD",
"CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
"CoilCombinationMethod": "Sum of Squares",
"ConsistencyInfo": "N4_VE11C_LATEST_20160120",
"ConversionSoftware": "dcm2niix",
"ConversionSoftwareVersion": "v1.0.20220720",
"DeviceSerialNumber": "167025",
"DwellTime": 3.4e-06,
"EchoTime": 0.03,
"FlipAngle": 90,
"HeudiconvVersion": "1.0.0",
"ImageOrientationPatientDICOM": [1, 0, 0, 0, 0.866025, -0.5],
"ImageOrientationText": "Tra>Cor(-30.0)",
"ImageType": [
"ORIGINAL",
"PRIMARY",
"M",
"ND",
"MOSAIC"
],
"ImagingFrequency": 123.255,
"InPlanePhaseEncodingDirectionDICOM": "COL",
"InstitutionAddress": "Queen Square 12,London,Southeast,GB,WC1N 3BG",
"InstitutionName": "FIL",
"InstitutionalDepartmentName": "Department",
"MRAcquisitionType": "2D",
"MagneticFieldStrength": 3,
"Manufacturer": "Siemens",
"ManufacturersModelName": "Prisma_fit",
"MatrixCoilMode": "SENSE",
"Modality": "MR",
"NonlinearGradientCorrection": false,
"PartialFourier": 1,
"PatientPosition": "HFS",
"PercentPhaseFOV": 100,
"PercentSampling": 100,
"PhaseEncodingDirection": "j-",
"PhaseEncodingSteps": 72,
"PhaseOversampling": 0.12,
"PhaseResolution": 1,
"PixelBandwidth": 2300,
"ProcedureStepDescription": "FIL^Nadine",
"ProtocolName": "nc_epi2d_v2o_3mm_OFC_Amy_64ch",
"PulseSequenceDetails": "%CustomerSeq%\\nc_epi2d_v2o",
"ReceiveCoilActiveElements": "HC1-7",
"ReceiveCoilName": "HeadNeck_64",
"ReconMatrixPE": 64,
"RepetitionTime": 0.07,
"SAR": 0.0872434,
"ScanOptions": "FS",
"ScanningSequence": "RM",
"SequenceName": "ep2dv2o2d1",
"SequenceVariant": "SP\\OSP",
"SeriesDescription": "nc_epi2d_v2o_3mm_OFC_Amy_64ch",
"SeriesNumber": 2,
"ShimSetting": [-169, -1703, 970, 504, -145, -23, -89, 32],
"SliceThickness": 2.5,
"SliceTiming": [0, 0.07, 0.14, 0.21, 0.28, 0.35, 0.42, 0.49, 0.56, 0.63, 0.7, 0.77, 0.84, 0.91, 0.98, 1.05, 1.12, 1.19, 1.26, 1.33, 1.4, 1.47, 1.54, 1.61, 1.68, 1.75, 1.82, 1.89],
"SoftwareVersions": "syngo MR E11",
"SpacingBetweenSlices": 3,
"StationName": "MRC35437",
"TaskName": "TODO: full task name for rest",
"TxRefAmp": 202.476
}
Thank you.