LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Static Public Member Functions | List of all members
lsst.pipe.tasks.coaddBase.CoaddTaskRunner Class Reference
Inheritance diagram for lsst.pipe.tasks.coaddBase.CoaddTaskRunner:

Static Public Member Functions

def getTargetList
 

Detailed Description

Definition at line 71 of file coaddBase.py.

Member Function Documentation

def lsst.pipe.tasks.coaddBase.CoaddTaskRunner.getTargetList (   parsedCmd,
  kwargs 
)
static

Definition at line 73 of file coaddBase.py.

73 
74  def getTargetList(parsedCmd, **kwargs):
75  return pipeBase.TaskRunner.getTargetList(parsedCmd, selectDataList=parsedCmd.selectId.dataList,
76  **kwargs)

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