Definition at line 75 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 110 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 120 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 155 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 81 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 125 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 76 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 105 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 115 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 150 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 91 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 98 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 86 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 145 of file pcaPsfDeterminer.py.
tuple lsst.meas.algorithms.pcaPsfDeterminer.PcaPsfDeterminerConfig.tolerance |
|
static |
The documentation for this class was generated from the following file: