Rework pixel size update
This PR rework the way the auto pixel size is updated.
- Now
TomoDetectors
andTomoDetector
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.