Config for InterpImageTask
Definition at line 35 of file interpImage.py.
◆ validate()
def lsst.pipe.tasks.interpImage.InterpImageConfig.validate |
( |
|
self | ) |
|
◆ fallbackUserValue
lsst.pipe.tasks.interpImage.InterpImageConfig.fallbackUserValue |
|
static |
Initial value:= pexConfig.Field(
dtype=float,
doc="If fallbackValueType is 'USER' then use this as the fallbackValue; ignored otherwise",
default=0.0,
)
Definition at line 56 of file interpImage.py.
◆ fallbackValueType
lsst.pipe.tasks.interpImage.InterpImageConfig.fallbackValueType |
|
static |
Initial value:= pexConfig.ChoiceField(
dtype=str,
doc="Type of statistic to calculate edge fallbackValue for interpolation",
allowed={
"MEAN": "mean",
"MEDIAN": "median",
"MEANCLIP": "clipped mean",
"USER": "user value set in fallbackUserValue config",
},
default="MEDIAN",
)
Definition at line 45 of file interpImage.py.
◆ modelPsf
lsst.pipe.tasks.interpImage.InterpImageConfig.modelPsf = measAlg.GaussianPsfFactory.makeField(doc="Model Psf factory") |
|
static |
◆ negativeFallbackAllowed
lsst.pipe.tasks.interpImage.InterpImageConfig.negativeFallbackAllowed |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc=("Allow negative values for egde interpolation fallbackValue? If False, set "
"fallbackValue to max(fallbackValue, 0.0)"),
default=False,
)
Definition at line 61 of file interpImage.py.
◆ transpose
lsst.pipe.tasks.interpImage.InterpImageConfig.transpose |
|
static |
Initial value:= pexConfig.Field(dtype=int, default=False,
doc="Transpose image before interpolating? "
"This allows the interpolation to act over columns instead of rows.")
Definition at line 67 of file interpImage.py.
◆ useFallbackValueAtEdge
lsst.pipe.tasks.interpImage.InterpImageConfig.useFallbackValueAtEdge |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Smoothly taper to the fallback value at the edge of the image?",
default=True,
)
Definition at line 40 of file interpImage.py.
The documentation for this class was generated from the following file: