We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think in general we could have better coordination between WCS.jl and SkyCoords.jl. For example-
and perhaps return
I don't think this would be difficult, but we should put some foresight into this as we start to entangle the dependencies.
The text was updated successfully, but these errors were encountered: