bids-apps / CPAC

BIDS Application for the Configurable Pipeline for the Analysis of Connectomes (C-PAC)
Apache License 2.0
14 stars 18 forks source link

Get slice timings #12

Closed egarza closed 6 years ago

egarza commented 6 years ago

Perhaps it`s a silly question but, reading the manual it says BIDS needs the precise slice acquisition times to perform slice timing correction. What tool can I use to get the times? Dcm2Bids doesn't do it nor I can get it from the nifti header so I guess it should be on the DICOM header? Or how do you guys do it?

Thanks

Ed

chrisgorgo commented 6 years ago

dcm2niix and heudiconv are able to extract that information from DICOMs. It's always good to validate it with the sequence specification.

On Sat, Aug 5, 2017 at 8:28 PM, Eduardo Garza-Villarreal < notifications@github.com> wrote:

Perhaps it`s a silly question but, reading the manual it says BIDS needs the precise slice acquisition times to perform slice timing correction. What tool can I use to get the times? Dcm2Bids doesn't do it nor I can get it from the nifti header so I guess it should be on the DICOM header? Or how do you guys do it?

Thanks

Ed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BIDS-Apps/CPAC/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOkpxhVJ35xklbkQE5gIg6e7uSW_7V2ks5sVTLqgaJpZM4OuoBm .

egarza commented 6 years ago

Thanks, I'll try that. Also, I've been told to convert from Dicom to Nifti using AFNI for the same info.