Definition at line 73 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.borderWidth |
|
static |
Initial value:
2 doc=
"Number of pixels to ignore around the edge of PSF candidate postage stamps",
Definition at line 108 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.constantWeight |
|
static |
Initial value:
2 doc=
"Should each PSF candidate be given the same weight, independent of magnitude?",
Definition at line 118 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.doMaskBlends |
|
static |
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.doRejectBlends |
|
static |
Initial value:
2 doc=
"Reject candidates that are blended?",
Definition at line 153 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.lam |
|
static |
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.nEigenComponents |
|
static |
Initial value:
2 doc=
"number of eigen components for PSF kernel creation",
Definition at line 79 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.nIterForPsf |
|
static |
Initial value:
2 doc=
"number of iterations of PSF candidate star list",
Definition at line 123 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.nonLinearSpatialFit |
|
static |
Initial value:
2 doc=
"Use non-linear fitter for spatial variation of Kernel",
Definition at line 74 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.nStarPerCell |
|
static |
Initial value:
2 doc=
"number of stars per psf cell for PSF kernel creation",
Definition at line 103 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.nStarPerCellSpatialFit |
|
static |
Initial value:
2 doc=
"number of stars per psf Cell for spatial fitting",
Definition at line 113 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.pixelThreshold |
|
static |
Initial value:
2 doc=
"Threshold (stdev) for rejecting extraneous pixels around candidate; applied if positive",
Definition at line 148 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.reducedChi2ForPsfCandidates |
|
static |
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.sizeCellX |
|
static |
Initial value:
2 doc=
"size of cell used to determine PSF (pixels, column direction)",
6 check=
lambda x: x >= 10,
Definition at line 89 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.sizeCellY |
|
static |
Initial value:
2 doc=
"size of cell used to determine PSF (pixels, row direction)",
4 default=sizeCellX.default,
6 check=
lambda x: x >= 10,
Definition at line 96 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.spatialOrder |
|
static |
Initial value:
2 doc=
"specify spatial order for PSF kernel creation",
Definition at line 84 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.spatialReject |
|
static |
Initial value:
2 doc=
"Rejection threshold (stdev) for candidates based on spatial fit",
Definition at line 143 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.tolerance |
|
static |
The documentation for this class was generated from the following file: