scripts.ImportFiles#
Classes#
Module Contents#
- class scripts.ImportFiles.ImportFilePanel(parent=None)#
Bases:
PyQt5.QtWidgets.QWidget- add_prev_trained_model()#
- add_species()#
Add a new species selection panel.
- init_species_layout()#
- select_blank_files()#
Select blank files and copy them to the working directory.
- select_directory()#
- select_species_files(species_button)#
Select species files and update the species name field.
- toggle_const_scaling()#
- blank_button#
- blank_files = []#
- file_types = 'Flow Cytometry Files (*.fcs);;All Files (*)'#
- layout#
- model = None#
- model_loaded = False#
- previously_trained_model_button#
- scaling_constant#
- select_blanks_message#
- species_files#
- species_widgets = []#
- working_directory#