radis icon indicating copy to clipboard operation
radis copied to clipboard

🌱 A fast line-by-line code for high-resolution infrared molecular spectra

Results 164 radis issues
Sort by recently updated
recently updated
newest added

### 🐛 Describe the bug E: the issue is broader than just the duplication of the waveunits. Units are checked and passed by a number of functions, which is not...

bug

### 💭 Description I found these two links in the [Radis Conda repo](https://github.com/conda-forge/radis-feedstock/issues/new/choose), which are useful and could be implemented in Radis too. Our Gitter is connected to our Slack...

ci-dev
documentation
todo

Will be needed for #616 , and generally speaking to integrate more databases (which usually provide Einstein coefficients A and not Linestrength S)

physics
refactor

### Description PR for the 2023 GSOC project : Common API for large molecular databases. This PR includes the implementation of the Kurucz database to Radis with an example to...

### 💭 Description `cython` is used to convert cython code in .pyx files to .c/.cpp which are then compiled into binary files (.pyd for Windows and .so for Unix). The...

todo

### 💭 Description Over the past years RADIS has been heavily optimized. Some of these optimization rely on cython/c++ code which is compiled during installation of RADIS. However, we shouldn't...

enhancement
ci-dev
todo

### 🐛 Describe the bug ``` ImportError: Mismatch between Cantera Python module Git commit (be8cff9) and Cantera shared library git commit (806842dac)** ``` See https://github.com/Cantera/cantera/issues/1607 reported by @dcmvdbekerom ### 💡...

bug
ci-dev

### 🐛 Describe the bug When the spectral axis is generated it is done so with `wmax` inclusive; this leads to numbers of spectral points such as `150001`. This is...

bug

### 💭 Description - [ ] Add an option to set truncation as a number of HWHM (e.g. : 100 HWHM) ; We currently use `truncation=50 cm-1` by default in...

performance
physics
todo

### 💭 Description Properly calculate confidence interval in radis [fit_spectrum()](https://radis.readthedocs.io/en/latest/source/radis.tools.fitting.html#radis.tools.fitting.fit_spectrum) ### Ressource: https://lmfit.github.io/lmfit-py/confidence.html

todo