Bases: QDialog
Template dialog for event detection.
the main window
instance of QMainWindow
information about groups from Channels
list of dict
Button box with Ok and Cancel
QDialogButtonBox
List widget containing all channels for selected group.
QListWidget
List widget containing all stages.
QListWidget
List widget containing all marked cycles.
QListWidget
info about selected group from Channels
dict
Get the selected channel(s in order).
list of str – name of each channel (without group), in original record order
Bases: QDialog
Dialog to specify time in the recordings, either as seconds from the start of the recordings or absolute time.
title (str) – ‘Lights out’ or ‘Lights on’
start_time (datetime) – absolute start time of the recordings
dur (int) – total duration of the recordings
Notes
The value of interest is in self.idx_seconds.value(), which is seconds from the start of the recordings.