isVisitProcessed

lsst.dax.ppdb.isVisitProcessed(ppdb, visitInfo)

Test whether data from an image has been loaded into the database.

Parameters:
ppdb : lsst.dax.ppdb.Ppdb

Ppdb object connected to an instantiated database.

visitInfo : lsst.afw.image.VisitInfo

The metadata for the image of interest.

Returns:
isProcessed : bool

True if the data are present, False otherwise.