lsst.coadd.utils  13.0-4-g4231ded+51
Public Member Functions | List of all members
lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer Class Reference
Inheritance diagram for lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer:
lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer lsst.coadd.utils.coaddDataIdContainer.TractDataIdContainer

Public Member Functions

def getSkymap (self, namespace)
 
def makeDataRefList (self, namespace)
 

Detailed Description

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

Required because butler.subset does not support patch and tract

This code was originally in pipe_tasks (coaddBase.py)

Definition at line 30 of file coaddDataIdContainer.py.

Member Function Documentation

◆ getSkymap()

def lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer.getSkymap (   self,
  namespace 
)
Only retrieve skymap if required

Definition at line 38 of file coaddDataIdContainer.py.

◆ makeDataRefList()

def lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer.makeDataRefList (   self,
  namespace 
)
Make self.refList from self.idList

Definition at line 44 of file coaddDataIdContainer.py.


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