lsst.meas.extensions.psfex
14.0-2-ge3897b5+16
|
A star selector whose algorithm is not yet documented. More...
Public Member Functions | |
def | selectStars (self, exposure, sourceCat, matches=None) |
Select stars from source catalog. More... | |
Static Public Attributes | |
ConfigClass = PsfexStarSelectorConfig | |
bool | usesMatches = False |
A star selector whose algorithm is not yet documented.
A star selector whose algorithm is not yet documented
Like all star selectors, the main method is run
.
PsfexStarSelectorTask 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 203 of file psfexStarSelector.py.
def lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorTask.selectStars | ( | self, | |
exposure, | |||
sourceCat, | |||
matches = None |
|||
) |
Select stars from source catalog.
[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 267 of file psfexStarSelector.py.
|
static |
Definition at line 264 of file psfexStarSelector.py.
|
static |
Definition at line 265 of file psfexStarSelector.py.