kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
56 stars 44 forks source link

Add HSTRampModel to __init__ for proper importing #573

Closed jbrande closed 8 months ago

jbrande commented 8 months ago

The various __init__.py files in S5/models and S5/differentiable_models needed to have the actual HST ramp models specified so they could be used when fitting WFC3 data. I also added the KeplerOrbit as that wasn't available either, but I have not actually tried to use that orbit model and just assumed it was an oversight.

taylorbell57 commented 8 months ago

Thanks for the patch!