spectral_radiance_fieldProfilePseudo2D
- Workspace.spectral_radiance_fieldProfilePseudo2D(self, spectral_radiance_field: pyarts.arts.StokvecGriddedField6 | None = None, propagation_matrix_agenda: pyarts.arts.Agenda | None = None, atmospheric_profile: pyarts.arts.ArrayOfAtmPoint | None = None, surface_field: pyarts.arts.SurfaceField | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, zenith_grid: pyarts.arts.AscendingGrid | None = None, altitude_grid: pyarts.arts.AscendingGrid | None = None, latitude: pyarts.arts.Numeric | None = None, longitude: pyarts.arts.Numeric | None = None, azimuth: pyarts.arts.Numeric | None = None) None
Computes the spectral radiance field assuming a profile and a pseudo-2D path.
A profile is defined as having space blackbody emission from the top and surface temperature blackbody emissision from the surface.
Limb paths are only considered when the zenith angle misses the next lower level using the same mechanism as in
zenith_gridProfilePseudo2D()
.Author(s): Richard Larsson
- Parameters:
spectral_radiance_field (StokvecGriddedField6, optional) – The spectral radiance field. See
spectral_radiance_field
, defaults toself.spectral_radiance_field
[OUT]propagation_matrix_agenda (Agenda, optional) – Compute the propagation matrix, the non-LTE source vector, and their derivatives. See
propagation_matrix_agenda
, defaults toself.propagation_matrix_agenda
[IN]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]surface_field (SurfaceField, optional) – The surface field describes the surface properties. See
surface_field
, defaults toself.surface_field
[IN]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]zenith_grid (AscendingGrid, optional) – A single zenith angle grid. See
zenith_grid
, defaults toself.zenith_grid
[IN]altitude_grid (AscendingGrid, optional) – An ascending list of
altitude
. Often related to a field or a profile. Seealtitude_grid
, defaults toself.altitude_grid
[IN]latitude (Numeric, optional) – A single latitude. See
latitude
, defaults toself.latitude
[IN]longitude (Numeric, optional) – A single longitude. See
longitude
, defaults toself.longitude
[IN]azimuth (Numeric, optional) – The azimuth. Defaults to
0
[IN]