ARTS built-in documentation server
Workspace Method ybatchTimeAveraging
Description
Time average of ybatch and sensor_time
Authors: Richard Larsson
Synopsis
ybatchTimeAveraging( | ybatch, sensor_time, time_step, disregard_first, disregard_last ) |
Variables
OUT+IN | ybatch | (ArrayOfVector) | Batch of spectra. |
OUT+IN | sensor_time | (ArrayOfTime) | The time for each measurement block. |
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) |