ybatchTroposphericCorrectionNaiveMedianForward
- Workspace.ybatchTroposphericCorrectionNaiveMedianForward(self: pyarts.arts._Workspace, ybatch_corr: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfVector]] = self.ybatch_corr, ybatch: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfVector]] = self.ybatch, range: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfIndex]] = ArrayOfIndex(0), trop_temp: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], targ_temp: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric]] = 2.73, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
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]Uses the same tropospheric temperature for all values if trop_temp.nelem()==1
Author(s): Richard Larsson
- Parameters:
ybatch_corr (ArrayOfVector, optional) – Correction terms for
ybatch
. Seeybatch_corr
, defaults toself.ybatch_corr
[OUT]ybatch (ArrayOfVector, optional) – Batch of spectra. See
ybatch
, defaults toself.ybatch
[INOUT]range (ArrayOfIndex, optional) – Positions where the median of the baseline is computed, if empty all is used. Defaults to
ArrayOfIndex(0)
[IN]trop_temp (Vector) – Radiative temperature of the troposphere [dim: 1 or ybatch.nelem()]. [IN]
targ_temp (Numeric, optional) – Temperature target of the baseline. Defaults to
2.73
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]