spectral_rad_fieldProfilePseudo2D
- Workspace.spectral_rad_fieldProfilePseudo2D(self, spectral_rad_field: pyarts3.arts.GriddedSpectralField6 | None = None, spectral_propmat_agenda: pyarts3.arts.Agenda | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, zen_grid: pyarts3.arts.ZenGrid | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, lat: pyarts3.arts.Numeric | None = None, lon: pyarts3.arts.Numeric | None = None, azi: pyarts3.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
zen_gridProfilePseudo2D().Author: Richard Larsson
Used by wrapper method
- Parameters:
spectral_rad_field (GriddedSpectralField6, optional) – The spectral radiance field. See
spectral_rad_field, defaults toself.spectral_rad_field[OUT]spectral_propmat_agenda (Agenda, optional) – Computes the propagation matrix, the non-LTE source vector, and their derivatives. See
spectral_propmat_agenda, defaults toself.spectral_propmat_agenda[IN]atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atm_profile, defaults toself.atm_profile[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]zen_grid (ZenGrid, optional) – A single zenith angle grid. See
zen_grid, defaults toself.zen_grid[IN]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[IN]lat (Numeric, optional) – A single latitude. See
lat, defaults toself.lat[IN]lon (Numeric, optional) – A single longitude. See
lon, defaults toself.lon[IN]azi (Numeric, optional) – The azimuth. Defaults to
0[IN]