Image-X-Institute / mri_distortion_toolkit

Characterisation and reporting of geometric distortion in MRI
https://image-x-institute.github.io/mri_distortion_toolkit/
GNU General Public License v3.0
9 stars 3 forks source link

add B0 harmonics to gradient harmonics #204

Closed bwheelz36 closed 1 year ago

bwheelz36 commented 2 years ago
bwheelz36 commented 2 years ago

I think we do this by adding a function in utilities called "combine gradient and B0" or something:

def combine_gradient_and_B0_harmonics(Gx, Gy, Gz, B0, dicom_data):

then we figure out the frequency encode direction, scale B0 by gradient strength, and add the harmonics together...will it be that simple?

bwheelz36 commented 2 years ago
bwheelz36 commented 2 years ago