abs_bandsLineMixingAdaptation
- Workspace.abs_bandsLineMixingAdaptation(self, abs_bands: pyarts3.arts.AbsorptionBands | None = None, abs_ecs_data: pyarts3.arts.LinemixingEcsData | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, temperatures: pyarts3.arts.AscendingGrid | None = None, band_key: pyarts3.arts.QuantumIdentifier | None = None, rosenkranz_fit_order: pyarts3.arts.Index | None = None, polynomial_fit_degree: pyarts3.arts.Index | None = None) None
Adapts select band to use ordered Line mixing coefficients.
This is an experimental feature and might not work.
The computations of line mixing are done on the grid of temperatures provided.
Author: Richard Larsson
- Parameters:
abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
abs_bands, defaults toself.abs_bands[INOUT]abs_ecs_data (LinemixingEcsData, optional) – Error corrected sudden data. See
abs_ecs_data, defaults toself.abs_ecs_data[IN]atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atm_point, defaults toself.atm_point[IN]temperatures (AscendingGrid) – The temperatures to use for the internal fitting. [IN]
band_key (QuantumIdentifier) – The band to adapt. [IN]
rosenkranz_fit_order (Index, optional) – The degree of Rosenkranz coefficients (1 for just fitting y, 2 for fitting also g and dv). Defaults to
1[IN]polynomial_fit_degree (Index, optional) – The highest order of the polynomial fit (2 means square, 3 means cubic, etc). Defaults to
3[IN]