lsst.pipe.tasks
13.0-66-gfbf2f2ce+5
|
A version of lsst.pipe.base.DataIdContainer specialized for assembleCoadd. More...
Public Member Functions | |
def | makeDataRefList (self, namespace) |
Make self.refList from self.idList. More... | |
A version of lsst.pipe.base.DataIdContainer specialized for assembleCoadd.
Definition at line 906 of file assembleCoadd.py.
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.