|
lsst.meas.extensions.psfex
15.0-3-g130a88a+1
|
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 199 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 263 of file psfexStarSelector.py.
|
static |
Definition at line 260 of file psfexStarSelector.py.
|
static |
Definition at line 261 of file psfexStarSelector.py.
1.8.13