lsst.pipe.tasks g28ea90ddb1+c7c0318745
|
Public Member Functions | |
def | __init__ (self, ra, dec, **kwargs) |
Public Attributes | |
pixelator | |
ra | |
dec | |
Static Public Attributes | |
string | name = "Htm20" |
int | htmLevel = 20 |
Compute the level 20 HtmIndex for the catalog. Notes ----- This functor was implemented to satisfy requirements of old APDB interface which required ``pixelId`` column in DiaObject with HTM20 index. APDB interface had migrated to not need that information, but we keep this class in case it may be useful for something else.
Definition at line 699 of file functors.py.
def lsst.pipe.tasks.functors.HtmIndex20.__init__ | ( | self, | |
ra, | |||
dec, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 713 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.dec |
Definition at line 716 of file functors.py.
|
static |
Definition at line 710 of file functors.py.
|
static |
Definition at line 709 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.pixelator |
Definition at line 714 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.ra |
Definition at line 715 of file functors.py.