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

Static Public Attributes

list columns = ['coord_ra']
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

str _defaultDataset = 'ref'
 
bool _defaultNoDup = True
 

Detailed Description

Return the value of the index for each object.

Definition at line 662 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 669 of file functors.py.

Member Data Documentation

◆ _defaultDataset

str lsst.pipe.tasks.functors.Index._defaultDataset = 'ref'
staticprotected

Definition at line 666 of file functors.py.

◆ _defaultNoDup

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

Definition at line 667 of file functors.py.

◆ columns

list lsst.pipe.tasks.functors.Index.columns = ['coord_ra']
static

Definition at line 665 of file functors.py.


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