lsst.synpipe  19.0.0-2-g456d77f+4
Public Member Functions | List of all members
lsst.synpipe.FakeSourceLib.SkyMapIdContainer Class Reference
Inheritance diagram for lsst.synpipe.FakeSourceLib.SkyMapIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Detailed Description

A version of lsst.pipe.base.DataIdContainer specialized for loading a skyMap
in the make fake source catalog scripts. These scripts use the data id in a
unique way, such that they only need a tract number. This class supports that
use case and should not be used in any other contexts in the LSST stack.
Required because butler.subset does not support only tract

Definition at line 16 of file FakeSourceLib.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.synpipe.FakeSourceLib.SkyMapIdContainer.makeDataRefList (   self,
  namespace 
)
Make self.refList from self.idList

Definition at line 24 of file FakeSourceLib.py.


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