Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Create a slice timing file with the same number of slices, and use this as a template.

Put 0’s for the slice order for each slice.

Calculate the slice times as below:

Start with the file from Siemens

For each simultaneous slice (MB1, MB2, etc), insert an adjacent row with the excitation number

Arrange in one long column

Calculate the time per acquisition (time/acq):

= TR / # acquisitions

  • For non-multi-band, # acquisitions = # slices

Convert acquisition order to time in seconds.

Multiply acquisition order by time/acq, AFTER subtracting 1 from acquisition order.

  • We want the first acquisition to be at time 0 sec, i.e., # 1 = time 0. This is why we subtract 1 from acquisition numbers.

  • Similarly, the last acquisition starts before the end of the series, hence the time must be less than the TR.

  • Seconds is DICOM convention, even though ms is used in SPM.

Copy this into the slice times.

  • No labels