Skip to content

Commit

Permalink
Add quick comment to associationUtils.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 2, 2021
1 parent c07fff0 commit 47a81e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/lsst/pipe/tasks/associationUtils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import healpy as hp
import numpy as np

"""Utilities for interfacing with healpy. Originally implemented in
http://github.com/LSSTDESC/dia_pipe
"""


def toIndex(nside, ra, dec):
"""Return healpix index given ra,dec in degrees"""
Expand Down

0 comments on commit 47a81e5

Please sign in to comment.