|
def | __init__ (self, colFlux, colFluxErr=None, calib=None, **kwargs) |
|
def | columns (self) |
|
def | name (self) |
|
def | hypot (cls, a, b) |
|
def | dn2flux (self, dn, fluxMag0) |
|
def | dn2mag (self, dn, fluxMag0) |
|
def | dn2fluxErr (self, dn, dnErr, fluxMag0, fluxMag0Err) |
|
def | dn2MagErr (self, dn, dnErr, fluxMag0, fluxMag0Err) |
|
def | noDup (self) |
|
def | multilevelColumns (self, parq) |
|
def | __call__ (self, parq, dropna=False) |
|
def | fail (self, df) |
|
def | shortname (self) |
|
Definition at line 1110 of file functors.py.
◆ __init__()
def lsst.pipe.tasks.functors.Photometry.__init__ |
( |
|
self, |
|
|
|
colFlux, |
|
|
|
colFluxErr = None , |
|
|
|
calib = None , |
|
|
** |
kwargs |
|
) |
| |
◆ __call__()
def lsst.pipe.tasks.functors.Functor.__call__ |
( |
|
self, |
|
|
|
parq, |
|
|
|
dropna = False |
|
) |
| |
|
inherited |
◆ columns()
def lsst.pipe.tasks.functors.Photometry.columns |
( |
|
self | ) |
|
◆ dn2flux()
def lsst.pipe.tasks.functors.Photometry.dn2flux |
( |
|
self, |
|
|
|
dn, |
|
|
|
fluxMag0 |
|
) |
| |
◆ dn2fluxErr()
def lsst.pipe.tasks.functors.Photometry.dn2fluxErr |
( |
|
self, |
|
|
|
dn, |
|
|
|
dnErr, |
|
|
|
fluxMag0, |
|
|
|
fluxMag0Err |
|
) |
| |
◆ dn2mag()
def lsst.pipe.tasks.functors.Photometry.dn2mag |
( |
|
self, |
|
|
|
dn, |
|
|
|
fluxMag0 |
|
) |
| |
◆ dn2MagErr()
def lsst.pipe.tasks.functors.Photometry.dn2MagErr |
( |
|
self, |
|
|
|
dn, |
|
|
|
dnErr, |
|
|
|
fluxMag0, |
|
|
|
fluxMag0Err |
|
) |
| |
◆ fail()
def lsst.pipe.tasks.functors.Functor.fail |
( |
|
self, |
|
|
|
df |
|
) |
| |
|
inherited |
◆ hypot()
def lsst.pipe.tasks.functors.Photometry.hypot |
( |
|
cls, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
◆ multilevelColumns()
def lsst.pipe.tasks.functors.Functor.multilevelColumns |
( |
|
self, |
|
|
|
parq |
|
) |
| |
|
inherited |
◆ name()
def lsst.pipe.tasks.functors.Photometry.name |
( |
|
self | ) |
|
◆ noDup()
def lsst.pipe.tasks.functors.Functor.noDup |
( |
|
self | ) |
|
|
inherited |
◆ shortname()
def lsst.pipe.tasks.functors.Functor.shortname |
( |
|
self | ) |
|
|
inherited |
◆ AB_FLUX_SCALE
lsst.pipe.tasks.functors.Photometry.AB_FLUX_SCALE |
|
static |
◆ calib
lsst.pipe.tasks.functors.Photometry.calib |
◆ COADD_ZP
lsst.pipe.tasks.functors.Photometry.COADD_ZP |
|
static |
◆ col
lsst.pipe.tasks.functors.Photometry.col |
◆ colFluxErr
lsst.pipe.tasks.functors.Photometry.colFluxErr |
◆ dataset
lsst.pipe.tasks.functors.Functor.dataset |
|
inherited |
◆ filt
lsst.pipe.tasks.functors.Functor.filt |
|
inherited |
◆ FIVE_OVER_2LOG10
lsst.pipe.tasks.functors.Photometry.FIVE_OVER_2LOG10 |
|
static |
◆ fluxMag0
lsst.pipe.tasks.functors.Photometry.fluxMag0 |
◆ fluxMag0Err
lsst.pipe.tasks.functors.Photometry.fluxMag0Err |
◆ LOG_AB_FLUX_SCALE
lsst.pipe.tasks.functors.Photometry.LOG_AB_FLUX_SCALE |
|
static |
◆ vhypot
lsst.pipe.tasks.functors.Photometry.vhypot |
The documentation for this class was generated from the following file: