gui.widget_files_data module

This widget contains the functionality for setting the important paths and names. The widget can be executed as a standalone version.

Functionalities provided in this widget:

Note

Technically not all the functionalities are provided here, such as the connection to the saver class.

  1. Choose IR delay file

  2. Choose UV/VIS delay file

  3. Choose Fabry Perot file

  4. Choose save path

  5. Choose whether or not you want to save the data and save the raw data

class WidgetFilesData(*args, obj=None, **kwargs)[source]

Bases: PyQt5.QtWidgets.QGroupBox, ui_files_data.Ui_GroupBox_file

open_fabryperot()[source]
open_ir()[source]
open_uv()[source]
save_data()[source]
set_default_paths(hw)[source]

Add defaults paths from hardware config file.

Parameters

hw (object) – Hardware properties object that holds all the relevant paths.

turn_off_both_checkboxes()[source]
turn_on_both_checkboxes()[source]