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

Public Member Functions

 columns (self)
 

Static Public Attributes

str name = 'Reference Band'
 
str shortname = 'refBand'
 

Protected Member Functions

pd.Series _func (self, pd.DataFrame df)
 

Detailed Description

Return the band used to seed multiband forced photometry.

This functor is to be used on Object tables.
It converts the boolean merge_measurements_{band} columns into a single
string representing the first band for which merge_measurements_{band}
is True.

Assumes the default priority order of i, r, z, y, g, u.

Definition at line 1411 of file functors.py.

Member Function Documentation

◆ _func()

pd.Series lsst.pipe.tasks.functors.ReferenceBand._func ( self,
pd.DataFrame df )
protected

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

Definition at line 1433 of file functors.py.

◆ columns()

lsst.pipe.tasks.functors.ReferenceBand.columns ( self)
Columns required to perform calculation.

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

Definition at line 1425 of file functors.py.

Member Data Documentation

◆ name

str lsst.pipe.tasks.functors.ReferenceBand.name = 'Reference Band'
static

Definition at line 1421 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.ReferenceBand.shortname = 'refBand'
static

Definition at line 1422 of file functors.py.


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