ARTS built-in documentation server
Workspace Method telsemAtlasLookup
Description
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.
Authors: Simon Pfreundschuh
Synopsis
telsemAtlasLookup( | emissivities, lat, lon, atlas ) |
Variables
GOUT | emissivities | (Vector) | The SSMI emissivities from the atlas |
GIN | lat | (Numeric) | The latitude for which to compute the emissivities. |
GIN | lon | (Numeric) | The latitude for which to compute the emissivities. |
GIN | atlas | (TelsemAtlas) | The Telsem atlas to use. |