-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Here are some features I'd love to see here:
- get the position angle between two coordinates
- Unitful.jl integration (this may require some restructuring of the core SkyCoords type
- Given a separation and position angle, calculate a skycoord from another
- EG
c1 = ICRSCoord(0, 0); c2 = offset(c1, sep, theta)
- EG
- FK4Coord (Add Ecliptic and FK4 coordinates #8)
- EclipticCoord (Add Ecliptic and FK4 coordinates #8)
- AltAzCoord (or maybe HorizontalCoord)
- CartesianCoord (x, y, z, requires a known distance or can normalize to unit distance)
- String representation of coordinates
- astropy does this really nicely, you specify a format string like "hmsdms" to get "hr min s, deg arcm arcs" just like simbad would show
- some more utilities for converting between hour angles, degrees, and radians
I'm happy to crack open some of these but some of these implementations would make good first issues for possible contributors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels