nlte_line_flux_profileIntegrate
- Workspace.nlte_line_flux_profileIntegrate(self, nlte_line_flux_profile: pyarts.arts.QuantumIdentifierVectorMap | None = None, spectral_flux_profile: pyarts.arts.Matrix | None = None, absorption_bands: pyarts.arts.AbsorptionBands | None = None, atmospheric_profile: pyarts.arts.ArrayOfAtmPoint | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None) None
Integrate the spectral flux profile to get the line non-LTE flux
Author(s): Richard Larsson
- Parameters:
nlte_line_flux_profile (QuantumIdentifierVectorMap, optional) – A per-line flux profile. See
nlte_line_flux_profile
, defaults toself.nlte_line_flux_profile
[OUT]spectral_flux_profile (Matrix, optional) – An altitude profile of spectral flux. See
spectral_flux_profile
, defaults toself.spectral_flux_profile
[IN]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for LBL calculations. See
absorption_bands
, defaults toself.absorption_bands
[IN]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]