|
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) |
|
Definition at line 1408 of file functors.py.
◆ __init__()
def lsst.pipe.tasks.functors.Photometry.__init__ |
( |
|
self, |
|
|
|
colFlux, |
|
|
|
colFluxErr = None , |
|
|
|
calib = None , |
|
|
** |
kwargs |
|
) |
| |
◆ 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 |
|
) |
| |
◆ hypot()
def lsst.pipe.tasks.functors.Photometry.hypot |
( |
|
cls, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
◆ name()
def lsst.pipe.tasks.functors.Photometry.name |
( |
|
self | ) |
|
◆ AB_FLUX_SCALE
tuple lsst.pipe.tasks.functors.Photometry.AB_FLUX_SCALE = (0 * u.ABmag).to_value(u.nJy) |
|
static |
◆ calib
lsst.pipe.tasks.functors.Photometry.calib |
◆ COADD_ZP
int lsst.pipe.tasks.functors.Photometry.COADD_ZP = 27 |
|
static |
◆ col
lsst.pipe.tasks.functors.Photometry.col |
◆ colFluxErr
lsst.pipe.tasks.functors.Photometry.colFluxErr |
◆ FIVE_OVER_2LOG10
float lsst.pipe.tasks.functors.Photometry.FIVE_OVER_2LOG10 = 1.085736204758129569 |
|
static |
◆ fluxMag0
lsst.pipe.tasks.functors.Photometry.fluxMag0 |
◆ fluxMag0Err
lsst.pipe.tasks.functors.Photometry.fluxMag0Err |
◆ LOG_AB_FLUX_SCALE
float lsst.pipe.tasks.functors.Photometry.LOG_AB_FLUX_SCALE = 12.56 |
|
static |
◆ vhypot
lsst.pipe.tasks.functors.Photometry.vhypot |
The documentation for this class was generated from the following file: