lsst.pipe.tasks g052a8ce425+7d6b061c8a
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.functors.Labeller Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.Labeller:
lsst.pipe.tasks.functors.Functor lsst.pipe.tasks.functors.NumStarLabeller lsst.pipe.tasks.functors.StarGalaxyLabeller

Public Member Functions

def __call__ (self, parq, dropna=False, **kwargs)
 

Static Public Attributes

string name = 'label'
 

Detailed Description

Main function of this subclass is to override the dropna=True

Definition at line 970 of file functors.py.

Member Function Documentation

◆ __call__()

def lsst.pipe.tasks.functors.Labeller.__call__ (   self,
  parq,
  dropna = False,
**  kwargs 
)

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

Definition at line 978 of file functors.py.

Member Data Documentation

◆ name

string lsst.pipe.tasks.functors.Labeller.name = 'label'
static

Definition at line 975 of file functors.py.


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