Skip to content

Added backend for center-of-rotation estimator

Valentin Valls requested to merge cor_backend into main

Closes daiquiri-tomo#283 (closed) daiquiri-tomo#262 (closed)

This PR improve the slice reconstruction task.

  • Rework the reconstruction backend config (now it is setup by Beacon configuration, and can be override by task input)
  • Added a COR backend (which can be setup by Beacon configuration, or override by task input)
  • Created a new dedicated bliss-cor6 backend
  • Fix sinogram normalization (to make sure it works for common scans 0..360 or 360..0)
  • Added and fixes tests
Edited by Valentin Valls

Merge request reports