ApdbReconstruction#

class lsst.analysis.ap.ApdbReconstruction(diaSources: DataFrame, diaObjects: DataFrame, diaForcedSources: DataFrame)#

Bases: object

APDB-shaped DataFrames reconstructed from DiaPipelineTask outputs.

Attributes#

diaSourcespandas.DataFrame

DiaSource rows after association and standardization, deduped on diaSourceId.

diaObjectspandas.DataFrame

DiaObject rows. By default deduped to the latest snapshot per diaObjectId (history=False in ApdbReconstructor.reconstruct).

diaForcedSourcespandas.DataFrame

DiaForcedSource rows, deduped on the schema primary key (diaObjectId, visit, detector).

Attributes Summary

Attributes Documentation

diaForcedSources: DataFrame = <dataclasses._MISSING_TYPE object>#
diaObjects: DataFrame = <dataclasses._MISSING_TYPE object>#
diaSources: DataFrame = <dataclasses._MISSING_TYPE object>#