ConsolidateFinalizeCharacterizationDetectorTask#
- class lsst.pipe.tasks.finalizeCharacterization.ConsolidateFinalizeCharacterizationDetectorTask(*, config: PipelineTaskConfig | None = None, log: logging.Logger | LsstLogAdapter | None = None, initInputs: dict[str, Any] | None = None, **kwargs: Any)#
Bases:
PipelineTaskConsolidate per-detector finalize characterization catalogs.
Methods Summary
run(*, psf_ap_corr_detector_dict, ...)Run the ConsolidateFinalizeCharacterizationDetectorTask.
runQuantum(butlerQC, inputRefs, outputRefs)Do butler IO and transform to provide in memory objects for tasks
runmethod.Methods Documentation
- run(*, psf_ap_corr_detector_dict, src_detector_table_dict)#
Run the ConsolidateFinalizeCharacterizationDetectorTask.
Parameters#
- psf_ap_corr_detector_dict
dict[int,lsst.daf.butler.DeferredDatasetHandle] Dictionary of input exposure catalogs, keyed by detector id.
- src_detector_table_dict
dict[int,lsst.daf.butler.DeferredDatasetHandle] Dictionary of input source tables, keyed by detector id.
Returns#
- result
lsst.pipe.base.struct Struct with the following outputs:
psf_ap_corr_cat: Consolidated exposure catalogsrc_table: Consolidated source table.
- psf_ap_corr_detector_dict
- runQuantum(butlerQC, inputRefs, outputRefs)#
Do butler IO and transform to provide in memory objects for tasks
runmethod.Parameters#
- butlerQC
QuantumContext A butler which is specialized to operate in the context of a
lsst.daf.butler.Quantum.- inputRefs
InputQuantizedConnection Datastructure whose attribute names are the names that identify connections defined in corresponding
PipelineTaskConnectionsclass. The values of these attributes are thelsst.daf.butler.DatasetRefobjects associated with the defined input/prerequisite connections.- outputRefs
OutputQuantizedConnection Datastructure whose attribute names are the names that identify connections defined in corresponding
PipelineTaskConnectionsclass. The values of these attributes are thelsst.daf.butler.DatasetRefobjects associated with the defined output connections.
- butlerQC