lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Public Member Functions | List of all members
lsst.pipe.tasks.assembleCoadd.AssembleCoaddDataIdContainer Class Reference

A version of lsst.pipe.base.DataIdContainer specialized for assembleCoadd. More...

Inheritance diagram for lsst.pipe.tasks.assembleCoadd.AssembleCoaddDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 Make self.refList from self.idList. More...
 

Detailed Description

A version of lsst.pipe.base.DataIdContainer specialized for assembleCoadd.

Definition at line 906 of file assembleCoadd.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.pipe.tasks.assembleCoadd.AssembleCoaddDataIdContainer.makeDataRefList (   self,
  namespace 
)

Make self.refList from self.idList.

Interpret the config.doMatchBackgrounds, config.autoReference, and whether a visit/run supplied. If a visit/run is supplied, config.autoReference is automatically set to False. if config.doMatchBackgrounds == false, then a visit/run will be ignored if accidentally supplied.

Definition at line 911 of file assembleCoadd.py.


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