Config for InterpImageTask
Definition at line 32 of file interpImage.py.
def lsst.pipe.tasks.interpImage.InterpImageConfig.validate |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.interpImage.InterpImageConfig.fallbackUserValue |
|
static |
Initial value:
3 doc=
"If fallbackValueType is 'USER' then use this as the fallbackValue; ignored otherwise",
Definition at line 53 of file interpImage.py.
tuple lsst.pipe.tasks.interpImage.InterpImageConfig.fallbackValueType |
|
static |
Initial value: 1 = pexConfig.ChoiceField(
3 doc=
"Type of statistic to calculate edge fallbackValue for interpolation",
7 "MEANCLIP":
"clipped mean",
8 "USER":
"user value set in fallbackUserValue config",
Definition at line 42 of file interpImage.py.
lsst.pipe.tasks.interpImage.InterpImageConfig.fallbackValueType |
tuple lsst.pipe.tasks.interpImage.InterpImageConfig.modelPsf = measAlg.GaussianPsfFactory.makeField(doc="Model Psf factory") |
|
static |
tuple lsst.pipe.tasks.interpImage.InterpImageConfig.negativeFallbackAllowed |
|
static |
Initial value:
3 doc=(
"Allow negative values for egde interpolation fallbackValue? If False, set "
4 "fallbackValue to max(fallbackValue, 0.0)"),
Definition at line 58 of file interpImage.py.
tuple lsst.pipe.tasks.interpImage.InterpImageConfig.useFallbackValueAtEdge |
|
static |
Initial value:
3 doc=
"Smoothly taper to the fallback value at the edge of the image?",
Definition at line 37 of file interpImage.py.
The documentation for this class was generated from the following file: