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

Public Member Functions

def makeDataRefList (self, namespace)
 

Detailed Description

A DataIdContainer for the MakeBrighterFatterKernelTask.

Definition at line 218 of file makeBrighterFatterKernel.py.

Member Function Documentation

◆ makeDataRefList()

def lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernelTaskDataIdContainer.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 221 of file makeBrighterFatterKernel.py.


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