catalight.analysis.make_empty_cal_expt.main

catalight.analysis.make_empty_cal_expt.main(main_fol, filename, dilution, tot_flow=1)

Build an empty set of folders to put calibration data into.

The main point of this module is to replicate a composition sweep experiment for users that will be performing a calibration using multiple sets of calibration gasses. This package generally assumes that calibration is performed using one calibration gas tank diluted with MFCs. If this is not your situation, this module may be useful.

Parameters:
  • main_fol (str) – Directory to save folders in.

  • filename (str) – Folder name you’d like to use when saving ‘calibration expt’

  • dilution (list of float or int) – Percent amount you diluted the original calibration gas For example, you have 1000 ppm, 500 ppm, and 100 ppm calibration gasses This would mimic diluting a 1000 ppm gas by 100%, 50%, 10% So the list you provide would be [100, 50, 10]

  • tot_flow (float or int, optional) – Enter if you’d like to specify/record flow rate used. The default is 1.

Return type:

None.