|
lsst.meas.algorithms g4a7591d645+ff8a1bd350
|
Public Member Functions | |
| run (self, starCat, exposure, psfCandidateField=None) | |
| makePsfCandidates (self, starCat, exposure) | |
Static Public Attributes | |
| ConfigClass = MakePsfCandidatesConfig | |
Static Protected Attributes | |
| str | _DefaultName = "makePsfCandidates" |
Create PSF candidates given an input catalog.
Definition at line 47 of file makePsfCandidates.py.
| lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesTask.makePsfCandidates | ( | self, | |
| starCat, | |||
| exposure ) |
Make a list of PSF candidates from a star catalog.
Parameters
----------
starCat : `lsst.afw.table.SourceCatalog`
Catalog of stars, as returned by
``lsst.meas.algorithms.starSelector.run()``.
exposure : `lsst.afw.image.Exposure`
The exposure containing the sources.
Returns
-------
struct : `lsst.pipe.base.Struct`
Results struct containing:
- ``psfCandidates`` : List of PSF candidates
(`list` of `lsst.meas.algorithms.PsfCandidate`).
- ``goodStarCat`` : Subset of ``starCat`` that was successfully made
into PSF candidates (`lsst.afw.table.SourceCatalog`).
Definition at line 87 of file makePsfCandidates.py.
| lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesTask.run | ( | self, | |
| starCat, | |||
| exposure, | |||
| psfCandidateField = None ) |
Make a list of PSF candidates from a star catalog.
Parameters
----------
starCat : `lsst.afw.table.SourceCatalog`
Catalog of stars, as returned by
``lsst.meas.algorithms.starSelector.run()``.
exposure : `lsst.afw.image.Exposure`
The exposure containing the sources.
psfCandidateField : `str`, optional
Name of flag field to set True for PSF candidates, or None to not
set a field; the field is left unchanged for non-candidates.
Returns
-------
struct : `lsst.pipe.base.Struct`
Results struct containing:
- ``psfCandidates`` : List of PSF candidates
(`list` of `lsst.meas.algorithms.PsfCandidate`).
- ``goodStarCat`` : Subset of ``starCat`` that was successfully made
into PSF candidates (`lsst.afw.table.SourceCatalog`).
Definition at line 53 of file makePsfCandidates.py.
|
staticprotected |
Definition at line 51 of file makePsfCandidates.py.
|
static |
Definition at line 50 of file makePsfCandidates.py.