ARTS built-in documentation server

Workspace Method ybatchTimeAveraging

Description

Time average of ybatch and time_grid

Computes the internal covariance matrix in covmat_sepsbatch, and
stores the number of elements per averaging in counts

Authors: Richard Larsson

Synopsis

ybatchTimeAveraging( ybatch, time_grid, covmat_sepsbatch, counts, time_step, disregard_first, disregard_last )

Variables

OUT+INybatch(ArrayOfVector)Batch of spectra.
OUT+INtime_grid(ArrayOfTime)A grid of times.
OUTcovmat_sepsbatch(ArrayOfMatrix)Covariance matrix for measurement uncertainties
OUTcounts(ArrayOfIndex)Holds a list of counts, any counts.
GINtime_step(String)Time step in the form "INDEX SCALE", where SCALE is "h", "min", or "s" for hours, minutes or seconds
GINdisregard_first(Index, Default: 0)Flag to remove first time step (e.g., if it is an incomplete step)
GINdisregard_last(Index, Default: 0)Flag to remove last time step (e.g., if it is an incomplete step)