lsst.pipe.tasks  21.0.0-60-gcd97766f+19f409143c
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.coaddBase.SelectDataIdContainer Class Reference

A dataId container for inputs to be selected. More...

Inheritance diagram for lsst.pipe.tasks.coaddBase.SelectDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Public Attributes

 dataList
 

Detailed Description

A dataId container for inputs to be selected.

Read the header (including the size and Wcs) for all specified inputs and pass those along, ultimately for the SelectImagesTask. This is most useful when used with multiprocessing, as input headers are only read once.

Definition at line 246 of file coaddBase.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.pipe.tasks.coaddBase.SelectDataIdContainer.makeDataRefList (   self,
  namespace 
)
Add a dataList containing useful information for selecting images

Definition at line 256 of file coaddBase.py.

Member Data Documentation

◆ dataList

lsst.pipe.tasks.coaddBase.SelectDataIdContainer.dataList

Definition at line 259 of file coaddBase.py.


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