ybatchTroposphericCorrectionNaiveMedianInverse
- Workspace.ybatchTroposphericCorrectionNaiveMedianInverse(self: pyarts.arts._Workspace, ybatch: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfVector | None = self.ybatch, ybatch_corr: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfVector | None = self.ybatch_corr, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Performs inverse of naive tropospheric corrections on
ybatch
Author(s): Richard Larsson
- Parameters:
ybatch (ArrayOfVector, optional) – Batch of spectra. See
ybatch
, defaults toself.ybatch
[INOUT]ybatch_corr (ArrayOfVector, optional) – Correction terms for
ybatch
. Seeybatch_corr
, defaults toself.ybatch_corr
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]