helikite.instruments.cpc3007 ============================ .. py:module:: helikite.instruments.cpc3007 .. autoapi-nested-parse:: CPC3007 Total particle concentration in size range of 7 - 2000 nm. Attributes ---------- .. autoapisummary:: helikite.instruments.cpc3007.cpc Classes ------- .. autoapisummary:: helikite.instruments.cpc3007.CPC Module Contents --------------- .. py:class:: CPC(*args, **kwargs) Bases: :py:obj:`helikite.instruments.base.Instrument` Instrument definition for the cpc3007 sensor system. .. py:method:: data_corrections(df, *args, **kwargs) -> pandas.DataFrame .. py:method:: file_identifier(first_lines_of_csv: List[str]) -> bool .. py:method:: set_time_as_index(df: pandas.DataFrame) -> pandas.DataFrame .. py:method:: read_data() -> pandas.DataFrame .. py:method:: 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. .. py:data:: cpc