stilt.observations.Background#
- class stilt.observations.Background(value: 'float', per_particle: 'pd.Series', weights: 'pd.Series') None[source]#
Result of
background().valueis the background at the receptor, weighted like the footprint:Σ weights × per_particle.per_particleis the field at each particle’s endpoint, indexed byindx;NaNwhere the endpoint lies outside the field.weightsis each particle’s share, indexed the same way:1 / Neach without transforms, so they sum to one; with pressure weighting they sum to the fraction of the column’s air mass the particles cover. Particles without a value are left out ofvalueand the others carry their weight, as if they had the same mean.
Attributes#
|
|
|
|
|