FinalizeCharacterizationDetectorTask#
- class lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationDetectorTask(initInputs=None, **kwargs)#
Bases:
FinalizeCharacterizationTaskBaseRun final characterization per detector.
Methods Summary
run(visit, band, detector, ...[, ...])Run the FinalizeCharacterizationDetectorTask.
runQuantum(butlerQC, inputRefs, outputRefs)Do butler IO and transform to provide in memory objects for tasks
runmethod.Methods Documentation
- run(visit, band, detector, isolated_star_cat_dict, isolated_star_source_dict, src, exposure, fgcm_standard_star_dict=None)#
Run the FinalizeCharacterizationDetectorTask.
Parameters#
- visit
int Visit number. Used in the output catalogs.
- band
str Band name. Used to select reserved stars.
- detector
int Detector number.
- isolated_star_cat_dict
dict Per-tract dict of isolated star catalog handles.
- isolated_star_source_dict
dict Per-tract dict of isolated star source catalog handles.
- src
lsst.afw.table.SourceCatalog Src catalog.
- exposure
lsst.afw.image.Exposure Calexp exposure.
- fgcm_standard_star_dict
dict Per tract dict of fgcm isolated stars.
Returns#
- struct
lsst.pipe.base.struct Struct with outputs for persistence.
Raises#
- NoWorkFound
Raised if the selector returns no good sources.
- visit
- 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