src.file.load_data_info package¶
Submodules¶
src.file.load_data_info.load_data_info_controller module¶
Load Data Info Controller
-
class
src.file.load_data_info.load_data_info_controller.
loadDataInfoController
(channel_names, tmin, tmax)[source]¶ Bases:
file.load_data_info.load_data_info_listener.loadDataInfoListener
Close the window.
Close the window and send the information to the main controller :param montage: Montage of the headset :type montage: str :param channels_selected: Channels selected :type channels_selected: list of str :param tmin: Start time of the epoch or raw file to keep :type tmin: float :param tmax: End time of the epoch or raw file to keep :type tmax: float :param dataset_name: The name of the loaded dataset. :type dataset_name: str
src.file.load_data_info.load_data_info_listener module¶
Load Data Info Listener
src.file.load_data_info.load_data_info_view module¶
Load Data Info View
-
class
src.file.load_data_info.load_data_info_view.
loadDataInfoView
(channel_names, tmin, tmax)[source]¶ Bases:
PyQt5.QtWidgets.QWidget
-
cancel_load_data_info_trigger
()[source]¶ Send the information to the controller that the computation is cancelled.
-
channels_selection_trigger
()[source]¶ Open the multiple selector window. The user can select multiple channels.
-
confirm_load_data_info_trigger
()[source]¶ Retrieve the all the additional information and send the information to the controller. Check if the float input are in the acceptable range (between tmin and tmax).
-