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 to self.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 to self.spectral_propmat_agenda [IN]

  • atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See atm_profile, defaults to self.atm_profile [IN]

  • surf_field (SurfaceField, optional) – The surface field. See surf_field, defaults to self.surf_field [IN]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • zen_grid (ZenGrid, optional) – A single zenith angle grid. See zen_grid, defaults to self.zen_grid [IN]

  • alt_grid (AscendingGrid, optional) – An ascending list of alt. Often related to a field or a profile. See alt_grid, defaults to self.alt_grid [IN]

  • lat (Numeric, optional) – A single latitude. See lat, defaults to self.lat [IN]

  • lon (Numeric, optional) – A single longitude. See lon, defaults to self.lon [IN]

  • azi (Numeric, optional) – The azimuth. Defaults to 0 [IN]