Configuration parameters for the SafeClipAssembleCoaddTask.
More...
Configuration parameters for the SafeClipAssembleCoaddTask.
Definition at line 829 of file assembleCoadd.py.
◆ setDefaults()
def lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.validate |
( |
|
self | ) |
|
◆ badMaskPlanes
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.badMaskPlanes |
|
inherited |
◆ brightObjectMaskName
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.brightObjectMaskName |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=str, default="BRIGHT_OBJECT",
doc="Name of mask bit used for bright objects")
Definition at line 135 of file assembleCoadd.py.
◆ calcErrorFromInputVariance
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.calcErrorFromInputVariance |
|
staticinherited |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Calculate coadd variance from input variance by stacking statistic."
"Passed to StatisticsControl.setCalcErrorFromInputVariance()",
default=True,
)
Definition at line 86 of file assembleCoadd.py.
◆ clipDetection
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.clipDetection |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=SourceDetectionTask,
doc="Detect sources on difference between unclipped and clipped coadd")
Definition at line 835 of file assembleCoadd.py.
◆ clipIter
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.clipIter |
◆ coaddPsf
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.coaddPsf |
|
staticinherited |
Initial value:= pexConfig.ConfigField(
doc="Configuration for CoaddPsf",
dtype=measAlg.CoaddPsfConfig,
)
Definition at line 138 of file assembleCoadd.py.
◆ doInterp
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doInterp |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Interpolate over NaN pixels? Also extrapolate, if necessary, but the results are ugly.",
dtype=bool,
default=True,
)
Definition at line 96 of file assembleCoadd.py.
◆ doMaskBrightObjects
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doMaskBrightObjects |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=bool, default=False,
doc="Set mask and flag bits for bright objects?")
Definition at line 133 of file assembleCoadd.py.
◆ doNImage
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doNImage |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Create image of number of contributing exposures for each pixel",
dtype=bool,
default=False,
)
Definition at line 110 of file assembleCoadd.py.
◆ doSigmaClip
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.doSigmaClip |
◆ doWrite
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.doWrite |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Persist coadd?",
dtype=bool,
default=True,
)
Definition at line 105 of file assembleCoadd.py.
◆ interpImage
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.interpImage |
|
staticinherited |
Initial value:= pexConfig.ConfigurableField(
target=InterpImageTask,
doc="Task to interpolate (and extrapolate) over NaN pixels",
)
Definition at line 101 of file assembleCoadd.py.
◆ maskPropagationThresholds
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.maskPropagationThresholds |
|
staticinherited |
Initial value:= pexConfig.DictField(
keytype=str,
itemtype=float,
doc=("Threshold (in fractional weight) of rejection at which we propagate a mask plane to "
"the coadd; that is, we set the mask bit on the coadd if the fraction the rejected frames "
"would have contributed exceeds this value."),
default={"SAT": 0.1},
)
Definition at line 115 of file assembleCoadd.py.
◆ maxClipFootOverlapDouble
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.maxClipFootOverlapDouble |
|
static |
Initial value:= pexConfig.Field(
doc="Maximum fractional overlap of clipped footprints with visit DETECTED when "
"considering two visits",
dtype=float,
default=0.15
)
Definition at line 855 of file assembleCoadd.py.
◆ minBigOverlap
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.minBigOverlap |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum number of pixels in footprint to use DETECTED mask from the single visits "
"when labeling clipped footprints",
dtype=int,
default=100
)
Definition at line 861 of file assembleCoadd.py.
◆ minClipFootOverlap
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.minClipFootOverlap |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum fractional overlap of clipped footprint with visit DETECTED to be clipped",
dtype=float,
default=0.6
)
Definition at line 838 of file assembleCoadd.py.
◆ minClipFootOverlapDouble
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.minClipFootOverlapDouble |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum fractional overlap of clipped footprints with visit DETECTED to be "
"clipped when two visits overlap",
dtype=float,
default=0.45
)
Definition at line 849 of file assembleCoadd.py.
◆ minClipFootOverlapSingle
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.minClipFootOverlapSingle |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum fractional overlap of clipped footprint with visit DETECTED to be "
"clipped when only one visit overlaps",
dtype=float,
default=0.5
)
Definition at line 843 of file assembleCoadd.py.
◆ removeMaskPlanes
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.removeMaskPlanes |
|
staticinherited |
Initial value:= pexConfig.ListField(dtype=str, default=["NOT_DEBLENDED"],
doc="Mask planes to remove before coadding")
Definition at line 123 of file assembleCoadd.py.
◆ scaleZeroPoint
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.scaleZeroPoint |
|
staticinherited |
Initial value:= pexConfig.ConfigurableField(
target=ScaleZeroPointTask,
doc="Task to adjust the photometric zero point of the coadd temp exposures",
)
Definition at line 92 of file assembleCoadd.py.
◆ sigmaClip
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.sigmaClip |
◆ statistic
lsst.pipe.tasks.assembleCoadd.SafeClipAssembleCoaddConfig.statistic |
◆ subregionSize
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.subregionSize |
|
staticinherited |
Initial value:= pexConfig.ListField(
dtype=int,
doc="Width, height of stack subregion size; "
"make small enough that a full stack of images will fit into memory at once.",
length=2,
default=(2000, 2000),
)
Definition at line 59 of file assembleCoadd.py.
◆ warpType
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConfig.warpType |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Warp name: one of 'direct' or 'psfMatched'",
dtype=str,
default="direct",
)
Definition at line 54 of file assembleCoadd.py.
The documentation for this class was generated from the following file: