spectral_rad_operatorClearsky1D
- Workspace.spectral_rad_operatorClearsky1D(self, spectral_rad_operator: pyarts3.arts.SpectralRadianceOperator | None = None, atm_field: pyarts3.arts.AtmField | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, lat: pyarts3.arts.Numeric | None = None, lon: pyarts3.arts.Numeric | None = None, cia_extrapolation: pyarts3.arts.Numeric | None = None, cia_robust: pyarts3.arts.Index | None = None) None
Set up a 1D spectral radiance operator
The operator is set up to compute the spectral radiance at any point as seen from a 1D atmospheric profile.
This method will share line-by-line,cross-section, collision-induced absorption, and predefined model data with the workspace (if they exist already when this method is called).
Author: Richard Larsson
- Parameters:
spectral_rad_operator (SpectralRadianceOperator, optional) – The spectral radiance operator. See
spectral_rad_operator, defaults toself.spectral_rad_operator[OUT]atm_field (AtmField, optional) – An atmospheric field in ARTS. See
atm_field, defaults toself.atm_field[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[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]cia_extrapolation (Numeric, optional) – The extrapolation distance for cia. Defaults to
0[IN]cia_robust (Index, optional) – The robustness of the cia extrapolation. Defaults to
0[IN]