helikite.instruments.pops

  1. POPS -> HK_20220929x001.csv (has pressure)

The POPS is an optical particle counter. It provides information on the particle number concentration (how many particles per cubic centimeter) and the size distribution for particles larger than 180 nm roughly. Resolution: 1 sec

Important variables to keep: DateTime, P, POPS_Flow, b0 -> b15

PartCon needs to be re-calculated by adding b3 to b15 and deviding by averaged POPS_Flow (b0 -> b15 can be converted to dN/dlogDp values with conversion factors I have)

Housekeeping variables to look at: POPS_flow -> flow should be just below 3, and check for variability increase

Attributes

pops

Classes

POPS

Module Contents

class helikite.instruments.pops.POPS(*args, **kwargs)

Bases: helikite.instruments.base.Instrument

name = 'pops'
file_identifier(first_lines_of_csv) bool
set_time_as_index(df: pandas.DataFrame) pandas.DataFrame

Set the DateTime as index of the dataframe and correct if needed

Using values in the time_offset variable, correct DateTime index

data_corrections(df: pandas.DataFrame, *args, **kwargs) pandas.DataFrame
read_data() pandas.DataFrame
helikite.instruments.pops.pops