mantidimaging.gui.windows.nexus_load_dialog.presenter module#
- class mantidimaging.gui.windows.nexus_load_dialog.presenter.ImageKeys(*values)[source]#
Bases:
Enum- DarkField = 2#
- FlatField = 1#
- Projections = 0#
- class mantidimaging.gui.windows.nexus_load_dialog.presenter.NexusLoadPresenter(view: NexusLoadDialog)[source]#
Bases:
object- get_dataset() tuple[Dataset, str][source]#
Create a LoadingDataset and title using the arrays that have been retrieved from the NeXus file. :return: A tuple containing the Dataset and the data title string.
- notify(n: Notification) None[source]#
- view: NexusLoadDialog#