DrpDiaCalculationPipeTask#

class lsst.pipe.tasks.drpDiaCalculationPipe.DrpDiaCalculationPipeTask(**kwargs)#

Bases: PipelineTask

Driver pipeline for loading DiaSource catalogs in a patch/tract region and associating them.

Methods Summary

run(assocDiaSourceTable, diaObjectTable)

Compute summary statistics over the input set of DiaSources and store summary statistics into the associated DiaObjects.

Methods Documentation

run(assocDiaSourceTable, diaObjectTable)#

Compute summary statistics over the input set of DiaSources and store summary statistics into the associated DiaObjects.

Parameters#

assocDiaSourceTablepandas.DataFrame

Set of DiaSources spatially associated into the DiaObjects in diaObjectTable.

diaObjectTablepandas.DataFrame

DiaObjects created from associating the sources in assocDiaSourceTable. All ids in the catalog must have a corresponding DiaSource in the input catalog.

Returns#

resultslsst.pipe.base.Struct

Struct containing

fullDiaObjectTable

DiaObjects with computed summary statistics based on their associated DiaSource light curves. (pandas.DataFrame).