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)[source]#

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

cor(image)[source]#

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

property cor_extents#
iterations(image)[source]#
recon_preview(image)[source]#
step: int | float#