catalight.analysis

Subpackage used for analyzing data collected by catalight automation tools.

Plotting, user dialogs, and scripts contained within. Note: any module prefixed ‘run_’ can be executed directly to utilize the a simple gui dialog or used by calling module.main() function.

Modules

catalight.analysis.chromatogram_scanner_gui

Graphical User Interface for scanning through chromatograms within a directory.

catalight.analysis.gcdata

Gas chromatograph data and associated processing methods.

catalight.analysis.make_empty_cal_expt

Create empty calibration experiment data structure.

catalight.analysis.plotting

Tools specifically related to plotting data.

catalight.analysis.run_calibration

Prompt user for inputs and run calibration analysis on data set.

catalight.analysis.run_change_xdata

Executable script prompting the user to select experiments and enter new xdata.

catalight.analysis.run_initial_analysis

Executable script to run basic analysis on existing data sets.

catalight.analysis.run_plot_chromatograms_stacked

Executable file that asks user for inputs and plot GC data on one plot.

catalight.analysis.run_plot_comparison

Generate conversion and selectivity plots for multiple experiments using GUI.

catalight.analysis.tools

Tools to help with performing data analysis.

catalight.analysis.user_inputs

Graphical user interface classes for helping user input parameters.