Page MenuHomePhabricator

Implement Kurtosis Fitting
Closed, ResolvedPublic

Description

Feature request for a kurtosis fitting in diffusion-weighted images. Building blocks:

  • KurtosisImageFilter for the signal equation: exp( -b* ADC + 1/6 b*b ADC^2 AKC )
  • Provide a MiniApp Interface to the filter
  • Provide a GUI interface
    1. KurtosisWidget (QwtPlotWidget-derived )
    2. extend the current IVIM View by a second tab page

Event Timeline

Missing feature list ( to be implemented on top of fd01d690cc18 :

  1. fixed selection of the value painted as '1' (either measuremens[0] or b0_fit )
    • alternatively show the original values (not only the attenuation)
  2. add control of expected value ranges
    • K from [0, 5], use a penalty-term in the filter
  3. GUI control of the maximal b-value used for fitting
  4. add selection of normal / logarithmic fit
  5. enable export of the map values (inside the mask) to clipboard