telsemAtlasLookup
- Workspace.telsemAtlasLookup(self: pyarts.arts._Workspace, emissivities: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, lat: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, lon: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, atlas: pyarts.arts.WorkspaceVariable | pyarts.arts.TelsemAtlas, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Lookup SSMI emissivities from Telsem Atlas.
This returns the emissivities (indices [0,..,6]) for the SSMI channels that are contained in the Telsem atlas.
If given latitude and longitude are not in the atlas an empty vector is returned.
Author(s): Simon Pfreundschuh
- Parameters:
emissivities (Vector) – The SSMI emissivities from the atlas. [OUT]
lat (Numeric) – The latitude for which to compute the emissivities. [IN]
lon (Numeric) – The latitude for which to compute the emissivities. [IN]
atlas (TelsemAtlas) – The Telsem atlas to use. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]