Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mri_field_map_reg_scale causing bright pixels outside head #19

Open
JeffFessler opened this issue Oct 22, 2021 · 0 comments
Open

mri_field_map_reg_scale causing bright pixels outside head #19

JeffFessler opened this issue Oct 22, 2021 · 0 comments

Comments

@JeffFessler
Copy link
Owner

MH reports that putting images from J-SENSE recon code output
https://sigpy.readthedocs.io/en/latest/generated/sigpy.mri.app.JsenseRecon.html#sigpy.mri.app.JsenseRecon
into mri_field_map_reg.m causes amplification of pixels outside the head in this line:

[yik yi2] = mri_field_map_reg_scale(yik, etime, arg.fmax);

function [yik yi2] = mri_field_map_reg_scale(yik, etime, fmax)

Masking the fieldmaps (using ESPIRT masks) addressed the issue.
Fixing this is a low priority because I recommend using this code instead anyway:
https://github.com/ClaireYLin/regularized-field-map-estimation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant