spectral_flux_profilePseudo2D
- Workspace.spectral_flux_profilePseudo2D(self, spectral_flux_profile: pyarts3.arts.Matrix | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, lat: pyarts3.arts.Numeric | None = None, lon: pyarts3.arts.Numeric | None = None, spectral_propmat_agenda: pyarts3.arts.Agenda | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, pol: pyarts3.arts.Stokvec | None = None, dzen: pyarts3.arts.Numeric | None = None, consider_limb: pyarts3.arts.Index | None = None, azi: pyarts3.arts.Numeric | None = None) None
Computes the spectral flux profile using pseudo-2D geometry
Wrapper calling Methods (in order):
Equivalent (mostly) Python code:
1ws = pyarts.Workspace() 2 3# ... 4 5 ws.zen_gridProfilePseudo2D() 6 ws.spectral_rad_fieldProfilePseudo2D() 7 ws.spectral_flux_profileFromSpectralRadianceField()
Author: Richard Larsson
- Parameters:
spectral_flux_profile (Matrix, optional) – An altitude profile of spectral flux. See
spectral_flux_profile, defaults toself.spectral_flux_profile[OUT]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[IN]atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atm_profile, defaults toself.atm_profile[IN]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_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]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]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]pol (Stokvec, optional) – Polarization vector for the spectral flux profile. Defaults to
1 0 0 0[IN]dzen (Numeric, optional) – The zenith grid max step size. Defaults to
1[IN]consider_limb (Index, optional) – Whether or not special care is given to the limb. Defaults to
1[IN]azi (Numeric, optional) – The azimuth. Defaults to
0[IN]