DrpDiaCalculationPipeTask#
- class lsst.pipe.tasks.drpDiaCalculationPipe.DrpDiaCalculationPipeTask(**kwargs)#
Bases:
PipelineTaskDriver 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#
- assocDiaSourceTable
pandas.DataFrame Set of DiaSources spatially associated into the DiaObjects in
diaObjectTable.- diaObjectTable
pandas.DataFrame DiaObjects created from associating the sources in
assocDiaSourceTable. All ids in the catalog must have a corresponding DiaSource in the input catalog.
Returns#
- results
lsst.pipe.base.Struct Struct containing
fullDiaObjectTableDiaObjects with computed summary statistics based on their associated DiaSource light curves. (
pandas.DataFrame).
- assocDiaSourceTable