lsst.pipe.tasks  20.0.0-28-g282f9e7e+05d6a5e8c0
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.postprocess.VisitDataIdContainer Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.VisitDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Public Attributes

 refList
 

Detailed Description

DataIdContainer that groups sensor-level id's by visit

Definition at line 792 of file postprocess.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.pipe.tasks.postprocess.VisitDataIdContainer.makeDataRefList (   self,
  namespace 
)
Make self.refList from self.idList

Generate a list of data references grouped by visit.

Parameters
----------
namespace : `argparse.Namespace`
    Namespace used by `lsst.pipe.base.CmdLineTask` to parse command line arguments

Definition at line 796 of file postprocess.py.

Member Data Documentation

◆ refList

lsst.pipe.tasks.postprocess.VisitDataIdContainer.refList

Definition at line 827 of file postprocess.py.


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