cosedaUI.importers package¶
Submodules¶
cosedaUI.importers.import_emd_window module¶
Dialog and worker to import EMD files/folders and convert them to H5/INI.
- class cosedaUI.importers.import_emd_window.EMDImportThread(*args, **kwargs)[source]¶
Bases:
QThreadWorker thread that converts EMD inputs to H5/INI artifacts and reports status.
- file_progress¶
alias of
int
- finished¶
alias of
bool
- status_update¶
alias of
str
- class cosedaUI.importers.import_emd_window.ImportEMDWindow(*args, **kwargs)[source]¶
Bases:
QDialog- import_finished(success, message, ini_files)[source]¶
Handle completion of the import, reporting results and adding INIs to the workspace.
cosedaUI.importers.import_h5_window module¶
Dialog for importing existing HDF5 datasets and creating plain INS metadata.
cosedaUI.importers.import_mrc_window module¶
Dialog and worker to import MRC files/folders, create INIs, and convert to H5.
- class cosedaUI.importers.import_mrc_window.ImportMRCWindow(*args, **kwargs)[source]¶
Bases:
QDialogUI to batch-import MRC folders and kick off conversion to H5.
cosedaUI.importers.import_tiff_window module¶
Dialog and worker to import TIFF folders, generate INI, and convert to H5.
- class cosedaUI.importers.import_tiff_window.ImportTiffWindow(*args, **kwargs)[source]¶
Bases:
QDialogUI to select a TIFF folder, set compression, and launch conversion to H5/INI.
- import_finished(success, message)[source]¶
Handle completion, surface result, and auto-add generated INI to the workspace.
Module contents¶
Importer dialogs for bringing raw data into COSEDA.
- class cosedaUI.importers.ImportEMDWindow(*args, **kwargs)[source]¶
Bases:
QDialog- import_finished(success, message, ini_files)[source]¶
Handle completion of the import, reporting results and adding INIs to the workspace.
- class cosedaUI.importers.ImportH5Window(*args, **kwargs)[source]¶
Bases:
QDialogDialog to import an existing HDF5: - Creates a plain INS file alongside the HDF5. - Moves and renames the HDF5 into the INS output folder.
- class cosedaUI.importers.ImportMRCWindow(*args, **kwargs)[source]¶
Bases:
QDialogUI to batch-import MRC folders and kick off conversion to H5.
- class cosedaUI.importers.ImportTiffWindow(*args, **kwargs)[source]¶
Bases:
QDialogUI to select a TIFF folder, set compression, and launch conversion to H5/INI.
- import_finished(success, message)[source]¶
Handle completion, surface result, and auto-add generated INI to the workspace.