lsst.cp.pipe  21.0.0-4-g42917e2+7988b1f7d3
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 224 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 227 of file makeBrighterFatterKernel.py.


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