ExoCTK / exoctk

The Exoplanet Characterization Tool Kit
BSD 3-Clause "New" or "Revised" License
40 stars 22 forks source link

Epoch of source coordinates in Contamination Tool #581

Closed hover2pi closed 4 months ago

hover2pi commented 1 year ago

The contam tool doesn't specify the epoch the contaminant sources' coordinates. Since they are pulled from Gaia EDR3, they are actually 2016 coordinates. Be sure to display this information to the user. Should we use J2000 coordinates instead?

JeffValenti commented 1 year ago

I think you are asking if we should we use (FK5, Equinox=J2000) at epoch J2000 or ICRS at epoch=2016.0. Gaia DR3 provides the latter. Vizier I/355/gaiadr3 calculates the former as a convenience, for example. See:

Assuming astropy.coordinates handles ICRS, I would vote for that. Embrace the future.

hover2pi commented 9 months ago

Added in #590