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

Integration with SkyCoords #33

Open
mileslucas opened this issue Feb 4, 2020 · 0 comments
Open

Integration with SkyCoords #33

mileslucas opened this issue Feb 4, 2020 · 0 comments

Comments

@mileslucas
Copy link
Member

I think in general we could have better coordination between WCS.jl and SkyCoords.jl. For example-

wcs = WCS(...)
px = world_to_pix(wcs, ICRSCoord("04:05:23.33", "22:02:56.69"))
50, 39

and perhaps return

world = pix_to_world{ICRSCoord}(wcs, 50, 39)
ICRSCoord("04:05:23.33", "22:02:56.69")

I don't think this would be difficult, but we should put some foresight into this as we start to entangle the dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant