lsst.cp.pipe  19.0.0-18-gfc4e62b+16
Public Member Functions | List of all members
lsst.cp.pipe.utils.NonexistentDatasetTaskDataIdContainer Class Reference
Inheritance diagram for lsst.cp.pipe.utils.NonexistentDatasetTaskDataIdContainer:

Public Member Functions

def makeDataRefList (self, namespace)
 

Detailed Description

A DataIdContainer for the tasks for which the output does
not yet exist.

Definition at line 126 of file utils.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.cp.pipe.utils.NonexistentDatasetTaskDataIdContainer.makeDataRefList (   self,
  namespace 
)
Compute refList based on idList.

This method must be defined as the dataset does not exist before this
task is run.

Parameters
----------
namespace
    Results of parsing the command-line.

Notes
-----
Not called if ``add_id_argument`` called
with ``doMakeDataRefList=False``.
Note that this is almost a copy-and-paste of the vanilla
implementation, but without checking if the datasets already exist,
as this task exists to make them.

Definition at line 130 of file utils.py.


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