ARTS built-in documentation server
Workspace Method ybatchTroposphericCorrectionNaiveMedianForward
Description
Performs naive tropospheric corrections on ybatch Sets ybatch_corr to be able to perform the inverse of the corrections, each array-element with 3 entries as [median, part_trans, trop_temp]
Authors: Richard Larsson
Synopsis
ybatchTroposphericCorrectionNaiveMedianForward( | ybatch_corr, ybatch, range, trop_temp, targ_temp ) |
Variables
OUT | ybatch_corr | (ArrayOfVector) | Correction terms for ybatch. |
OUT+IN | ybatch | (ArrayOfVector) | Batch of spectra. |
GIN | range | (ArrayOfIndex) | Positions where the median of the baseline is computed, if empty all is used |
GIN | trop_temp | (Vector) | Radiative temperature of the troposphere |
GIN | targ_temp | (Numeric, Default: 2.73) | Temperature target of the baseline |