sairyscan.reconstruction.SpitfireJoinDenoise

sairyscan.reconstruction.SpitfireJoinDenoise#

class sairyscan.reconstruction.SpitfireJoinDenoise(weight: float = 0.6, reg: float = 0.5)#

Gray scaled image deconvolution with the Spitfire algorithm

Parameters:
  • weight – model weight between hessian and sparsity. Value is in ]0, 1[,

  • reg – Regularization weight. Value is in ]0, 1[

__init__(weight: float = 0.6, reg: float = 0.5)#

Methods

__init__([weight, reg])

add_observer(observer)

Add an observer

notify(message)

Notify progress to observers

progress(value)

Notify progress to observers

run_2d(image)

Do the reconstruction for the 2D case