-
Hello @RomanKochanov and the HITRAN team,
I work on the Python code [RADIS](https://radis.readthedocs.io/en/latest/) which computes spectra from HITRAN/HITEMP/etc., with a focus on high-temperature…
-
Hello, I see that the line list for CS2 is released on https://hitran.org/lbl/, will hapi be updated to support calculating cross section for CS2?
Thanks!
-
I'd like to include [DIT](https://www.sciencedirect.com/science/article/abs/pii/S0022407320310049) into exojax. Starting from a separated repo, [addit](https://github.com/HajimeKawahara/addit), then I…
-
### 🎯 Describe what you'd like
Database loading is now the main performance bottleneck for equilibrium calculations.
We need an efficient way to download & unzip only the required data for large …
-
Hi Kevin,
I've found your telluric fitter code very useful and would like to incorporate it into a pipeline I'm writing to estimate radial velocities from infrared spectra. However, I've noticed yo…
-
### 🐛 Describe the bug
[test_broadening_vs_hapi()](https://github.com/radis/radis/blob/develop/radis/test/lbl/test_broadening.py#L28) failed in 618b41a7354141af2f90e152bc1d4a23d3044405 . Error det…
-
some differences between petitRadtran.
especially for iso=1. partition function?
-
### For HITRAN
- [x] run a notebook to pre-download a part of the database ? Note : can be done with nbconvert on `postBuild`. Ex :
```
jupyter nbconvert --to notebook --execute compare_with_ex…
-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): no
* *is this issue affecting a production system?* (yes/no): no
#### Context
* *node version*: master
…
-
As noted in the examples/tests, most of the time taken to calculate the spectra is from the `OpticalThickness.compute_tau` calculation.
I've done a little bit of digging and it seems to me that the…