exojax icon indicating copy to clipboard operation
exojax copied to clipboard

🐈 Automatic differentiable spectrum modeling of exoplanets/brown dwarfs using JAX, compatible with NumPyro and JAXopt

Results 50 exojax issues
Sort by recently updated
recently updated
newest added

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...

See https://arxiv.org/abs/2401.03056 related #279

enhancement

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...

bug

I would compare the Earth's reflection spectrum (w/ clouds) with libradtrans, using the flux adding two-stream radiative transfer. #420 #428

Examples/Tutorials

See https://github.com/radis/radis/issues/597

common API compatibility

- [ ] 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...

enhancement

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...

question

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 >...