lsst.pipe.tasks ge1bc22dbe7+3fe987bc49
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 250 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 260 of file coaddBase.py.

Member Data Documentation

◆ dataList

lsst.pipe.tasks.coaddBase.SelectDataIdContainer.dataList

Definition at line 263 of file coaddBase.py.


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