Skip to main content
Ctrl+K

MantidImaging 3.0.0a1 documentation

  • Overview
  • Installation
  • User Doc
  • Developer Doc
  • API
    • Release Notes
    • Troubleshooting
    • Code Repository
    • Anaconda Package
  • GitHub
  • Overview
  • Installation
  • User Doc
  • Developer Doc
  • API
  • Release Notes
  • Troubleshooting
  • Code Repository
  • Anaconda Package
  • GitHub

Section Navigation

Contents:

  • Tutorials
    • Installation
    • Quick Start Guides
    • Quick Start: Example Reconstruction
    • Quick Start: Example Time of Flight (ToF) Analysis
  • How-To Guides
  • Explanations
    • Overview
    • Graphical User Interface (GUI)
      • Loading and Saving
      • Image view
      • Operations Window
      • Reconstruction Window
      • Spectrum Viewer
    • Operations
    • Reconstruction Help page
      • Center of Rotation and Tilt
      • Reconstruction Algorithms
      • Reconstruction Filters
  • Reference
    • Support
    • API Reference
      • mantidimaging package
        • mantidimaging.core package
        • mantidimaging.gui package
        • mantidimaging.helper module
        • mantidimaging.ipython module
        • mantidimaging.main module
    • Mantid Imaging next release
  • User Documentation
  • Reference
  • API Reference
  • mantidimaging package
  • mantidimaging.gui package
  • mantidimaging.gui.widgets package
  • mantidimaging.gui.widgets.dataset_selector package
  • mantidimaging.gui.widgets.dataset_selector.presenter module

mantidimaging.gui.widgets.dataset_selector.presenter module#

class mantidimaging.gui.widgets.dataset_selector.presenter.DatasetSelectorWidgetPresenter(view: DatasetSelectorWidgetView, show_stacks: bool = False)[source]#

Bases: BasePresenter

do_reload_datasets() → None[source]#
do_select_eligible_stack() → None[source]#
handle_selection(index: int) → None[source]#
notify(signal: Notification) → None[source]#
show_stacks: bool#
view: DatasetSelectorWidgetView#
class mantidimaging.gui.widgets.dataset_selector.presenter.Notification(*values)[source]#

Bases: Enum

RELOAD_DATASETS = 0#
SELECT_ELIGIBLE_STACK = 1#

previous

mantidimaging.gui.widgets.dataset_selector package

next

mantidimaging.gui.widgets.dataset_selector.view module

On this page
  • DatasetSelectorWidgetPresenter
    • DatasetSelectorWidgetPresenter.do_reload_datasets()
    • DatasetSelectorWidgetPresenter.do_select_eligible_stack()
    • DatasetSelectorWidgetPresenter.handle_selection()
    • DatasetSelectorWidgetPresenter.notify()
    • DatasetSelectorWidgetPresenter.show_stacks
    • DatasetSelectorWidgetPresenter.view
  • Notification
    • Notification.RELOAD_DATASETS
    • Notification.SELECT_ELIGIBLE_STACK

This Page

  • Show Source

© Copyright 2017-2025, Mantid Project.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.