|
lsst.cp.pipe
19.0.0-4-g41ffa1d+2
|
Public Member Functions | |
| def | makeDataRefList (self, namespace) |
A DataIdContainer for the MakeBrighterFatterKernelTask.
Definition at line 218 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 221 of file makeBrighterFatterKernel.py.
1.8.13