mantidimaging.gui.widgets.spectrum_widgets.export_settings_widget module#

class mantidimaging.gui.widgets.spectrum_widgets.export_settings_widget.FitExportFormWidget(parent=None)[source]#

Bases: QWidget

Export Format and Export Area dropdowns.

property is_full_sample_export: bool#

True when the user has selected ‘Full sample image’ in the Image Export Region dropdown.

property overlay_opacity: float#

Return overlay opacity spinbox. Opacity flipped so that 0% transparency = 100% opacity to improve intuitivenessl

property parameter_selected#
populate_parameter_selector(param_names: list[str]) None[source]#

Populate the parameter selector combo with fitted parameter names and enable it after all data is written to export table

selected_area() str[source]#
property selected_colour_range_mode: str#
selected_format() str[source]#
set_chi2_threshold(value: float) None[source]#

Set the chi2 threshold without emitting signals to avoid pre-maturely updating the map display before all data is written to table

set_roi_names(roi_names: list[str]) None[source]#

Update ROI dropdown list dynamically.