This collection of modules is in carche of reading, processing and simulating POPS related data. There are several different POPS specific modules which will be discussed in seperate notebooks:
peak: This module is to process the peak-files which are created by POPS during operation. It will take care of sizing particles and creating size distributions.
housekeeping: This module precesses another file that is created by POPS, the housekeeping file.
raw: Another file that is created during operation is the raw file. This module takes care of it.
calibration: This module handles/creates calibration files, which are used by the peak module.
mie: Allows simulation of POPS calibration files.
serial: POPS has the option to generate serial output. This module handles data files that contains this output.
tools: it contains some function used by mie ... will probably be made invisible at some point
In [1]:
from atmPy.instruments.POPS import calibration,housekeeping,mie,peaks,raw,serial,tools