lsst.pipe.tasks g0f82ab2f21+a33241c25f
Static Public Member Functions | List of all members
lsst.pipe.tasks.dcrMultiBand.DeblendDcrCoaddSourcesRunner Class Reference
Inheritance diagram for lsst.pipe.tasks.dcrMultiBand.DeblendDcrCoaddSourcesRunner:
lsst.pipe.tasks.dcrMultiBand.MergeDcrSourcesRunner

Static Public Member Functions

def getTargetList (parsedCmd, **kwargs)
 

Detailed Description

Task runner for the `MergeSourcesTask`.

Required because the run method requires a list of
dataRefs rather than a single dataRef.

Definition at line 123 of file dcrMultiBand.py.

Member Function Documentation

◆ getTargetList()

def lsst.pipe.tasks.dcrMultiBand.DeblendDcrCoaddSourcesRunner.getTargetList (   parsedCmd,
**  kwargs 
)
static
Provide a list of patch references for each patch, tract, filter combo.

Parameters
----------
parsedCmd:
    The parsed command
kwargs:
    Keyword arguments passed to the task

Returns
-------
targetList: list
    List of tuples, where each tuple is a (dataRef, kwargs) pair.

Reimplemented from lsst.pipe.tasks.dcrMultiBand.MergeDcrSourcesRunner.

Definition at line 131 of file dcrMultiBand.py.


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