lsst.meas.algorithms
13.0-18-gc4ad422+4
|
A star selector that looks for a cluster of small objects in a size-magnitude plot. More...
Public Member Functions | |
def | selectStars |
Return a list of PSF candidates that represent likely stars. More... | |
Static Public Attributes | |
ConfigClass = ObjectSizeStarSelectorConfig | |
usesMatches = False | |
A star selector that looks for a cluster of small objects in a size-magnitude plot.
A star selector that looks for a cluster of small objects in a size-magnitude plot.
Like all star selectors, the main method is run
.
See ObjectSizeStarSelectorConfig
ObjectSizeStarSelectorTask has a debug dictionary with the following keys:
For example, put something like:
into your debug.py
file and run your task with the --debug
flag.
Definition at line 290 of file objectSizeStarSelector.py.
def lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorTask.selectStars | ( | self, | |
exposure, | |||
sourceCat, | |||
matches = None |
|||
) |
Return a list of PSF candidates that represent likely stars.
A list of PSF candidates may be used by a PSF fitter to construct a PSF.
[in] | exposure | the exposure containing the sources |
[in] | sourceCat | catalog of sources that may be stars (an lsst.afw.table.SourceCatalog) |
[in] | matches | astrometric matches; ignored by this star selector |
Definition at line 352 of file objectSizeStarSelector.py.
|
static |
Definition at line 349 of file objectSizeStarSelector.py.
|
static |
Definition at line 350 of file objectSizeStarSelector.py.