lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.NumStarLabeller Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.NumStarLabeller:
lsst.pipe.tasks.functors.Labeller lsst.pipe.tasks.functors.Functor

Static Public Attributes

dict labels = {"star": 0, "maybe": 1, "notStar": 2}
 

Protected Member Functions

def _func (self, df)
 

Static Protected Attributes

list _columns = ['numStarFlags']
 

Detailed Description

Definition at line 1019 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 1023 of file functors.py.

Member Data Documentation

◆ _columns

list lsst.pipe.tasks.functors.NumStarLabeller._columns = ['numStarFlags']
staticprotected

Definition at line 1020 of file functors.py.

◆ labels

dict lsst.pipe.tasks.functors.NumStarLabeller.labels = {"star": 0, "maybe": 1, "notStar": 2}
static

Definition at line 1021 of file functors.py.


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