-
### 🐛 Describe the bug
First of all the error traceback for this issue:
```
Traceback (most recent call last):
File "C:\Users\username\AppData\Local\anaconda3\envs\Radis-Simulator\Lib\threading.…
-
### 🐛 Describe the bug
Hello,
I installed radis on python 3.8 using the command: pip install radis
But then it's having me install a bunch of extra modules and I can't seem to reach the end.
What …
-
### 🐛 Describe the bug
When running :
from radis.io.hitemp import fetch_hitemp
df = fetch_hitemp("CO")
print(df.columns)
it gives
![image](https://user-images.githubusercontent.com/38047163…
-
### 🔖 Feature description
How to accelerate the compute time when I use radis for multi spectrum calculating with different Tvib、Trot、mole fraction and pressure? The time of Calculated nonequilibrium…
-
### 🐛 Describe the bug
When running fetch_hitemp, I ge tthe following error. I am not sure what I am doing wrong. I also noticed that the hitran/hitemp website (https://hitran.org/) is not working …
-
### 🐛 Describe the bug
When computing a CH3 spectrum from exomol database, it doesn't work (while it's working just fine for CH and C2).
```
from radis import calc_spectrum
s = calc_spectrum(
…
-
Proposed carbon reservoirs (as a starting):
1. Atmosphere (global) - balance CO2 and O2 (ignore other atmospheric composition)
2. Water solubility aka deep ocean (global)
3. Biomass (local, lumps t…
-
Currently I am using pre-made spectral files taken from the AEOLUS repository. It would be good to include such tools in this project, even if they're duplicated.
Similarly, it's important to creat…
-
### 🎯 Describe what you'd like
Add examples and Tutorials that shows up in the Example Gallery . Inspiration : https://psyplot.readthedocs.io/en/latest/index.html
Status :
- ✔️ Gallery example…
-
### 🐛 Describe the bug
There is a rounding issue when summing mole fractions of molecule and diluents (floats)
```python
from radis import MergeSlabs, calc_spectrum
#%% Define mixture and comm…