mantidimaging.core.rotation.data_model module#
- class mantidimaging.core.rotation.data_model.CorTiltDataModel[source]#
Bases:
object
Model for finding COR/Tilt from (slice index, centre of rotation) data points
- property cors#
- get_all_cors_from_regression(image_height) list[ScalarCoR] [source]#
- Parameters:
image_height – How many cors will be generated, this should be equal to the image height (i.e. number of sinograms that will be reconstructed)
- Returns:
List of cors for every slice of the image height
- property slices#