lsst.coadd.utils  22.0.0+a25a5b7d42
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

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 29 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 37 of file coaddDataIdContainer.py.

◆ makeDataRefList()

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

Reimplemented in lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer.

Definition at line 43 of file coaddDataIdContainer.py.


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