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

Map ITRS frames to terrestrial WCS coordinates #6990

Merged
merged 1 commit into from
Mar 6, 2018

Commits on Mar 6, 2018

  1. Map ITRS frames to terrestrial WCS coordinates

    This will make it possible to use WCSAxes to make figures that
    combine both celestial and terrestrial features. An example is
    plotting the coordinates of an astronomical transient over an all-
    sky satellite image to illustrate the position relative to the
    Earth at the time of the event.
    
    The ITRS frame is identified with WCSs that use the `TLON-` and
    `TLAT-` coordinate types. There are several examples of WCSs where
    this syntax is used to describe terrestrial coordinate systems:
    Section 7.4.1 of the WCS in FITS "Paper II", and the WCSTools docs:
    http://tdc-www.harvard.edu/software/wcstools/wcstools.multiwcs.html
    
    This is the technique that I am using to make images such as this one:
    http://ligo.org/detections/GW170817/images-GW170817/skymap+earth.jpg
    lpsinger committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    bc553c2 View commit details
    Browse the repository at this point in the history