lsst.pipe.tasks g8b9e2231ea+fa07cb600e
|
Public Member Functions | |
def | __init__ (self, ra, decl, **kwargs) |
Public Attributes | |
pixelator | |
ra | |
decl | |
Static Public Attributes | |
str | name = "Htm20" |
int | htmLevel = 20 |
Protected Member Functions | |
def | _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 ``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 724 of file functors.py.
def lsst.pipe.tasks.functors.HtmIndex20.__init__ | ( | self, | |
ra, | |||
decl, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 738 of file functors.py.
|
protected |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 745 of file functors.py.
|
protected |
Definition at line 742 of file functors.py.
|
staticprotected |
Definition at line 736 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.decl |
Definition at line 741 of file functors.py.
|
static |
Definition at line 735 of file functors.py.
|
static |
Definition at line 734 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.pixelator |
Definition at line 739 of file functors.py.
lsst.pipe.tasks.functors.HtmIndex20.ra |
Definition at line 740 of file functors.py.