exporting
Module Contents
Classes
Attributes
- class exporting.ExportWorker(main_window: main.MainWindow, mode: str = None, lock: threading.Lock = None, f_dir: str = None)[source]
Bases:
PyQt5.QtCore.QRunnable
- class exporting.ExporterOptions(main_window: main.MainWindow)[source]
- class exporting.Exporter(main_window: main.MainWindow, mode: str = None, signals: signals.WorkerSignals = None, lock: threading.Lock = None, f_dir: str = None)[source]
- property mw: main.MainWindow[source]
- property main_window: main.MainWindow[source]
- static write_dataframe_to_file(dataframe: pandas.DataFrame, path: str, filename: str, file_type: dict)[source]
- static groups_to_df(groups: List[grouping.Group])[source]
- levels_to_df(max_exp_num: int, levels: List[change_point.Level | grouping.GlobalLevel], filter_settings: dict = None, is_grouped: bool = None)[source]
- export_spectra_2d(particle: smsh5.Particle)[source]
- export_hists(particle: smsh5.Particle)[source]
- export_lifetimes(particles: smsh5.Particle | List[smsh5.Particle], whole_trace: bool = False) None[source]
- export_grouping_results(particle: smsh5.Particle)[source]
- export_grouping_info(particle: smsh5.Particle)[source]
- export_levels_global_grouped_plot(particle: smsh5.Particle)[source]
- export_levels_grouped_plot(particle: smsh5.Particle)[source]
- _export_level_plot(ints: list | numpy.ndarray, lvl_tr_path: str, times: list | numpy.ndarray)[source]
- _export_levels(lvl_path: str, particle: smsh5.Particle, roi: bool = False)[source]
- export_levels(particle: smsh5.Particle)[source]
- export_corr_hists(particle: smsh5.Particle)[source]
- _export_trace(ints: list | numpy.ndarray, particle: smsh5.Particle, times: list | numpy.ndarray, tr_path: str)[source]
- export_trace(particle: smsh5.Particle)[source]
- export_corr(tr_path: str, particle: smsh5.Particle)[source]
- plot_lifetimes(particle: smsh5.Particle) None[source]
- plot_corr_hists(particle: smsh5.Particle)[source]
- plot_spectra(particle: smsh5.Particle)[source]
- plot_lifetime_fit_residuals(particle: smsh5.Particle, only_groups: bool = False)[source]
- plot_grouping_bic(particle: smsh5.Particle)[source]
- plot_levels(particle: smsh5.Particle, plot_groups: bool = False)[source]
- plot_intensities(particle: smsh5.Particle)[source]