lsst.pipe.tasks g68d4d94d15+3558cc997a
|
Public Member Functions | |
__init__ (self, ra, dec, **kwargs) | |
Public Attributes | |
pixelator | |
ra | |
dec | |
Static Public Attributes | |
str | name = "Htm20" |
int | htmLevel = 20 |
Protected Member Functions | |
_func (self, df) | |
Protected Attributes | |
_columns | |
Static Protected Attributes | |
bool | _radians = True |
Compute the level 20 HtmIndex for the catalog. Notes ----- This functor was implemented to satisfy requirements of old APDB interface which required the ``pixelId`` column in DiaObject with HTM20 index. The 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 711 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.__init__ | ( | self, | |
ra, | |||
dec, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 725 of file functors.py.
|
protected |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 732 of file functors.py.
|
protected |
Definition at line 729 of file functors.py.
|
staticprotected |
Definition at line 723 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.dec |
Definition at line 728 of file functors.py.
|
static |
Definition at line 722 of file functors.py.
|
static |
Definition at line 721 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.pixelator |
Definition at line 726 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.ra |
Definition at line 727 of file functors.py.