Skip to content

Commit

Permalink
revert fast sky match
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobic committed May 27, 2021
1 parent afd7709 commit 6339f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmapper/galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def match_many(self, ras, decs, radius, maxmatch=0):
Float array of match distances for each i0/i1 pair (degrees).
"""
try:
# raise NotImplementedError
raise NotImplementedError
i0, i1, dists, _ = SkyCoord(self.ra, self.dec, unit=u.deg)\
.search_around_sky(SkyCoord(ras, decs, unit=u.deg),
seplimit=radius * u.deg)
Expand Down

0 comments on commit 6339f5d

Please sign in to comment.