PlotsPINE#

class pia.plotting.PlotsPINE(campaign, pine_id, operation_id, manual_ice_threshold)#

Bases: Plots

Creates time series for PINE

Parameters:
  • campaign (str) – name of campaign

  • pine_id (str)

  • operation_id (int)

  • manual_ice_threshold (bool) – whether the ice threshold is manually set or not

plot_diagnostic()#

Creates a timeseries plot for the adiabatic temperature and the saturation ratio

plot_hist(runs)#

Creates histograms for single runs.

Parameters:

runs (list) – list of runs, that should be plotted

plot_timeseries(cirrus_mode)#

Creates time series.

Parameters:

cirrus_mode (bool) – whether the measurements were made in cirrus regime or not

start_values()#

Creates a list of values of a given parameter at the start of the expansion for each run.

Returns:

start_values

Return type:

pd.DataFrame