helikite.instruments.cpc3007
CPC3007 Total particle concentration in size range of 7 - 2000 nm.
Attributes
Classes
Instrument definition for the cpc3007 sensor system. |
Module Contents
- class helikite.instruments.cpc3007.CPC(*args, **kwargs)
Bases:
helikite.instruments.base.InstrumentInstrument definition for the cpc3007 sensor system.
- __repr__()
- data_corrections(df, *args, **kwargs) pandas.DataFrame
- file_identifier(first_lines_of_csv: list[str]) bool
- set_time_as_index(df: pandas.DataFrame) pandas.DataFrame
- read_data() pandas.DataFrame
- normalize(df: pandas.DataFrame, reference_instrument: helikite.instruments.base.Instrument, verbose: bool, *args, **kwargs) pandas.DataFrame
Normalize CPC3007 concentrations to STP conditions and insert the results right after the existing CPC columns.
Parameters: df (pd.DataFrame): DataFrame containing CPC measurements and metadata.
Returns: df (pd.DataFrame): Updated DataFrame with STP-normalized columns inserted.
- plot_raw_and_normalized(df: pandas.DataFrame, verbose: bool, *args, **kwargs)
- helikite.instruments.cpc3007.cpc