lsst.pipe.tasks 23.0.0+f2fbba1123
Public Member Functions | Public Attributes | Static Public 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

def __init__ (self, ra, decl, **kwargs)
 

Public Attributes

 pixelator
 
 ra
 
 decl
 

Static Public Attributes

string name = "Htm20"
 
int htmLevel = 20
 

Detailed Description

Compute the level 20 HtmIndex for the catalog.

Definition at line 721 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 728 of file functors.py.

Member Data Documentation

◆ decl

lsst.pipe.tasks.functors.HtmIndex20.decl

Definition at line 731 of file functors.py.

◆ htmLevel

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

Definition at line 725 of file functors.py.

◆ name

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

Definition at line 724 of file functors.py.

◆ pixelator

lsst.pipe.tasks.functors.HtmIndex20.pixelator

Definition at line 729 of file functors.py.

◆ ra

lsst.pipe.tasks.functors.HtmIndex20.ra

Definition at line 730 of file functors.py.


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