getInitInputs¶
- lsst.pipe.base.testUtils.getInitInputs(butler: Butler, config: PipelineTaskConfig) dict[str, Any]¶
- Return the initInputs object that would have been passed to a - PipelineTaskconstructor.- Parameters:
- butlerlsst.daf.butler.Butler
- The repository to search for input datasets. Must have pre-configured collections. 
- configlsst.pipe.base.PipelineTaskConfig
- The config for the task to be constructed. 
 
- butler
- Returns:
- initInputsdict[str]
- A dictionary of objects in the format of the - initInputsparameter to- lsst.pipe.base.PipelineTask.
 
- initInputs