EPI distortion correction: echo spacing and bandwidth

EPI distortion correction - to correct for geometric distortions caused by the susceptibility artifact - in BrainVoyager can be performed as a preprocessing step with the anatabacus plugin. The anatabacus plugin uses the pixelshift method by Jezzard & Balaban (1995). The pixelshift for each voxel is calculated using a B0 fieldmap and some acquisition parameters: phase encoding bandwidth and phase encoding direction of the EPI data, and echo time difference of the "fieldmap" [1]. 

bandwidth

Figure: acquisition parameters; please note that FSL uses the word 'dwell time' in the sense of 'echo spacing'.

To calculate the bandwidth (BW) in phase encoding direction, we need to know the echo spacing (ES). Echo spacing is related to the receiver bandwidth BW (the range of frequencies that can be captured with a certain sampling speed) as follows: ES = 1/BW.

Echo spacing for different scanners

Siemens: the echo spacing in milliseconds is mentioned on the scan protocol PDF. For details, please consult the anatabacus manual.

Philips: the echo spacing can be calculated from a formula using the water-fat shift per pixel, which is mentioned in the *.PAR header. For 3T, the water-fat shift per pixel is for example 12.0. The formula becomes:
 
echo spacing in msec = 1000 * (water-fat shift (per pixel)/(water-fat shift (in Hz) * echo train length))
 
 
where
Here is a Matlab script to calculate the echo spacing (in milliseconds): calc_echo_spacing_philips_mod.m (zipped).
 
Echo spacing and acceleration
 
In case acceleration like SENSE or GRAPPA is used, the echo spacing needs to be divided by the acceleration factor, for example if echo spacing is 0.5ms with factor 2, then effective echo spacing is 0.5/2 = 0.25ms.
Partial Fourier for phase and slice as well as multiband (MB-EPI) can apparently be ignored in calculations for echo spacing.
 

[1] For Siemens scanners, the fieldmap sequence is gre_field_mapping. This sequence acquires two similar T2 images with different echo times. Magnitude and phase images are reconstructed (usually one only receives the magnitude data). Since the two phase images are subtracted from each other, the result is two magnitude and one so-called 'differential phase map'. After unwrapping (removing jumps of 2 pi) and rescaling to Hertz, this differential phase map is used to calculate the shift for each pixel.

[2] Haacke et al: 3.35ppm. Bernstein et al (pg. 960): Chemical shifts (ppm, using protons in tetramethyl silane Si(CH3)4 as a reference). Protons in lipids ~1.3, protons in water 4.7, difference: 4.7 - 1.3 = 3.4.