Lev2Data#

class pia.level_data.Lev2Data(level0_data, level1_data, del_temp=0.5)#

Bases: EvalData

Creates Level 2 Data

Parameters:
  • level0_data (instance of class Lev0Data)

  • level1_data (instance of class Lev1Data)

  • del_temp (float, optional) – bin size for temperature bins default: 0.5

create_df_mean(*arg)#

Creates Dataframe with INP concentrations and important parameters of each run.

Parameters:

*arg (tuple) – instances of Lev2Data for different chambers

Returns:

df_mean

Return type:

pd.DataFrame

create_t_spec()#

Creates temperature spectra for each run.

Returns:

  • df_temp (pd.DataFrame) – temperature spectra for each run

  • df_exp (pd.DataFrame) – dataframe with binned concentrations of all expansions

export_data()#

Exports Level 2 data.

export_data_mean(*arg)#

Exports Level 2 mean data.

Parameters:

*arg (tuple) – instances of Lev2Data for different chambers