|
lsst.cp.pipe
18.0.0+13
|
Public Member Functions | |
| def | makeDataRefList (self, namespace) |
A DataIdContainer for the MakeBrighterFatterKernelTask.
Definition at line 170 of file makeBrighterFatterKernel.py.
| 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 173 of file makeBrighterFatterKernel.py.
1.8.13