FinalizeCharacterizationTask#

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

Bases: FinalizeCharacterizationTaskBase

Run final characterization on full visits.

Methods Summary

run(visit, band, isolated_star_cat_dict, ...)

Run the FinalizeCharacterizationTask.

runQuantum(butlerQC, inputRefs, outputRefs)

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

Methods Documentation

run(visit, band, isolated_star_cat_dict, isolated_star_source_dict, src_dict, calexp_dict, fgcm_standard_star_dict=None)#

Run the FinalizeCharacterizationTask.

Parameters#

visitint

Visit number. Used in the output catalogs.

bandstr

Band name. Used to select reserved stars.

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.

src_dictdict

Per-detector dict of src catalog handles.

calexp_dictdict

Per-detector dict of calibrated exposure handles.

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.