lsst.pipe.tasks g3de15ee5c7+5201731f0d
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.HtmIndex20 Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.HtmIndex20:
lsst.pipe.tasks.functors.Functor

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
 

Detailed Description

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 746 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.functors.HtmIndex20.__init__ ( self,
ra,
dec,
** kwargs )

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 760 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.HtmIndex20._func ( self,
df )
protected

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 767 of file functors.py.

Member Data Documentation

◆ _columns

lsst.pipe.tasks.functors.HtmIndex20._columns
protected

Definition at line 764 of file functors.py.

◆ _radians

bool lsst.pipe.tasks.functors.HtmIndex20._radians = True
staticprotected

Definition at line 758 of file functors.py.

◆ dec

lsst.pipe.tasks.functors.HtmIndex20.dec

Definition at line 763 of file functors.py.

◆ htmLevel

int lsst.pipe.tasks.functors.HtmIndex20.htmLevel = 20
static

Definition at line 757 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.HtmIndex20.name = "Htm20"
static

Definition at line 756 of file functors.py.

◆ pixelator

lsst.pipe.tasks.functors.HtmIndex20.pixelator

Definition at line 761 of file functors.py.

◆ ra

lsst.pipe.tasks.functors.HtmIndex20.ra

Definition at line 762 of file functors.py.


The documentation for this class was generated from the following file: