lsst.pipe.tasks g8b9e2231ea+fa07cb600e
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

def _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 659 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 667 of file functors.py.

Member Data Documentation

◆ _defaultDataset

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

Definition at line 664 of file functors.py.

◆ _defaultNoDup

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

Definition at line 665 of file functors.py.

◆ columns

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

Definition at line 663 of file functors.py.


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