toRaDec

lsst.pipe.tasks.associationUtils.toRaDec(nside, index)

Convert from healpix index to ra,dec in degrees

Parameters:
nsideint

Resolution of healpixel “grid”.

indexint

Index of the healpix pixel we want to find the location of.

Returns:
posnumpy.ndarray, (2,)

RA and DEC of healpix pixel location in degrees.