Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-11162: Replace all use of Coord and subclasses with SpherePoint #81

Merged
merged 2 commits into from
Mar 23, 2018

Commits on Mar 15, 2018

  1. Use SpherePoint instead of Coord or IcrsCoord

    also use averageSpherePoint instead of averageCoord
    r-owen committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    3b25f2a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Simplify creation of WCS in tests

    Create WCS using crpix, etc. instead of setting FITS metadata.
    The result is shorter and easier to read.
    Note that the initial WCS data is for ICRS instead of FK5,
    but this has no effect on the tests.
    r-owen committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    4169de5 View commit details
    Browse the repository at this point in the history