Open Issues Need Help
View All on GitHub Implement coverage computation function for skymap 2 months ago
AI Summary: Implement a function `skymap_coverage` that estimates the sky coverage based on skymap files (instead of partitions) for a given HATS catalog. The function should read a skymap using `hats.io.skymap.read_skymap`, and calculate the mean of values greater than 0 to estimate coverage. The function should optionally accept an `order` parameter, defaulting to the order of the skymap.
Complexity:
3/5
enhancement good first issue