Configuration parameters for the AssembleCoaddTask.
More...
Configuration parameters for the AssembleCoaddTask.
Definition at line 48 of file assembleCoadd.py.
def lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.setDefaults |
( |
|
self | ) |
|
def lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.validate |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.autoReference |
|
static |
Initial value:
2 doc=
"Automatically select the coadd temp exposure to use as a reference for background matching? "
3 "Ignored if doMatchBackgrounds false. "
4 "If False you must specify the reference temp exposure as the data Id",
Definition at line 120 of file assembleCoadd.py.
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.badMaskPlanes |
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.brightObjectMaskName |
|
static |
Initial value: 1 = pexConfig.Field(dtype=str, default=
"BRIGHT_OBJECT",
2 doc=
"Name of mask bit used for bright objects")
Definition at line 147 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.clipIter |
|
static |
Initial value:
3 doc=
"Number of iterations of outlier rejection; ignored if non-clipping statistic selected.",
Definition at line 76 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.coaddPsf |
|
static |
Initial value: 1 = pexConfig.ConfigField(
2 doc=
"Configuration for CoaddPsf",
3 dtype=measAlg.CoaddPsfConfig,
Definition at line 150 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doInterp |
|
static |
Initial value:
2 doc=
"Interpolate over NaN pixels? Also extrapolate, if necessary, but the results are ugly.",
Definition at line 85 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doMaskBrightObjects |
|
static |
Initial value: 1 = pexConfig.Field(dtype=bool, default=
False,
2 doc=
"Set mask and flag bits for bright objects?")
Definition at line 145 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doMatchBackgrounds |
|
static |
Initial value:
2 doc=
"Match backgrounds of coadd temp exposures before coadding them? "
3 "If False, the coadd temp expsosures must already have been background subtracted or matched",
Definition at line 114 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doSigmaClip |
|
static |
Initial value:
3 doc=
"Perform sigma clipped outlier rejection with MEANCLIP statistic? (DEPRECATED)",
Definition at line 66 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doWrite |
|
static |
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.interpImage |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=InterpImageTask,
3 doc=
"Task to interpolate (and extrapolate) over NaN pixels",
Definition at line 90 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.maskPropagationThresholds |
|
static |
Initial value:
4 doc=(
"Threshold (in fractional weight) of rejection at which we propagate a mask plane to "
5 "the coadd; that is, we set the mask bit on the coadd if the fraction the rejected frames "
6 "would have contributed exceeds this value."),
Definition at line 127 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.matchBackgrounds |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=MatchBackgroundsTask,
3 doc=
"Task to match backgrounds",
Definition at line 94 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.maxMatchResidualRatio |
|
static |
Initial value:
2 doc=
"Maximum ratio of the mean squared error of the background matching model to the variance "
3 "of the difference in backgrounds",
Definition at line 98 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.maxMatchResidualRMS |
|
static |
Initial value:
2 doc=
"Maximum RMS of residuals of the background offset fit in matchBackgrounds.",
Definition at line 104 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.removeMaskPlanes |
|
static |
Initial value: 1 = pexConfig.ListField(dtype=str, default=[
"CROSSTALK",
"NOT_DEBLENDED"],
2 doc=
"Mask planes to remove before coadding")
Definition at line 135 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.scaleZeroPoint |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=ScaleZeroPointTask,
3 doc=
"Task to adjust the photometric zero point of the coadd temp exposures",
Definition at line 81 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.sigmaClip |
|
static |
Initial value:
3 doc=
"Sigma for outlier rejection; ignored if non-clipping statistic selected.",
Definition at line 71 of file assembleCoadd.py.
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.statistic |
|
static |
Initial value:
3 doc=
"Main stacking statistic for aggregating over the epochs.",
Definition at line 61 of file assembleCoadd.py.
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.statistic |
tuple lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.subregionSize |
|
static |
Initial value:
3 doc=
"Width, height of stack subregion size; "
4 "make small enough that a full stack of images will fit into memory at once.",
Definition at line 54 of file assembleCoadd.py.
The documentation for this class was generated from the following file: