Hi @Steven and @Julia_Pottkamper, I seem to be having a similar problem to Julia, expect that my .json’s don’t have an ‘EstimatedTotalReadoutTime’ in them. fmriprep is running well but ignoring my fmap’s and not performing susceptibility correction. Any advice?
My directory structure is:
├── anat
│ ├── sub-AUD4_ses-Preop_T1w.json
│ └── sub-AUD4_ses-Preop_T1w.nii.gz
├── fmap
│ ├── sub-AUD4_ses-Preop_acq-eyes_run-1_dir-AP_epi.json
│ └── sub-AUD4_ses-Preop_acq-eyes_run-1_dir-AP_epi.nii.gz
│ ├── sub-AUD4_ses-Preop_acq-eyes_run-1_dir-PA_epi.json
│ └── sub-AUD4_ses-Preop_acq-eyes_run-1_dir-PA_epi.nii.gz
└── func
├── sub-AUD4_ses-Preop_task-eyes_acq-TR1750_run-1_bold.json
└── sub-AUD4_ses-Preop_task-eyes_acq-TR1750_run-1_bold.nii.gz
My .json for the fmap “sub-AUD4_ses-Preop_acq-eyes_run-1_dir-AP_epi.json” is:
{
"Modality": "MR",
"MagneticFieldStrength": 3,
"ImagingFrequency": 123.25,
"Manufacturer": "Siemens",
"ManufacturersModelName": "Prisma",
"InstitutionName": "Sunnybrook_Research_Institute",
"InstitutionalDepartmentName": "HEALTH_SCIENCE_CENTRE",
"InstitutionAddress": "Bayview_Avenue_2075_Toronto_Ontario_CA_M4N_3M5",
"DeviceSerialNumber": "66049",
"StationName": "AWP66049",
"BodyPartExamined": "BRAIN",
"PatientPosition": "HFS",
"ProcedureStepDescription": "RESEARCH_DBSA1F",
"SoftwareVersions": "syngo_MR_E11",
"MRAcquisitionType": "2D",
"SeriesDescription": "ep2d_bold_p2_s2_iso2.5_eyes_open_resting",
"ProtocolName": "ep2d_bold_p2_s2_iso2.5_eyes_open_resting",
"ScanningSequence": "EP",
"SequenceVariant": "SK",
"ScanOptions": "FS",
"SequenceName": "_epfid2d1_80",
"ImageType": ["ORIGINAL", "PRIMARY", "M", "ND", "MOSAIC"],
"SeriesNumber": 16,
"AcquisitionTime": "09:50:19.820000",
"AcquisitionNumber": 1,
"SliceThickness": 2.5,
"SpacingBetweenSlices": 2.5,
"SAR": 0.0363053,
"EchoTime": 0.03,
"RepetitionTime": 1.75,
"FlipAngle": 40,
"PartialFourier": 1,
"BaseResolution": 80,
"ShimSetting": [
-254,
-9666,
2642,
377,
-76,
18,
-38,
-17 ],
"TxRefAmp": 301.512,
"PhaseResolution": 1,
"ReceiveCoilName": "HeadNeck_20",
"ReceiveCoilActiveElements": "HE1-4",
"PulseSequenceDetails": "%SiemensSeq%_ep2d_bold",
"RefLinesPE": 32,
"ConsistencyInfo": "N4_VE11C_LATEST_20160120",
"MultibandAccelerationFactor": 2,
"PercentPhaseFOV": 100,
"PercentSampling": 100,
"EchoTrainLength": 39,
"PhaseEncodingSteps": 79,
"AcquisitionMatrixPE": 80,
"ReconMatrixPE": 80,
"BandwidthPerPixelPhaseEncode": 51.02,
"ParallelReductionFactorInPlane": 2,
"EffectiveEchoSpacing": 0.000245002,
"DerivedVendorReportedEchoSpacing": 0.000490004,
"TotalReadoutTime": 0.0193552,
"PixelBandwidth": 2500,
"DwellTime": 2.5e-06,
"PhaseEncodingDirection": "j-",
"SliceTiming": [
1.2675,
0,
0.865,
0.0575,
0.9225,
0.115,
0.98,
0.1725,
1.0375,
0.23,
1.095,
0.2875,
1.1525,
0.345,
1.21,
0.46,
1.325,
0.5175,
1.3825,
0.575,
1.44,
0.6325,
1.4975,
0.69,
1.555,
0.75,
1.6125,
0.8075,
1.6725,
0.4025,
1.2675,
0,
0.865,
0.0575,
0.9225,
0.115,
0.98,
0.1725,
1.0375,
0.23,
1.095,
0.2875,
1.1525,
0.345,
1.21,
0.46,
1.325,
0.5175,
1.3825,
0.575,
1.44,
0.6325,
1.4975,
0.69,
1.555,
0.75,
1.6125,
0.8075,
1.6725,
0.4025 ],
"ImageOrientationPatientDICOM": [
0.996142,
0.0108095,
0.0870912,
-0.00347717,
0.996467,
-0.0839073 ],
"InPlanePhaseEncodingDirectionDICOM": "COL",
"ConversionSoftware": "dcm2niix",
"ConversionSoftwareVersion": "v1.0.20200331"
, "IntendedFor": "sub-AUD4_ses-Preop_task-eyes_acq-TR1750_crun-1_bold.nii.gz"
}