mantidimaging.core.data.geometry module#
- class mantidimaging.core.data.geometry.Geometry(num_pixels: list | tuple = (10, 10), pixel_size: list | tuple = (1.0, 1.0), angle_unit: str = 'radian', units: str = 'default', *args, **kwargs)[source]#
Bases:
AcquisitionGeometry
- property cor: ScalarCoR#
Converts the internal CIL-convention COR (defined at the midpoint of the image) to MI-convention.
:return (ScalarCoR) : the MI-convention Centre-of-Rotation (defined at the top of the image).