Deblend sources from master catalog in each coadd seperately and measure.
Definition at line 124 of file dcrMultiBand.py.
◆ getExposureId()
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.getExposureId |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
|
inherited |
◆ readSources()
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.readSources |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
|
inherited |
Read input sources.
- Parameters
-
[in] | dataRef | Data reference for catalog of merged detections |
- Returns
- List of sources in merged catalog
We also need to add columns to hold the measurements we're about to make so we can measure in-place.
Definition at line 1116 of file multiBand.py.
◆ run()
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.run |
( |
|
self, |
|
|
|
patchRef, |
|
|
|
psfCache = 100 |
|
) |
| |
|
inherited |
Deblend and measure.
- Parameters
-
[in] | patchRef | Patch reference. |
Deblend each source in every coadd and measure. Set 'is-primary' and related flags. Propagate flags from individual visits. Optionally match the sources to a reference catalog and write the matches. Finally, write the deblended sources and measurements out.
Definition at line 1062 of file multiBand.py.
◆ write()
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.write |
( |
|
self, |
|
|
|
dataRef, |
|
|
|
sources |
|
) |
| |
|
inherited |
Write the source catalog.
- Parameters
-
[in] | dataRef | data reference |
[in] | sources | source catalog |
Definition at line 1155 of file multiBand.py.
◆ writeMatches()
def lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.writeMatches |
( |
|
self, |
|
|
|
dataRef, |
|
|
|
exposure, |
|
|
|
sources |
|
) |
| |
|
inherited |
Write matches of the sources to the astrometric reference catalog.
We use the Wcs in the exposure to match sources.
- Parameters
-
[in] | dataRef | data reference |
[in] | exposure | exposure with Wcs |
[in] | sources | source catalog |
Definition at line 1136 of file multiBand.py.
◆ algMetadata
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.algMetadata |
|
inherited |
◆ ConfigClass
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.ConfigClass = MeasureMergedCoaddSourcesConfig |
|
staticinherited |
◆ getSchemaCatalogs
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.getSchemaCatalogs = _makeGetSchemaCatalogs("meas") |
|
staticinherited |
◆ makeIdFactory
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.makeIdFactory = _makeMakeIdFactory("MergedCoaddId") |
|
staticinherited |
◆ RunnerClass
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.RunnerClass = MeasureMergedCoaddSourcesRunner |
|
staticinherited |
◆ schema
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.schema |
|
inherited |
◆ schemaMapper
lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask.schemaMapper |
|
inherited |
The documentation for this class was generated from the following file: