-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
To follow https://docs.astropy.org/en/stable/api/astropy.coordinates.AltAz.html
I'm currently tackling this, so PR inbound soon. I wanted to open an issue to start having discussions on this.
There are a ton of steps between local coordinates and the others. Astropy has only a few conversions fixed and uses a graph to find the shortest path between different coordinate systems. Should we do this as well? That would require a rewrite of the conversion methods. Additionally, as I'm getting into the weeds now reading how the conversions work, astropy uses calls to erfa for all the fast stuff. Is there a reason we shouldn't use the ERFA.jl wrapper? Or should we try a "pure julia" approach?
Metadata
Metadata
Assignees
Labels
No labels