We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe1557 commit 301cd0fCopy full SHA for 301cd0f
heracles/catalog/filters.py
@@ -97,7 +97,6 @@ def __call__(self, page):
97
_lon, _lat = page[lon], page[lat]
98
good_entry = np.isfinite(_lon) & np.isfinite(_lat)
99
_lon, _lat = _lon[good_entry], _lat[good_entry]
100
- page.delete(np.where(~good_entry)[0])
101
ipix = ang2pix(self._nside, _lon, _lat, lonlat=True)
102
exclude = np.where(self._footprint[ipix] == 0)[0]
103
page.delete(exclude)
0 commit comments