mantidimaging.gui.windows.recon.model module¶
- class mantidimaging.gui.windows.recon.model.ReconstructWindowModel(data_model: CorTiltPointQtModel)[source]¶
Bases:
object
- auto_find_minimisation_sqsum(slices: List[int], recon_params: ReconstructionParameters, initial_cor: float | List[float], progress: Progress) List[float] [source]¶
- Parameters:
slices – Slice indices to be reconstructed
recon_params – Reconstruction parameters
initial_cor – Initial COR for the slices. Will be used as the start for the minimisation. If a float is passed it will be used for all slices. If a list is passed, the COR will be retrieved for each slice.
progress – Progress reporter
- property cors¶
- property has_results¶
- property images¶
- initial_select_data(images: ImageStack)[source]¶
- property last_cor¶
- property last_result¶
- property num_points¶
- property preview_projection_idx¶
- property preview_slice_idx¶
- run_full_recon(recon_params: ReconstructionParameters, progress: Progress) ImageStack | None [source]¶
- run_preview_recon(slice_idx: int, cor: ScalarCoR, recon_params: ReconstructionParameters, progress: Progress | None = None) ImageStack | None [source]¶
- property selected_row¶
- property slices¶
- property stack_id¶