We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
mri_field_map_reg.m
mirt/mri/fieldmap/mri_field_map_reg.m
Line 96 in 43b20b5
Line 148 in 43b20b5
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:mirt/mri/fieldmap/mri_field_map_reg.m
Line 96 in 43b20b5
mirt/mri/fieldmap/mri_field_map_reg.m
Line 148 in 43b20b5
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
The text was updated successfully, but these errors were encountered: