LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer Class Reference
Inheritance diagram for lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer:
lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer

Public Member Functions

def makeDataRefList
 
- Public Member Functions inherited from lsst.coadd.utils.coaddDataIdContainer.CoaddDataIdContainer
def getSkymap
 
def makeDataRefList
 

Public Attributes

 refList
 

Detailed Description

A version of CoaddDataIdContainer that only produces references that exist

Definition at line 72 of file coaddDataIdContainer.py.

Member Function Documentation

def lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer.makeDataRefList (   self,
  namespace 
)

Definition at line 74 of file coaddDataIdContainer.py.

74 
75  def makeDataRefList(self, namespace):
76  super(ExistingCoaddDataIdContainer, self).makeDataRefList(namespace)
77  self.refList = [ref for ref in self.refList if ref.datasetExists()]

Member Data Documentation

lsst.coadd.utils.coaddDataIdContainer.ExistingCoaddDataIdContainer.refList

Definition at line 76 of file coaddDataIdContainer.py.


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