Skip to content

Rework pixel size update

Valentin Valls requested to merge rework-pixel-size-update into master

This PR rework the way the auto pixel size is updated.

  • Now TomoDetectors and TomoDetector are aware of there parents
  • This allow TomoDetector to register itself the source of information it needs to compute the pixel size

This reduce the coupling between objects, and allow to parameterize the pixel size in different ways if needed.

Merge request reports