catalight.analysis.tools.load_results

catalight.analysis.tools.load_results(expt)

Load analysis results of previously analyzed experiment.

Parameters:

expt (Experiment) – Experiment object that has data and has been analyzed.

Returns:

  • numpy.ndarray – 3D matrix of concentrations for each molecule, gc collection, and condition [Condition x [Timestamps, ChemID] x run number

  • pandas.DataFrame – average concentration for each molecule and experiment condition

  • pandas.DataFrame – one standard deviation of concentration measurements