lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.multiBand.MergeDetectionsConfig Class Reference

Configuration parameters for the MergeDetectionsTask. More...

Inheritance diagram for lsst.pipe.tasks.multiBand.MergeDetectionsConfig:
lsst.pipe.tasks.multiBand.MergeSourcesConfig

Public Member Functions

def validate (self)
 

Static Public Attributes

 minNewPeak
 
 maxSamePeak
 
 cullPeaks = ConfigField(dtype=CullPeaksConfig, doc="Configuration for how to cull peaks.")
 
 skyFilterName
 
 skySourceRadius
 
 skyGrowDetectedFootprints
 
 nSkySourcesPerPatch
 
 nTrialSkySourcesPerPatch
 
 nTrialSkySourcesPerPatchMultiplier
 
 priorityList
 
 coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
 

Detailed Description

Configuration parameters for the MergeDetectionsTask.

Definition at line 554 of file multiBand.py.

Member Function Documentation

◆ validate()

def lsst.pipe.tasks.multiBand.MergeSourcesConfig.validate (   self)
inherited

Definition at line 383 of file multiBand.py.

Member Data Documentation

◆ coaddName

lsst.pipe.tasks.multiBand.MergeSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
staticinherited

Definition at line 381 of file multiBand.py.

◆ cullPeaks

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.cullPeaks = ConfigField(dtype=CullPeaksConfig, doc="Configuration for how to cull peaks.")
static

Definition at line 566 of file multiBand.py.

◆ maxSamePeak

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.maxSamePeak
static
Initial value:
= Field(dtype=float, default=0.3,
doc="When adding new catalogs to the merge, all peaks less than this distance "
" (in arcsec) to an existing peak will be flagged as detected in that catalog.")

Definition at line 563 of file multiBand.py.

◆ minNewPeak

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.minNewPeak
static
Initial value:
= Field(dtype=float, default=1,
doc="Minimum distance from closest peak to create a new one (in arcsec).")

Definition at line 560 of file multiBand.py.

◆ nSkySourcesPerPatch

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.nSkySourcesPerPatch
static
Initial value:
= Field(dtype=int, default=100,
doc="Try to add this many sky objects to the mergeDet list, which will\n"
"then be measured along with the detected objects in sourceMeasurementTask")

Definition at line 576 of file multiBand.py.

◆ nTrialSkySourcesPerPatch

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.nTrialSkySourcesPerPatch
static
Initial value:
= Field(dtype=int, default=None, optional=True,
doc="Maximum number of trial sky object positions\n"
"(default: nSkySourcesPerPatch*nTrialSkySourcesPerPatchMultiplier)")

Definition at line 579 of file multiBand.py.

◆ nTrialSkySourcesPerPatchMultiplier

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.nTrialSkySourcesPerPatchMultiplier
static
Initial value:
= Field(dtype=int, default=5,
doc="Set nTrialSkySourcesPerPatch to\n"
" nSkySourcesPerPatch*nTrialSkySourcesPerPatchMultiplier\n"
"if nTrialSkySourcesPerPatch is None")

Definition at line 582 of file multiBand.py.

◆ priorityList

lsst.pipe.tasks.multiBand.MergeSourcesConfig.priorityList
staticinherited
Initial value:
= ListField(dtype=str, default=[],
doc="Priority-ordered list of bands for the merge.")

Definition at line 379 of file multiBand.py.

◆ skyFilterName

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.skyFilterName
static
Initial value:
= Field(dtype=str, default="sky",
doc="Name of `filter' used to label sky objects (e.g. flag merge_peak_sky is set)\n"
"(N.b. should be in MergeMeasurementsConfig.pseudoFilterList)")

Definition at line 568 of file multiBand.py.

◆ skyGrowDetectedFootprints

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.skyGrowDetectedFootprints
static
Initial value:
= Field(dtype=int, default=0,
doc="Number of pixels to grow the detected footprint mask "
"when adding sky objects")

Definition at line 573 of file multiBand.py.

◆ skySourceRadius

lsst.pipe.tasks.multiBand.MergeDetectionsConfig.skySourceRadius
static
Initial value:
= Field(dtype=float, default=8,
doc="Radius, in pixels, of sky objects")

Definition at line 571 of file multiBand.py.


The documentation for this class was generated from the following file: