nlte_line_flux_profileIntegrate

Workspace.nlte_line_flux_profileIntegrate(self, nlte_line_flux_profile: pyarts3.arts.QuantumIdentifierVectorMap | None = None, spectral_flux_profile: pyarts3.arts.Matrix | None = None, abs_bands: pyarts3.arts.AbsorptionBands | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None) None

Integrate the spectral flux profile to get the line non-LTE flux

Author: Richard Larsson

Parameters:
  • nlte_line_flux_profile (QuantumIdentifierVectorMap, optional) – A per-line flux profile. See nlte_line_flux_profile, defaults to self.nlte_line_flux_profile [OUT]

  • spectral_flux_profile (Matrix, optional) – An altitude profile of spectral flux. See spectral_flux_profile, defaults to self.spectral_flux_profile [IN]

  • abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See abs_bands, defaults to self.abs_bands [IN]

  • atm_profile (ArrayOfAtmPoint, optional) – A special case atmospheric profile in ARTS for 1D/2D calculations, see atm_field for the common interface. See atm_profile, defaults to self.atm_profile [IN]

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