lsst.ip.diffim g26a7fa3d15+07df211069
|
Public Member Functions | |
def | __init__ (self) |
def | __call__ (self, source) |
def | getSn (self, source) |
def | getCentroid (self, source) |
def | getOrientation (self, source) |
def | displayDipoles (self, exposure, sources) |
Functor class that provides (S/N, position, orientation) of measured dipoles
Definition at line 168 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.__init__ | ( | self | ) |
Definition at line 171 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.__call__ | ( | self, | |
source | |||
) |
Parse information returned from dipole measurement Parameters ---------- source : `lsst.afw.table.SourceRecord` The source that will be examined
Definition at line 174 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.displayDipoles | ( | self, | |
exposure, | |||
sources | |||
) |
Display debugging information on the detected dipoles Parameters ---------- exposure : `lsst.afw.image.Exposure` Image the dipoles were measured on sources : `lsst.afw.table.SourceCatalog` The set of diaSources that were measured
Definition at line 240 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.getCentroid | ( | self, | |
source | |||
) |
Get the centroid of the dipole; average of positive and negative lobe Parameters ---------- source : `lsst.afw.table.SourceRecord` The source that will be examined
Definition at line 202 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.getOrientation | ( | self, | |
source | |||
) |
Calculate the orientation of dipole; vector from negative to positive lobe Parameters ---------- source : `lsst.afw.table.SourceRecord` The source that will be examined
Definition at line 221 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.DipoleAnalysis.getSn | ( | self, | |
source | |||
) |
Get the total signal-to-noise of the dipole; total S/N is from positive and negative lobe Parameters ---------- source : `lsst.afw.table.SourceRecord` The source that will be examined
Definition at line 183 of file dipoleMeasurement.py.