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
If a catalog does not have a MOC and we perform a search on it the resulting catalog is also left without a MOC.
https://github.com/astronomy-commons/hipscat/blob/405bebed908fc79495a057163e1b95d5134b6fde/src/hipscat/catalog/healpix_dataset/healpix_dataset.py#L198-L200
We could generate it from the catalog's pixel tree and intersect it with the search MOC, similar to what we have for crossmatching:
https://github.com/astronomy-commons/hipscat/blob/405bebed908fc79495a057163e1b95d5134b6fde/src/hipscat/pixel_tree/pixel_alignment.py#L446-L447
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a catalog does not have a MOC and we perform a search on it the resulting catalog is also left without a MOC.
https://github.com/astronomy-commons/hipscat/blob/405bebed908fc79495a057163e1b95d5134b6fde/src/hipscat/catalog/healpix_dataset/healpix_dataset.py#L198-L200
We could generate it from the catalog's pixel tree and intersect it with the search MOC, similar to what we have for crossmatching:
https://github.com/astronomy-commons/hipscat/blob/405bebed908fc79495a057163e1b95d5134b6fde/src/hipscat/pixel_tree/pixel_alignment.py#L446-L447
The text was updated successfully, but these errors were encountered: