radis
radis copied to clipboard
🌱 A fast line-by-line code for high-resolution infrared molecular spectra
### 🎯 Describe what you'd like Improve the radiative-transfer module (currently only 1D line-of-sight) with Plane/parallel calculatinos, to help calculate Atmosphere layers. ### 💡 Possible implementations There is a Python...
### 🎯 Todo **Note:** *the most recent GPU update had a bug in the determination of the Lorentzian envelopes [details below], producing erroneous equilibrium spectra when using GPU. This will...
### 🐛 Describe the bug test_eq_vs_noneq_isotope() often fails on Travis CI because of connection errors with the HITRAN server. ``` sf = SpectrumFactory( wavelength_min=4250, wavelength_max=4350, mole_fraction=1, path_length=1, cutoff=1e-25, molecule="CO2", isotope="1,2",...
### 🎯 Describe what you'd like The request is to have the possibility to get (and plot) the variable "emissivity_noslit" convoluted by the slit "on the go". According to @erwanp...
# Support for tabulated Atomic Spectra Major project: it would require some new features: - [ ] support Atomic Line database Imports (NIST/Chianti), convert to the known Pandas format to...
Attempt to calculate the spectrum on GPU (through `calc_spectrum(mode='gpu')` for a database containing a single line fails due to index error in the `py_cuffs.prepare_blocks` method. ## Current Behavior Error trace:...
### 🎯 Todo For the parsers in io.hitran, only groups 1-2 and classes 1, 4-6 are implemented. Notably, group 6 and class 3 are missing which are needed for linear...
Radis is quite memory hungry but there is room for improvement. ## Still using Pandas : Some columns do not need to be loaded: - [ ] Linestrengths "int" can...
### 🎯 Describe what you'd like We want to be able to compute a spectrum from Matlab. Creating this issue to centralize discussion on the matter. Can be interested :...
As mentioned [on the website](https://radis.readthedocs.io/en/latest/references/references.html#spectroscopic-constants) - [x] first make it possible to choose different spectroscopic constants - [x] add example in the doc - [ ] make it possible to...