ForcedPhotCcdFromDataFrameTask#

class lsst.meas.base.ForcedPhotCcdFromDataFrameTask(*args, **kwargs)#

Bases: ForcedPhotCcdTask

Force Photometry on a per-detector exposure with coords from a DataFrame

Uses input from a DataFrame instead of SourceCatalog like the base class ForcedPhotCcd does. Writes out a SourceCatalog so that the downstream WriteForcedSourceTableTask can be reused with output from this Task.

Deprecated since version v29.0: This task is replaced by lsst.pipe.tasks.ForcedPhotCcdTask. This task will be removed after v30.