fips.InversionPipeline.aggregate_obs_space#

InversionPipeline.aggregate_obs_space(obs, forward_operator, modeldata_mismatch, constant)[source]#

Aggregate the observation space.

Optionally aggregate the observation space (e.g. hourly → daily) by applying the same aggregation to the obs vector, forward operator, model-data mismatch covariance, and constant term.

Return type:

tuple[Vector, ForwardOperator, CovarianceMatrix, Vector | None]