lsst.pipe.tasks
19.0.0-63-gd25ffe2a+2
|
Public Member Functions | |
def | columns (self) |
def | name (self) |
def | instFluxToNanojansky (self, instFlux, localCalib) |
def | instFluxErrToNanojanskyErr (self, instFlux, instFluxErr, localCalib, localCalibErr) |
def | instFluxToMagnitude (self, instFlux, localCalib) |
def | instFluxErrToMagnitudeErr (self, instFlux, instFluxErr, localCalib, localCalibErr) |
def | noDup (self) |
def | multilevelColumns (self, parq) |
def | __call__ (self, parq, dropna=False) |
def | fail (self, df) |
def | shortname (self) |
Public Attributes | |
instFluxCol | |
instFluxErrCol | |
photoCalibCol | |
photoCalibErrCol | |
filt | |
dataset | |
Static Public Attributes | |
logNJanskyToAB | |
Compute calibrated flux errors using the local calibration value. See also -------- LocalNanojansky LocalNanojanskyErr LocalMagnitude LocalMagnitudeErr
Definition at line 1336 of file functors.py.
|
inherited |
Definition at line 182 of file functors.py.
def lsst.pipe.tasks.functors.LocalNanojanskyErr.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1348 of file functors.py.
|
inherited |
Definition at line 193 of file functors.py.
|
inherited |
Convert instrument flux err to nanojanskys. Parameters ---------- instFlux : `numpy.ndarray` or `pandas.Series` Array of instrument flux measurements instFluxErr : `numpy.ndarray` or `pandas.Series` Errors on associated ``instFlux`` values localCalib : `numpy.ndarray` or `pandas.Series` Array of local photometric calibration estimates. localCalibErr : `numpy.ndarray` or `pandas.Series` Errors on associated ``localCalib`` values Returns ------- calibMagErr: `numpy.ndarray` or `pandas.Series` Error on calibrated AB magnitudes.
Definition at line 1290 of file functors.py.
|
inherited |
Convert instrument flux to nanojanskys. Parameters ---------- instFlux : `numpy.ndarray` or `pandas.Series` Array of instrument flux measurements instFluxErr : `numpy.ndarray` or `pandas.Series` Errors on associated ``instFlux`` values localCalib : `numpy.ndarray` or `pandas.Series` Array of local photometric calibration estimates. localCalibErr : `numpy.ndarray` or `pandas.Series` Errors on associated ``localCalib`` values Returns ------- calibFluxErr : `numpy.ndarray` or `pandas.Series` Errors on calibrated flux measurements.
Definition at line 1252 of file functors.py.
|
inherited |
Convert instrument flux to nanojanskys. Parameters ---------- instFlux : `numpy.ndarray` or `pandas.Series` Array of instrument flux measurements localCalib : `numpy.ndarray` or `pandas.Series` Array of local photometric calibration estimates. Returns ------- calibMag : `numpy.ndarray` or `pandas.Series` Array of calibrated AB magnitudes.
Definition at line 1273 of file functors.py.
|
inherited |
Convert instrument flux to nanojanskys. Parameters ---------- instFlux : `numpy.ndarray` or `pandas.Series` Array of instrument flux measurements localCalib : `numpy.ndarray` or `pandas.Series` Array of local photometric calibration estimates. Returns ------- calibFlux : `numpy.ndarray` or `pandas.Series` Array of calibrated flux measurements.
Definition at line 1235 of file functors.py.
|
inherited |
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.CompositeFunctor.
Definition at line 134 of file functors.py.
def lsst.pipe.tasks.functors.LocalNanojanskyErr.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1353 of file functors.py.
|
inherited |
Definition at line 120 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.MagDiff.
Definition at line 203 of file functors.py.
|
inherited |
Definition at line 116 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
inherited |
Definition at line 1224 of file functors.py.
|
inherited |
Definition at line 1225 of file functors.py.
|
staticinherited |
Definition at line 1221 of file functors.py.
|
inherited |
Definition at line 1226 of file functors.py.
|
inherited |
Definition at line 1227 of file functors.py.