GSTT-CSC / hazen

Quality assurance framework for Magnetic Resonance Imaging
https://github.com/GSTT-CSC/hazen
Apache License 2.0
22 stars 12 forks source link

[HZN-75] SpRes-Use curve fitting for ESF (and therfore LSF and MTF) - subsumes #69, #72, #75 #75

Open laurencejackson opened 3 years ago

laurencejackson commented 3 years ago

Transferred by @LaurenceJackson on Aug 9, 2020, 18:23

:::Issue recreated from Jira issue HZN-75:::

Imported from https://bitbucket.org/gsttmri/hazen/issues/76/spres-use-curve-fitting-for-esf-and Use a curve fitting algorithm, perhaps cubic spline, to estimate ESF.The current algorithm rounds to a nearby pixel (often not the closest) at several points (issues #69, #72, #75), reducing the overall accuracy and resolution of the MTF, and giving more weighing to the points furthest from the edge.Fitting a smooth curve to the ESF and calculating the LSF and MTF from these fitted values may improve both accuracy and resolution.

RFranklin-MR commented 1 year ago

How does this differ from https://github.com/GSTT-CSC/hazen/issues/68 ?