Skip to content

Feature Requests #30

@mileslucas

Description

@mileslucas

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)
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions