Configuration for MeasureApCorrTask.
More...
Configuration for MeasureApCorrTask.
Definition at line 70 of file measureApCorr.py.
def lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.validate |
( |
|
self | ) |
|
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.allowFailure |
|
static |
Initial value: 1 = lsst.pex.config.ListField(
2 doc=
"Allow these measurement algorithms to fail without an exception",
Definition at line 104 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.fitConfig |
|
static |
Initial value: 1 = lsst.pex.config.ConfigField(
2 doc=
"Configuration used in fitting the aperture correction fields",
3 dtype=ChebyshevBoundedFieldConfig,
Definition at line 90 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.minDegreesOfFreedom |
|
static |
Initial value: 1 = lsst.pex.config.RangeField(
2 doc=
"Minimum number of degrees of freedom (# of valid data points - # of parameters);" +
3 " if this is exceeded, the order of the fit is decreased (in both dimensions), and" +
4 " if we can't decrease it enough, we'll raise ValueError.",
Definition at line 82 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.numIter |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=
"Number of iterations for sigma clipping",
Definition at line 94 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.numSigmaClip |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=
"Number of standard devisations to clip at",
Definition at line 99 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.refFluxName |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=
"Field name prefix for the flux other measurements should be aperture corrected to match",
4 default=
"slot_CalibFlux",
Definition at line 73 of file measureApCorr.py.
tuple lsst.meas.algorithms.measureApCorr.MeasureApCorrConfig.starSelector |
|
static |
Initial value: 1 = starSelectorRegistry.makeField(
2 doc=
"Selector that sets the stars that aperture corrections will be measured from",
Definition at line 78 of file measureApCorr.py.
The documentation for this class was generated from the following file: