mantidimaging.gui.dialogs.cor_inspection.model module#

class mantidimaging.gui.dialogs.cor_inspection.model.CORInspectionDialogModel(images: ImageStack, slice_idx: int, initial_cor: ScalarCoR, recon_params: ReconstructionParameters, iters_mode: bool)[source]#

Bases: object

adjust(image: ImageType) None[source]#

Adjusts the rotation centre/number of iterations and step after an image is selected as the optimal of an iteration.

cor(image: ImageType) float[source]#

Gets the rotation centre for a given image in the current iteration.

property cor_extents: tuple[int, int]#
iterations(image: ImageType) float[source]#
recon_preview(image: ImageType) np.ndarray[source]#
step: int | float#