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¶
- property empty¶
- 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 has_results¶
- property num_points¶
- property slices¶
- property stack_properties¶