lsst.pipe.tasks g3637e94e73+aabea13494
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.DecColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.DecColumn:
lsst.pipe.tasks.functors.CoordColumn lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor

Public Member Functions

 __init__ (self, **kwargs)
 
 __call__ (self, catalog, **kwargs)
 

Static Public Attributes

str name = 'Dec'
 

Static Protected Attributes

bool _defaultNoDup = True
 

Detailed Description

Declination, in degrees.

Definition at line 699 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.functors.DecColumn.__init__ (   self,
**  kwargs 
)

Reimplemented from lsst.pipe.tasks.functors.CoordColumn.

Definition at line 704 of file functors.py.

Member Function Documentation

◆ __call__()

lsst.pipe.tasks.functors.DecColumn.__call__ (   self,
  catalog,
**  kwargs 
)

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

Definition at line 707 of file functors.py.

Member Data Documentation

◆ _defaultNoDup

bool lsst.pipe.tasks.functors.DecColumn._defaultNoDup = True
staticprotected

Definition at line 702 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.DecColumn.name = 'Dec'
static

Definition at line 701 of file functors.py.


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