LocalDipoleDiffFlux#

class lsst.pipe.tasks.functors.LocalDipoleDiffFlux(instFluxPosCol, instFluxNegCol, instFluxPosErrCol, instFluxNegErrCol, photoCalibCol, photoCalibErrCol=None, **kwargs)#

Bases: LocalDipoleMeanFlux

Compute the absolute difference of dipole fluxes.

Calculated value is (abs(pos) - abs(neg)).

See Also#

LocalNanojansky LocalNanojanskyErr LocalDipoleMeanFlux LocalDipoleMeanFluxErr LocalDipoleDiffFluxErr

Attributes Summary

columns

Columns required to perform calculation.

name

Full name of functor (suitable for figure labels).

Attributes Documentation

columns#
name#