LSSTApplications  17.0+10,17.0+52,17.0+91,18.0.0+11,18.0.0+16,18.0.0+38,18.0.0+4,18.0.0-2-ge43143a+8,18.1.0-1-g0001055+4,18.1.0-1-g1349e88+13,18.1.0-1-g2505f39+10,18.1.0-1-g380d4d4+13,18.1.0-1-g5315e5e,18.1.0-1-g5e4b7ea+4,18.1.0-1-g7e8fceb,18.1.0-1-g85f8cd4+10,18.1.0-1-g9a6769a+4,18.1.0-1-ga1a4c1a+9,18.1.0-1-gd55f500+5,18.1.0-1-ge10677a+10,18.1.0-11-gb2589d7b,18.1.0-13-g451e75588+2,18.1.0-13-gbfe7f7f+4,18.1.0-14-g2e73c10+1,18.1.0-2-g31c43f9+10,18.1.0-2-g919ecaf,18.1.0-2-g9c63283+13,18.1.0-2-gdf0b915+13,18.1.0-2-gfefb8b5+2,18.1.0-3-g52aa583+4,18.1.0-3-g8f4a2b1+4,18.1.0-3-g9cb968e+12,18.1.0-3-gab23065,18.1.0-4-g7bbbad0+4,18.1.0-5-g510c42a+12,18.1.0-5-gaeab27e+13,18.1.0-6-gc4bdb98+2,18.1.0-6-gdda7f3e+15,18.1.0-9-g9613d271+1,w.2019.34
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig:
lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiConfig lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 inputSchema
 
 peakSchema
 
 mergedDetections
 

Detailed Description

Definition at line 35 of file deblendCoaddSourcesPipeline.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig.setDefaults (   self)

Definition at line 54 of file deblendCoaddSourcesPipeline.py.

54  def setDefaults(self):
55  super().setDefaults()
56  self.quantum.dimensions = ("tract", "patch", "abstract_filter", "skymap")
57  self.formatTemplateNames({"inputCoaddName": "deep", "outputCoaddName": "deep"})
58 
59 

Member Data Documentation

◆ inputSchema

lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig.inputSchema
static
Initial value:
doc="Input schema to use in the deblend catalog",
nameTemplate="{inputCoaddName}Coadd_mergeDet_schema",
storageClass="SourceCatalog"
)

Definition at line 36 of file deblendCoaddSourcesPipeline.py.

◆ mergedDetections

lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig.mergedDetections
static
Initial value:
doc="Detection catalog merged across bands",
nameTemplate="{inputCoaddName}Coadd_mergeDet",
storageClass="SourceCatalog",
scalar=True,
dimensions=("tract", "patch", "skymap")
)

Definition at line 46 of file deblendCoaddSourcesPipeline.py.

◆ peakSchema

lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesBaseConfig.peakSchema
static
Initial value:
doc="Schema of the footprint peak catalogs",
nameTemplate="{inputCoaddName}Coadd_peak_schema",
storageClass="PeakCatalog"
)

Definition at line 41 of file deblendCoaddSourcesPipeline.py.


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