helikite.instruments.pico

7) Pico -> Pico100217_220204_152813Eng.txt / Pico100217_220219_123139Eng.txt (doesn’t have pressure)

Gas monitor measuring CO, N2O and H2O

Can operate in two different modes. When it opeartes in differentioal mode, there an additional variable called Differential.CO and should be used for the CO reading.

In manual mode, look at CO_ppm (however, in this case, the baseline need to be substracted but this might require some more conversation on how to do it.)

For quality check -> plot the following variables: win1Fit7 and win1Fit8 (if win1Fit8 has a sudden jump (very noticeable) this indicates a bad fit)

Attributes

pico

Classes

Pico

Helper class that provides a standard way to create an ABC using

Module Contents

class helikite.instruments.pico.Pico(*args, **kwargs)

Bases: helikite.instruments.base.Instrument

Helper class that provides a standard way to create an ABC using inheritance.

__repr__()
file_identifier(first_lines_of_csv) bool

Default file identifier callback

set_time_as_index(df: pandas.DataFrame) pandas.DataFrame

Set the DateTime as index of the dataframe

data_corrections(df, *args, **kwargs)

Default callback function for data corrections.

Return with no changes

read_data() pandas.DataFrame

Read data into dataframe

This allows a custom read function to parse the CSV/TXT into a dataframe, for example cleaning dirty data at the end of the file in memory without altering the input file (see flight computer conf).

helikite.instruments.pico.pico