lsst.pipe.tasks
21.0.0-121-gecf9ee78+b64c36337a
|
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, data, columnIndex=None, returnTuple=False) |
def | __call__ (self, data, dropna=False) |
def | difference (self, data1, data2, **kwargs) |
def | fail (self, df) |
def | shortname (self) |
Public Attributes | |
instFluxCol | |
instFluxErrCol | |
photoCalibCol | |
photoCalibErrCol | |
filt | |
dataset | |
Static Public Attributes | |
tuple | logNJanskyToAB = (1 * u.nJy).to_value(u.ABmag) |
Compute calibrated AB magnitude errors using the local calibration value. See also -------- LocalNanojansky LocalNanojanskyErr LocalMagnitude LocalMagnitudeErr
Definition at line 1636 of file functors.py.
|
inherited |
Definition at line 344 of file functors.py.
def lsst.pipe.tasks.functors.LocalMagnitudeErr.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1648 of file functors.py.
|
inherited |
Computes difference between functor called on two different ParquetTable objects
Definition at line 355 of file functors.py.
|
inherited |
Definition at line 360 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 1541 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 1503 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 1524 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 1486 of file functors.py.
|
inherited |
Returns columns needed by functor from multilevel dataset To access tables with multilevel column structure, the `MultilevelParquetTable` or `DeferredDatasetHandle` need to be passed either a list of tuples or a dictionary. Parameters ---------- data : `MultilevelParquetTable` or `DeferredDatasetHandle` columnIndex (optional): pandas `Index` object either passed or read in from `DeferredDatasetHandle`. `returnTuple` : bool If true, then return a list of tuples rather than the column dictionary specification. This is set to `True` by `CompositeFunctor` in order to be able to combine columns from the various component functors.
Definition at line 227 of file functors.py.
def lsst.pipe.tasks.functors.LocalMagnitudeErr.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1653 of file functors.py.
|
inherited |
Definition at line 146 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 370 of file functors.py.
|
inherited |
Definition at line 142 of file functors.py.
|
inherited |
Definition at line 141 of file functors.py.
|
inherited |
Definition at line 1480 of file functors.py.
|
inherited |
Definition at line 1481 of file functors.py.
|
staticinherited |
Definition at line 1472 of file functors.py.
|
inherited |
Definition at line 1482 of file functors.py.
|
inherited |
Definition at line 1483 of file functors.py.