Note
Run this example online :
Fit an LTE spectrum with multiple fit parameters using new fitting module¶
With the new fitting module introduced in fit_spectrum()
function,
and in the example of Tgas fitting using new fitting module, we can see its 1-temperature fitting
performance for equilibrium condition.
This example features how new fitting module can fit an equilibrium spectrum, with multiple fit parameters, including gas temperature, mole fraction, and wavelength offset.
This is a real fitting case introduced by Mr. Nicolas Minesi, featuring CO spectrum with absorbance as spectral quantity to be fitted. As we can see, he stored the experimental result in a MATLAB file, and from there a Spectrum object is generated. It is worth noticing that, the result seems to differ slightly from ground-truth, due to the fact that currently RADIS uses air broadening parameters for calculation, while this experiment was originally conducted in Argon. Future updates on other molecules’ broadening coefficients will increase the accuracy of these cases with non-air diluents.
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/spectrum/spectrum.py:4921: UserWarning:
Wavespace is not evenly spaced (0.000%) for absorbance. This may create problems if later convolving with slit function (`s.apply_slit()`). You can use `s.resample_even()`
======================= COMMENCE FITTING PROCESS =======================
Successfully retrieved the experimental data in 0.0006990432739257812s.
Acquired spectral quantity 'absorbance' from the spectrum.
NaN values successfully purged.Number of data points left: 1387 points.
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/spectrum/spectrum.py:4921: UserWarning:
Wavespace is not evenly spaced (0.000%) for absorbance. This may create problems if later convolving with slit function (`s.apply_slit()`). You can use `s.resample_even()`
Successfully refined the experimental data in 0.0006577968597412109s.
Commence fitting process for LTE spectrum!
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.027 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0089 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.027 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0089 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.027 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0089 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.027 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0089 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0092 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0092 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0092 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0092 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0093 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
[[Fit Statistics]]
# fitting method = L-BFGS-B
# function evals = 296
# data points = 1
# variables = 3
chi-square = 3.8856e-07
reduced chi-square = 3.8856e-07
Akaike info crit = -8.76082269
Bayesian info crit = -14.7608227
## Warning: uncertainties could not be estimated:
this fitting method does not natively calculate uncertainties
and numdifftools is not installed for lmfit to do this. Use
`pip install numdifftools` for lmfit to estimate uncertainties
with this fitting method.
[[Variables]]
Tgas: 6609.35237 (init = 5000)
mole_fraction: 0.05156796 (init = 0.05)
offsetcm1: -0.01803294 (init = 0)
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/warning.py:427: AccuracyWarning:
Some lines are too narrow (FWHM ~ 0.028 cm⁻¹) for the current spectral grid (wstep=0.01). Please reduce wstep to below 0.0094 cm⁻¹. You can use wstep='auto' to get the optimal spectral grid value. You can also ignore by setting `warnings={'AccuracyWarning':'ignore'}` or change the 'GRIDPOINTS_PER_LINEWIDTH_WARN_THRESHOLD' key of radis.config / your ~/radis.json (if you know what you're doing!)
Successfully finished the fitting process in 5.78400444984436s.
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/curve.py:268: UserWarning:
First spectrum has more resolution than 2nd. Reverse your spectra in interpolation/comparison for a better accuracy
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/curve.py:268: UserWarning:
First spectrum has more resolution than 2nd. Reverse your spectra in interpolation/comparison for a better accuracy
/home/docs/checkouts/readthedocs.org/user_builds/radis/checkouts/latest/radis/misc/curve.py:241: UserWarning:
Presence of NaN in curve_divide!
Think about interpolation=2
======================== END OF FITTING PROCESS ========================
Residual history:
[0.004875535264268091, 0.004875535179039637, 0.004875535486285716, 0.0048755353815772805, 0.003388825489819189, 0.003388825470344968, 0.003388825424441098, 0.0033888254275896024, 0.0025136346828418007, 0.0025136346903461616, 0.0025136347326293875, 0.0025136346653631147, 0.0020493047365770906, 0.002049304749826223, 0.002049304803228634, 0.0020493046841521226, 0.0022691840060428833, 0.002269183941889174, 0.0022691838512477053, 0.0022691841082160785, 0.0007184486072721261, 0.0007184486130840724, 0.0007184486312909542, 0.0007184485135107674, 0.0008559577240775523, 0.0008559576900499304, 0.0008559576290470415, 0.0008559577754463731, 0.0006539853730493287, 0.0006539853648723713, 0.000653985352627632, 0.0006539853191257212, 0.005081560390178176, 0.0050815603258234955, 0.005081560242164866, 0.005081560470452585, 0.0006752324723571021, 0.000675232458624814, 0.000675232435005098, 0.0006752325213933154, 0.0006444081600566333, 0.0006444081498741694, 0.0006444081335364524, 0.0006444081449399099, 0.0008989025390540832, 0.0008989025620781924, 0.0008989026248169883, 0.0008989025881197683, 0.0006324904812518674, 0.0006324904793009589, 0.0006324904802827031, 0.0006324904843662794, 0.0006322312015490935, 0.0006322312000067766, 0.0006322312018221289, 0.0006322312012759845, 0.0006317168777709303, 0.0006317168766793145, 0.0006317168793071925, 0.0006317168742496701, 0.0006300364315950356, 0.0006300364315414356, 0.0006300364356765409, 0.0006300364207537111, 0.0006274672269912481, 0.0006274672279930808, 0.0006274672330215455, 0.0006274672138239663, 0.0006246290341608174, 0.0006246290354810449, 0.000624629039111301, 0.0006246290227378185, 0.0006235149631859222, 0.0006235149639084615, 0.0006235149653813164, 0.0006235149590212894, 0.000623349912055998, 0.0006233499121774074, 0.0006233499123439189, 0.0006233499115811653, 0.0006233446756327313, 0.0006233446756355323, 0.0006233446756275129, 0.0006233446758391564, 0.0006233444295257085, 0.0006233444295233925, 0.0006233444295191627, 0.0006233444295573095, 0.0006233444237735884, 0.0006233444237735711, 0.0006233444237737496, 0.0006233444237749089, 0.0006233444237525397, 0.000623344423752583, 0.0006233444237527005, 0.0006233444237526641, 0.0006233444237522137, 0.0006233444237521965, 0.0006233444237521572, 0.0006233444237521981, 0.000623344423752113, 0.0006233444237521141, 0.0006233444237521148, 0.0006233444237521116, 0.0006233444237521011, 0.0006233444237521019, 0.0006233444237521013, 0.0006233444237521022, 0.0006233444237520796, 0.0006233444237520752, 0.0006233444237520729, 0.0006233444237520908, 0.0006233444237520937, 0.0006233444237520928, 0.000623344423752091, 0.0006233444237520971, 0.0006233444237520946, 0.0006233444237520937, 0.000623344423752095, 0.0006233444237520948, 0.0006233444237520935, 0.000623344423752092, 0.0006233444237520913, 0.0006233444237520967, 0.0006233444237520928, 0.0006233444237520915, 0.000623344423752091, 0.0006233444237520962, 0.0006233444237520935, 0.0006233444237520929, 0.0006233444237520933, 0.0006233444237520952, 0.0006233444237521952, 0.0006233444237522093, 0.0006233444237522393, 0.000623344423752134, 0.0006233444237520948, 0.0006233444237520933, 0.0006233444237520946, 0.0006233444237520954, 0.000623344423752094, 0.000623344423752092, 0.0006233444237520935, 0.0006233444237520958, 0.0006233444237520935, 0.0006233444237520922, 0.0006233444237520933, 0.0006233444237520951, 0.0006233444237520935, 0.0006233444237520926, 0.0006233444237520933, 0.0006233444237520953, 0.0006233444237520944, 0.0006233444237520926, 0.000623344423752094, 0.0006233444237520961, 0.000623344423752093, 0.0006233444237520924, 0.0006233444237520929, 0.0006233444237520948, 0.000623344423752094, 0.0006233444237520924, 0.0006233444237520933, 0.0006233444237520958, 0.0006233444237520939, 0.000623344423752092, 0.000623344423752093, 0.0006233444237520958, 0.000623344423752093, 0.0006233444237520924, 0.0006233444237520929, 0.0006233444237520948, 0.0006233444237522336, 0.0006233444237522511, 0.0006233444237522875, 0.0006233444237521597, 0.0006233444237520946, 0.0006233444237520944, 0.0006233444237520952, 0.0006233444237520948, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520944, 0.0006233444237520935, 0.0006233444237520939, 0.0006233444237520942, 0.000623344423752094, 0.000623344423752093, 0.0006233444237520933, 0.0006233444237520957, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520933, 0.0006233444237520926, 0.0006233444237520933, 0.000623344423752095, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520935, 0.0006233444237520935, 0.0006233444237520933, 0.0006233444237520952, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520937, 0.0006233444237520935, 0.0006233444237520933, 0.0006233444237520954, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.000623344423752093, 0.0006233444237520933, 0.0006233444237520922, 0.0006233444237520948, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520933, 0.0006233444237520935, 0.0006233444237520928, 0.000623344423752095, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520928, 0.0006233444237520934, 0.000623344423752093, 0.0006233444237520946, 0.0006233444237520951, 0.0006233444237520936, 0.0006233444237520945, 0.0006233444237520949, 0.0006233444237520939, 0.0006233444237520922, 0.0006233444237520932, 0.0006233444237520955, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520935, 0.0006233444237520925, 0.000623344423752093, 0.0006233444237520951, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520935, 0.0006233444237520928, 0.000623344423752093, 0.0006233444237520952, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520937, 0.0006233444237520928, 0.0006233444237520937, 0.0006233444237520954, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520937, 0.000623344423752093, 0.0006233444237520927, 0.0006233444237520954, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520935, 0.0006233444237520936, 0.0006233444237520935, 0.0006233444237520952, 0.0006233444237520927, 0.000623344423752093, 0.0006233444237520928, 0.0006233444237520945, 0.0006233444237520927, 0.0006233444237520934, 0.0006233444237520923, 0.0006233444237520946, 0.0006233444237520927]
Fitted values history:
[5000.0, 0.050000000000000044, 0.0]
[5000.000034641016, 0.050000000000000044, 0.0]
[5000.0, 0.050000002179449554, 0.0]
[5000.0, 0.050000000000000044, 9.999999994736442e-10]
[6119.91654596574, 0.03683141276349561, -0.04280969813251512]
[6119.9165804123695, 0.03683141276349561, -0.04280969813251512]
[6119.91654596574, 0.03683141088001851, -0.04280969813251512]
[6119.91654596574, 0.03683141276349561, -0.04280969722878232]
[6229.353044010208, 0.01107262628991329, -0.028413570138139457]
[6229.353078241837, 0.01107262628991329, -0.028413570138139457]
[6229.353044010208, 0.011072625243489731, -0.028413570138139457]
[6229.353044010208, 0.01107262628991329, -0.028413569179355377]
[6231.2694046451, 0.01912963694585107, -0.025426303726000396]
[6231.2694388726395, 0.01912963694585107, -0.025426303726000396]
[6231.2694046451, 0.0191296355760448, -0.025426303726000396]
[6231.2694046451, 0.01912963694585107, -0.025426302758865288]
[6238.932549105352, 0.07222232123054523, -0.013261684867417106]
[6238.932583316431, 0.07222232123054523, -0.013261684867417106]
[6238.932549105352, 0.07222231864198858, -0.013261684867417106]
[6238.932549105352, 0.07222232123054523, -0.013261683876249722]
[6235.133780461952, 0.04183252248968461, -0.019329902231095958]
[6235.133814681213, 0.04183252248968461, -0.019329902231095958]
[6235.133780461952, 0.04183252048762165, -0.019329902231095958]
[6235.133780461952, 0.04183252248968461, -0.019329901249956066]
[6236.546489116855, 0.05222468432259558, -0.017080706100838117]
[6236.546523333079, 0.05222468432259558, -0.017080706100838117]
[6236.546489116855, 0.052224682097797515, -0.017080706100838117]
[6236.546489116855, 0.05222468432259558, -0.017080705115533626]
[6235.621377501328, 0.045295378920993, -0.018554697172521922]
[6235.621411719542, 0.045295378920993, -0.018554697172521922]
[6235.621377501328, 0.04529537684148088, -0.018554697172521922]
[6235.621377501328, 0.045295378920993, -0.018554696189886533]
[6314.2183808731925, 0.082333379180696, 0.007004049279229929]
[6314.218414912947, 0.082333379180696, 0.007004049279229929]
[6314.2183808731925, 0.08233337643197647, 0.007004049279229929]
[6314.2183808731925, 0.082333379180696, 0.0070040502767740875]
[6239.5807866758905, 0.04690899043922858, -0.01728545869317559]
[6239.580820885567, 0.04690899043922858, -0.01728545869317559]
[6239.5807866758905, 0.04690898832478929, -0.01728545869317559]
[6239.5807866758905, 0.04690899043922858, -0.01728545770822823]
[6236.988466754129, 0.04584943661983826, -0.01811683363342627]
[6236.988500969401, 0.04584943661983826, -0.01811683363342627]
[6236.988466754129, 0.04584943452825352, -0.01811683363342627]
[6236.988466754129, 0.04584943661983826, -0.018116832649974157]
[6259.558803026481, 0.0355073233608687, -0.017269505590093978]
[6259.558837192357, 0.0355073233608687, -0.017269505590093978]
[6259.558803026481, 0.035507321510286294, -0.017269505590093978]
[6259.558803026481, 0.0355073233608687, -0.01726950460511864]
[6240.320545925463, 0.04424426289745226, -0.01799190146835475]
[6240.320580133541, 0.04424426289745226, -0.01799190146835475]
[6240.320545925463, 0.04424426084107913, -0.01799190146835475]
[6240.320545925463, 0.04424426289745226, -0.01799190048467332]
[6244.384865141484, 0.0442291546602247, -0.018025426681414783]
[6244.384899340739, 0.0442291546602247, -0.018025426681414783]
[6244.384865141484, 0.04422915260418642, -0.018025426681414783]
[6244.384865141484, 0.0442291546602247, -0.018025425697794722]
[6257.325057869646, 0.0443806696573793, -0.018057004591871095]
[6257.325092040479, 0.0443806696573793, -0.018057004591871095]
[6257.325057869646, 0.04438066759798559, -0.018057004591871095]
[6257.325057869646, 0.0443806696573793, -0.01805700360830896]
[6313.252958833417, 0.04525369176612137, -0.01811976092316052]
[6313.252992875479, 0.04525369176612137, -0.01811976092316052]
[6313.252958833417, 0.045253689687521026, -0.01811976092316052]
[6313.252958833417, 0.04525369176612137, -0.01811975993971382]
[6413.766550709038, 0.04705760494976585, -0.01815072015764939]
[6413.766584495175, 0.04705760494976585, -0.01815072015764939]
[6413.766550709038, 0.047057602832144885, -0.01815072015764939]
[6413.766550709038, 0.04705760494976585, -0.018150719174259783]
[6558.93927468883, 0.05007036464489417, -0.018137951813560205]
[6558.939308048458, 0.05007036464489417, -0.018137951813560205]
[6558.93927468883, 0.05007036246399249, -0.018137951813560205]
[6558.93927468883, 0.05007036464489417, -0.018137950830147034]
[6616.440706760978, 0.051519856327976454, -0.01807225174940881]
[6616.440739932594, 0.051519856327976454, -0.01807225174940881]
[6616.440706760978, 0.05151985411742088, -0.01807225174940881]
[6616.440706760978, 0.051519856327976454, -0.01807225076587468]
[6616.000441274184, 0.05168353416611732, -0.01803610008762095]
[6616.00047444728, 0.05168353416611732, -0.01803610008762095]
[6616.000441274184, 0.05168353195224412, -0.01803610008762095]
[6616.000441274184, 0.05168353416611732, -0.01803609910402046]
[6610.275607541542, 0.05158845905060666, -0.018031139260698617]
[6610.275640733842, 0.05158845905060666, -0.018031139260698617]
[6610.275607541542, 0.05158845683865981, -0.018031139260698617]
[6610.275607541542, 0.05158845905060666, -0.018031138277089048]
[6609.292667479088, 0.05156733326666424, -0.018032649370680026]
[6609.292700674674, 0.05156733326666424, -0.018032649370680026]
[6609.292667479088, 0.051567331055145715, -0.018032649370680026]
[6609.292667479088, 0.05156733326666424, -0.01803264838707322]
[6609.33760829122, 0.05156764008332604, -0.018032926195917648]
[6609.337641486657, 0.05156764008332604, -0.018032926195917648]
[6609.33760829122, 0.0515676378718013, -0.018032926195917648]
[6609.33760829122, 0.05156764008332604, -0.01803292521231134]
[6609.351023826032, 0.0515679203938883, -0.018032937194651696]
[6609.351057021425, 0.0515679203938883, -0.018032937194651696]
[6609.351023826032, 0.05156791818235784, -0.018032937194651696]
[6609.351023826032, 0.0515679203938883, -0.018032936211045417]
[6609.352681196423, 0.051567973257011235, -0.018032938225622283]
[6609.352714391809, 0.051567973257011235, -0.018032938225622283]
[6609.352681196423, 0.05156797104547972, -0.018032938225622283]
[6609.352681196423, 0.051567973257011235, -0.018032937242016003]
[6609.35260919942, 0.05156796685532544, -0.01803293816818277]
[6609.352642394806, 0.05156796685532544, -0.01803293816818277]
[6609.35260919942, 0.051567964643794095, -0.01803293816818277]
[6609.35260919942, 0.05156796685532544, -0.018032937184576492]
[6609.35248593426, 0.051567964401279476, -0.01803293813970172]
[6609.352519129647, 0.051567964401279476, -0.01803293813970172]
[6609.35248593426, 0.051567962189748184, -0.01803293813970172]
[6609.35248593426, 0.051567964401279476, -0.018032937156095427]
[6609.351992873604, 0.051567954585096165, -0.018032938025777462]
[6609.352026068992, 0.051567954585096165, -0.018032938025777462]
[6609.351992873604, 0.05156795237356504, -0.018032938025777462]
[6609.351992873604, 0.051567954585096165, -0.018032937042171182]
[6609.352367916015, 0.05156796205169273, -0.018032938112432978]
[6609.352401111402, 0.05156796205169273, -0.018032938112432978]
[6609.352367916015, 0.05156795984016144, -0.018032938112432978]
[6609.352367916015, 0.05156796205169273, -0.018032937128826698]
[6609.352370526468, 0.051567961902021175, -0.018032938142514096]
[6609.352403721856, 0.051567961902021175, -0.018032938142514096]
[6609.352370526468, 0.05156795969048994, -0.018032938142514096]
[6609.352370526468, 0.051567961902021175, -0.018032937158907816]
[6609.35236806159, 0.05156796204334613, -0.018032938114110483]
[6609.352401256978, 0.05156796204334613, -0.018032938114110483]
[6609.35236806159, 0.051567959831814836, -0.018032938114110483]
[6609.35236806159, 0.05156796204334613, -0.018032937130504217]
[6609.352368173186, 0.05156796203694769, -0.01803293811539644]
[6609.352401368573, 0.05156796203694769, -0.01803293811539644]
[6609.352368173186, 0.051567959825416454, -0.01803293811539644]
[6609.352368173186, 0.05156796203694769, -0.018032937131790175]
[6609.352369349827, 0.05156796196948449, -0.018032938128955275]
[6609.352402545215, 0.05156796196948449, -0.018032938128955275]
[6609.352369349827, 0.05156795975795325, -0.018032938128955275]
[6609.352369349827, 0.05156796196948449, -0.018032937145348996]
[6609.352751841865, 0.05156796614981918, -0.018032938749765373]
[6609.352785037251, 0.05156796614981918, -0.018032938749765373]
[6609.352751841865, 0.05156796393828783, -0.018032938749765373]
[6609.352751841865, 0.05156796614981918, -0.01803293776615908]
[6609.3523760129065, 0.051567962042306625, -0.01803293813976989]
[6609.352409208294, 0.051567962042306625, -0.01803293813976989]
[6609.3523760129065, 0.051567959830775334, -0.01803293813976989]
[6609.3523760129065, 0.051567962042306625, -0.01803293715616361]
[6609.352369441526, 0.051567961970486687, -0.0180329381291041]
[6609.352402636914, 0.051567961970486687, -0.0180329381291041]
[6609.352369441526, 0.051567959758955395, -0.0180329381291041]
[6609.352369441526, 0.051567961970486687, -0.018032937145497835]
[6609.352369349874, 0.05156796196948499, -0.018032938128955345]
[6609.352402545262, 0.05156796196948499, -0.018032938128955345]
[6609.352369349874, 0.05156795975795375, -0.018032938128955345]
[6609.352369349874, 0.05156796196948499, -0.018032937145349065]
[6609.352369349978, 0.051567961969486154, -0.018032938128955525]
[6609.352402545365, 0.051567961969486154, -0.018032938128955525]
[6609.352369349978, 0.05156795975795492, -0.018032938128955525]
[6609.352369349978, 0.051567961969486154, -0.01803293714534923]
[6609.352369395753, 0.051567961969986476, -0.018032938129029813]
[6609.35240259114, 0.051567961969986476, -0.018032938129029813]
[6609.352369395753, 0.051567959758455184, -0.018032938129029813]
[6609.352369395753, 0.051567961969986476, -0.018032937145423533]
[6609.35236934999, 0.051567961969486265, -0.01803293812895554]
[6609.352402545377, 0.051567961969486265, -0.01803293812895554]
[6609.35236934999, 0.05156795975795503, -0.01803293812895554]
[6609.35236934999, 0.051567961969486265, -0.01803293714534926]
[6609.352369372872, 0.05156796196973634, -0.018032938128992676]
[6609.352402568258, 0.05156796196973634, -0.018032938128992676]
[6609.352369372872, 0.05156795975820505, -0.018032938128992676]
[6609.352369372872, 0.05156796196973634, -0.018032937145386396]
[6609.352369349992, 0.051567961969486265, -0.01803293812895554]
[6609.352402545379, 0.051567961969486265, -0.01803293812895554]
[6609.352369349992, 0.05156795975795503, -0.01803293812895554]
[6609.352369349992, 0.051567961969486265, -0.01803293714534926]
[6609.35236934999, 0.051567961969486265, -0.01803293812895554]
[6609.352402545377, 0.051567961969486265, -0.01803293812895554]
[6609.35236934999, 0.05156795975795503, -0.01803293812895554]
[6609.35236934999, 0.051567961969486265, -0.01803293714534926]
[6609.352832455353, 0.05156796703656563, -0.018032938877165366]
[6609.352865650738, 0.05156796703656563, -0.018032938877165366]
[6609.352832455353, 0.051567964825034285, -0.018032938877165366]
[6609.352832455353, 0.05156796703656563, -0.0180329378935591]
[6609.352378359199, 0.0515679620680608, -0.018032938143511146]
[6609.352411554586, 0.0515679620680608, -0.018032938143511146]
[6609.352378359199, 0.05156795985652951, -0.018032938143511146]
[6609.352378359199, 0.0515679620680608, -0.018032937159904866]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.3523695044005, 0.051567961975556964, -0.018032938145863417]
[6609.352402699788, 0.051567961975556964, -0.018032938145863417]
[6609.3523695044005, 0.05156795976402567, -0.018032938145863417]
[6609.3523695044005, 0.051567961975556964, -0.01803293716225715]
[6609.35236952991, 0.051567961971468124, -0.0180329381292966]
[6609.352402725297, 0.051567961971468124, -0.0180329381292966]
[6609.35236952991, 0.05156795975993683, -0.0180329381292966]
[6609.35236952991, 0.051567961971468124, -0.01803293714569032]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529948, 0.051567961971461906, -0.018032938129271467]
[6609.352402725335, 0.051567961971461906, -0.018032938129271467]
[6609.352369529948, 0.051567959759930615, -0.018032938129271467]
[6609.352369529948, 0.051567961971461906, -0.0180329371456652]
[6609.352369529987, 0.05156796197145569, -0.018032938129246362]
[6609.352402725374, 0.05156796197145569, -0.018032938129246362]
[6609.352369529987, 0.05156795975992445, -0.018032938129246362]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529967, 0.05156796197145885, -0.018032938129258907]
[6609.352402725355, 0.05156796197145885, -0.018032938129258907]
[6609.352369529967, 0.05156795975992756, -0.018032938129258907]
[6609.352369529967, 0.05156796197145885, -0.018032937145652628]
[6609.352369529987, 0.05156796197145569, -0.018032938129246362]
[6609.352402725374, 0.05156796197145569, -0.018032938129246362]
[6609.352369529987, 0.05156795975992445, -0.018032938129246362]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529977, 0.051567961971457243, -0.018032938129252635]
[6609.352402725364, 0.051567961971457243, -0.018032938129252635]
[6609.352369529977, 0.05156795975992601, -0.018032938129252635]
[6609.352369529977, 0.051567961971457243, -0.018032937145646355]
[6609.352369529987, 0.05156796197145569, -0.018032938129246362]
[6609.352402725374, 0.05156796197145569, -0.018032938129246362]
[6609.352369529987, 0.05156795975992445, -0.018032938129246362]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529983, 0.05156796197145652, -0.018032938129249484]
[6609.35240272537, 0.05156796197145652, -0.018032938129249484]
[6609.352369529983, 0.05156795975992523, -0.018032938129249484]
[6609.352369529983, 0.05156796197145652, -0.01803293714564322]
[6609.352369529987, 0.05156796197145569, -0.018032938129246362]
[6609.352402725374, 0.05156796197145569, -0.018032938129246362]
[6609.352369529987, 0.05156795975992445, -0.018032938129246362]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529985, 0.05156796197145613, -0.018032938129247916]
[6609.3524027253725, 0.05156796197145613, -0.018032938129247916]
[6609.352369529985, 0.05156795975992484, -0.018032938129247916]
[6609.352369529985, 0.05156796197145613, -0.018032937145641637]
[6609.352369529987, 0.05156796197145569, -0.018032938129246362]
[6609.352402725374, 0.05156796197145569, -0.018032938129246362]
[6609.352369529987, 0.05156795975992445, -0.018032938129246362]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529986, 0.05156796197145591, -0.01803293812924714]
[6609.3524027253725, 0.05156796197145591, -0.01803293812924714]
[6609.352369529986, 0.05156795975992462, -0.01803293812924714]
[6609.352369529986, 0.05156796197145591, -0.018032937145640845]
[6609.352369422016, 0.05156796197385344, -0.0180329381463092]
[6609.352402617403, 0.05156796197385344, -0.0180329381463092]
[6609.352369422016, 0.0515679597623222, -0.0180329381463092]
[6609.352369422016, 0.05156796197385344, -0.018032937162702906]
[6609.352369529753, 0.05156796197146091, -0.018032938129283443]
[6609.35240272514, 0.05156796197146091, -0.018032938129283443]
[6609.352369529753, 0.05156795975992967, -0.018032938129283443]
[6609.352369529753, 0.05156796197146091, -0.01803293714567715]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.35236952987, 0.051567961971458354, -0.018032938129264903]
[6609.352402725257, 0.051567961971458354, -0.018032938129264903]
[6609.35236952987, 0.05156795975992712, -0.018032938129264903]
[6609.35236952987, 0.051567961971458354, -0.01803293714565861]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529929, 0.05156796197145702, -0.01803293812925562]
[6609.352402725316, 0.05156796197145702, -0.01803293812925562]
[6609.352369529929, 0.05156795975992573, -0.01803293812925562]
[6609.352369529929, 0.05156796197145702, -0.01803293714564934]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529958, 0.05156796197145641, -0.018032938129250983]
[6609.352402725345, 0.05156796197145641, -0.018032938129250983]
[6609.352369529958, 0.051567959759925175, -0.018032938129250983]
[6609.352369529958, 0.05156796197145641, -0.018032937145644704]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529972, 0.05156796197145602, -0.018032938129248666]
[6609.35240272536, 0.05156796197145602, -0.018032938129248666]
[6609.352369529972, 0.05156795975992473, -0.018032938129248666]
[6609.352369529972, 0.05156796197145602, -0.018032937145642386]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.35236952998, 0.05156796197145591, -0.018032938129247514]
[6609.352402725367, 0.05156796197145591, -0.018032938129247514]
[6609.35236952998, 0.05156795975992462, -0.018032938129247514]
[6609.35236952998, 0.05156796197145591, -0.01803293714564122]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
[6609.352402725374, 0.05156796197145569, -0.018032938129246348]
[6609.352369529987, 0.05156795975992445, -0.018032938129246348]
[6609.352369529987, 0.05156796197145569, -0.01803293714564007]
[6609.352369529983, 0.0515679619714558, -0.01803293812924693]
[6609.352402725371, 0.0515679619714558, -0.01803293812924693]
[6609.352369529983, 0.051567959759924564, -0.01803293812924693]
[6609.352369529983, 0.0515679619714558, -0.01803293714564065]
[6609.352369529987, 0.05156796197145569, -0.018032938129246348]
Total fitting time:
5.78400444984436 s
import astropy.units as u
import scipy.io
from radis import Spectrum
from radis.test.utils import getTestFile
from radis.tools.new_fitting import fit_spectrum
# ------------------------------------ Step 1. Load experimental spectrum ------------------------------------ #
data_file = "trimmed_1857_VoigtCO_Minesi.mat"
data = scipy.io.loadmat(getTestFile(data_file), simplify_cells=True)["CO_resu_Voigt"]
index = 20
s_experimental = Spectrum.from_array(
data["nu"], data["A_exp"][:, index], "absorbance", wunit="cm-1", unit=""
) # adimensioned
# ------------------------------------ Step 2. Fill ground-truths and data ------------------------------------ #
# Experimental conditions which will be used for spectrum modeling. Basically, these are known ground-truths.
experimental_conditions = {
"molecule": "CO", # Molecule ID
"isotope": "1", # Isotope ID, can have multiple at once
"wmin": 2010.6, # Starting wavelength/wavenumber to be cropped out from the original experimental spectrum.
"wmax": 2011.6, # Ending wavelength/wavenumber for the cropping range.
"wunit": "cm-1", # Accompanying unit of those 2 wavelengths/wavenumbers above.
"pressure": 1
* u.bar, # Total pressure of gas, in "bar" unit by default, but you can use Astropy units too.
"path_length": 10
* u.cm, # Experimental path length, in "cm" unit by default, but you can use Astropy units too.
"databank": "hitemp", # Databank used for calculation. Must be stated.
}
# List of parameters to be fitted.
fit_parameters = {
"Tgas": 5000, # Fit parameter, accompanied by its initial value.
"mole_fraction": 0.05, # Species mole fraction, from 0 to 1.
"offset": "0 cm-1", # Experimental offset, must be a blank space separating offset amount and unit.
}
# List of bounding ranges applied for those fit parameters above.
bounding_ranges = {
"Tgas": [
2000,
9000,
], # Bounding ranges for each fit parameter stated above. You can skip this step, but not recommended.
"mole_fraction": [0, 1], # Species mole fraction, from 0 to 1.
"offset": [
-0.1,
0.1,
], # Experimental offset, must be a blank space separating offset amount and unit
}
# Fitting pipeline setups.
fit_properties = {
"method": "lbfgsb", # Preferred fitting method. By default, "leastsq".
"fit_var": "absorbance", # Spectral quantity to be extracted for fitting process, such as "radiance", "absorbance", etc.
"normalize": False, # Either applying normalization on both spectra or not.
"max_loop": 300, # Max number of loops allowed. By default, 100.
"tol": 1e-20, # Fitting tolerance, only applicable for "lbfgsb" method.
}
"""
For the fitting method, you can try one among 17 different fitting methods and algorithms of LMFIT,
introduced in `LMFIT method list <https://lmfit.github.io/lmfit-py/fitting.html#choosing-different-fitting-methods>`.
You can see the benchmark result of these algorithms here:
`RADIS Newfitting Algorithm Benchmark <https://github.com/radis/radis-benchmark/blob/master/manual_benchmarks/plot_newfitting_comparison_algorithm.py>`.
"""
# ------------------------------------ Step 3. Run the fitting and retrieve results ------------------------------------ #
# Conduct the fitting process!
s_best, result, log = fit_spectrum(
s_exp=s_experimental,
fit_params=fit_parameters,
bounds=bounding_ranges,
model=experimental_conditions,
pipeline=fit_properties,
)
# Now investigate the log
print("\nResidual history: \n")
print(log["residual"])
print("\nFitted values history: \n")
for fit_val in log["fit_vals"]:
print(fit_val)
print("\nTotal fitting time: ")
print(log["time_fitting"], end=" s\n")
Total running time of the script: (0 minutes 7.745 seconds)