frequency_gridFitNonLTE
- Workspace.frequency_gridFitNonLTE(self, frequency_grid: pyarts.arts.AscendingGrid | None = None, absorption_bands: pyarts.arts.AbsorptionBands | None = None, df: pyarts.arts.Numeric | None = None, nf: pyarts.arts.Index | None = None) None
Frequency grid useful for
atmospheric_profileFitNonLTE()
Author(s): Richard Larsson
- Parameters:
frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[OUT]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for LBL calculations. See
absorption_bands
, defaults toself.absorption_bands
[IN]df (Numeric) – Frequency grid spacing around the line-center. The range will be f0 * (1-df) to f0 * (1 +df) of each absorption line. [IN]
nf (Index, optional) – Number of frequency points per line. Defaults to
401
[IN]