lsst.pipe.tasks g35da1f9f46+057a7ca058
|
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) |
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 1396 of file functors.py.
|
protected |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1418 of file functors.py.
lsst.pipe.tasks.functors.ReferenceBand.columns | ( | self | ) |
Columns required to perform calculation.
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1410 of file functors.py.
|
static |
Definition at line 1406 of file functors.py.
|
static |
Definition at line 1407 of file functors.py.