FinalizeCharacterizationDetectorTask#

class lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationDetectorTask(initInputs=None, **kwargs)#

Bases: FinalizeCharacterizationTaskBase

Run 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 run method.

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#

visitint

Visit number. Used in the output catalogs.

bandstr

Band name. Used to select reserved stars.

detectorint

Detector number.

isolated_star_cat_dictdict

Per-tract dict of isolated star catalog handles.

isolated_star_source_dictdict

Per-tract dict of isolated star source catalog handles.

srclsst.afw.table.SourceCatalog

Src catalog.

exposurelsst.afw.image.Exposure

Calexp exposure.

fgcm_standard_star_dictdict

Per tract dict of fgcm isolated stars.

Returns#

structlsst.pipe.base.struct

Struct with outputs for persistence.

Raises#

NoWorkFound

Raised if the selector returns no good sources.

runQuantum(butlerQC, inputRefs, outputRefs)#

Do butler IO and transform to provide in memory objects for tasks run method.

Parameters#

butlerQCQuantumContext

A butler which is specialized to operate in the context of a lsst.daf.butler.Quantum.

inputRefsInputQuantizedConnection

Datastructure whose attribute names are the names that identify connections defined in corresponding PipelineTaskConnections class. The values of these attributes are the lsst.daf.butler.DatasetRef objects associated with the defined input/prerequisite connections.

outputRefsOutputQuantizedConnection

Datastructure whose attribute names are the names that identify connections defined in corresponding PipelineTaskConnections class. The values of these attributes are the lsst.daf.butler.DatasetRef objects associated with the defined output connections.