kevin218 / Eureka

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

[Enhancement]: Check time range of Horizons files for HST / WFC3 observations #580

Open astroRez opened 10 months ago

astroRez commented 10 months ago

Instrument

Other (any stage)

What is your suggestion?

When processing HST WFC-3 observations, please add a warning / check to see if the time range of the Horizons file covers the time range of the FITS files being processed. If out of range, some funkiness (e.g. time-reversal of light curves) can occur.

Error traceback output

No response

What operating system are you using?

No response

What version of Python are you running?

No response

What Python packages do you have installed?

No response

Code of Conduct

lkreidberg commented 10 months ago

hi Reza, one option would be to automatically download the horizons file for each observation -- here's an example: https://github.com/sebastian-zieba/PACMAN/blob/master/src/pacman/s01_horizons.py

astroRez commented 10 months ago

Good stuff! Thanks Laura!