lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected 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

str name = 'label'
 

Static Protected Attributes

str _null_label = 'null'
 
bool _allow_difference = False
 
bool _force_str = False
 

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

◆ _allow_difference

bool lsst.pipe.tasks.functors.Labeller._allow_difference = False
staticprotected

Definition at line 974 of file functors.py.

◆ _force_str

bool lsst.pipe.tasks.functors.Labeller._force_str = False
staticprotected

Definition at line 976 of file functors.py.

◆ _null_label

str lsst.pipe.tasks.functors.Labeller._null_label = 'null'
staticprotected

Definition at line 973 of file functors.py.

◆ name

str 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: