Skip to content

Create a setter for sample_detector_distance

Valentin Valls requested to merge sample-detector-distance-setter into main

Refactoring to put the responsibility of sample_detector_distance only in TomoDetector.

As result some modelization detail like detector_axis or offset_detector_distance become private (are only known by TomoDetector).

This will allow in the future to rework this aspect if needed (create other private properties to modelize other stuffs).

  • Plus some cleanup, usually for typing or imported modules
Edited by Valentin Valls

Merge request reports