LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.multiBand.MergeDetectionsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.multiBand.MergeDetectionsConfig:
lsst.pipe.tasks.multiBand.MergeSourcesConfig

Static Public Attributes

tuple minNewPeak
 
tuple maxSamePeak
 
tuple cullPeaks = ConfigField(dtype=CullPeaksConfig, doc="Configuration for how to cull peaks.")
 
- Static Public Attributes inherited from lsst.pipe.tasks.multiBand.MergeSourcesConfig
tuple priorityList
 
tuple coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.multiBand.MergeSourcesConfig
def validate
 

Detailed Description

Definition at line 376 of file multiBand.py.

Member Data Documentation

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

Definition at line 383 of file multiBand.py.

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

Definition at line 380 of file multiBand.py.

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

Definition at line 377 of file multiBand.py.


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