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
Variables
| OUT+IN | ybatch | (ArrayOfVector) | Batch of spectra. |
| OUT+IN | time_grid | (ArrayOfTime) | A grid of times. |
| OUT | covmat_sepsbatch | (ArrayOfMatrix) | Covariance matrix for measurement uncertainties |
| OUT | counts | (ArrayOfIndex) | Holds a list of counts, any counts. |
| GIN | time_step | (String) | Time step in the form "INDEX SCALE", where SCALE is "h", "min", or "s" for hours, minutes or seconds |
| GIN | disregard_first | (Index, Default: 0) | Flag to remove first time step (e.g., if it is an incomplete step) |
| GIN | disregard_last | (Index, Default: 0) | Flag to remove last time step (e.g., if it is an incomplete step) |