exojax
exojax copied to clipboard
🐈 Automatic differentiable spectrum modeling of exoplanets/brown dwarfs using JAX, compatible with NumPyro and JAXopt
I noticed this when submitting PR #477
Based on the reflections from Bug #414 , we will thoroughly inspect the calculations and implementations of the code up to now. ## emission spectrum comparison with PetitRadtrans, which was...
In `tests/integration/unittests_long/twostream/twostream_spectrum_test.py` (emission w/ scattering) , flux-adding and LART agree well with each other, but in some case, I found they gave different results and I do not why. See...
I would compare the Earth's reflection spectrum (w/ clouds) with libradtrans, using the flux adding two-stream radiative transfer. #420 #428
See https://github.com/radis/radis/issues/597
- [ ] Hill radius cut-off - [ ] Link to Rayleigh scattering - [ ] think about wind velocity inclusion... e.g. see https://arxiv.org/abs/2303.09376
For HITRAN database, I found that we need to set additional option to use `with_error=True` in `api.MdbHitran()`, but it is not available now. I pull requested to radis about this...
As discussed with @chonma0ctopus, we will rethink the necessity of opacity computation with a mmw (mean molecular weight) profile because MMR profile and molecular mass are sufficient to construct the...
Hello, I couldn't install exojax on Windows with the pip command or by cloning the code from the GitHub page. It seems there is a conflict with jaxlib version >...