stilt.observations.PlumeBackground#
- class stilt.observations.PlumeBackground(value: 'float', uncertainty: 'float', n: 'int', in_plume: 'np.ndarray', used: 'np.ndarray', sides: 'pd.DataFrame') None[source]#
Result of
plume_background().valueis the background: the median of the soundingsused.uncertaintycombines their spread with their retrieval uncertainty in quadrature (NaNfor the retrieval part when none was given).in_plumemarks the soundings inside the plume,usedthose the value came from; both are boolean arrays aligned with the input.sidesis the same statistic for each side of the plume separately, one row per side (north,south,east,west) withn,mean,median,std,retrieval_stdanduncertaintycolumns, so you can see whether the sides agree and pick one withside=.
Attributes#
|
|
|
|
|
|
|
|
|
|
|