renecotyfanboy / jaxspec

jaxspec is an X-ray spectra Bayesian analysis package, relying on JAX to enable just in time compilation
https://jaxspec.readthedocs.io/en/latest/
MIT License
29 stars 2 forks source link

Add spectral model from XSPEC #150

Open renecotyfanboy opened 6 months ago

renecotyfanboy commented 6 months ago

We will need to simulate models from xspec since it is hard to port them all to pure JAX. Build a special class of SpectralModel that are evaluated through external softwares and in particular xspec.

alessandropeca commented 2 months ago

This would be extremely helpful! Models like MYTORUS or UXCLUMPY are built on XSPEC tables, and it would be extremely helpful to be able to import them.