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
Will think more on this...
The text was updated successfully, but these errors were encountered:
Here is how to do it using SQL search:
-- Find coadded patch images SELECT pdr2_wide.mosaic.tract , pdr2_wide.mosaic.patch , pdr2_wide.mosaic.filter01 FROM pdr2_wide.mosaic JOIN public.skymap USING (skymap_id) WHERE patch_contains(patch_area, wcs, 35, 40)
Sorry, something went wrong.
This is done with the recent commit, but it is slow and not perfect.
In fact, just try to generate image at that location and see what's going on might be faster...
dr-guangtou
No branches or pull requests
Will think more on this...
The text was updated successfully, but these errors were encountered: