mantidimaging.gui.windows.operations.presenter module¶
- class mantidimaging.gui.windows.operations.presenter.FiltersWindowPresenter(view: FiltersWindowView, main_window: MainWindowView)[source]¶
Bases:
BasePresenter
- divider = '------------------------------------'¶
- init_crop_coords(roi_field: QLineEdit)[source]¶
Sets the initial value of the crop coordinates line edit widget so that it doesn’t contain values that are larger than the image. :param roi_field: The ROI field line edit widget.
- is_a_proj180deg(stack_to_check: ImageStack)[source]¶
- property main_window: MainWindowView¶
- property max_preview_image_idx¶
- set_stack(stack: ImageStack | None)[source]¶
- stack: ImageStack | None = None¶
- view: FiltersWindowView¶