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.
- 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
- CPC_STP_normalization(df)
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.
- helikite.instruments.cpc3007.cpc