lsst.pipe.tasks  20.0.0-13-g198ee8df
Functions
lsst.pipe.tasks.mocks.visualization Namespace Reference

Functions

def plotObservations (catalog, wcs)
 
def plotPatches (tractInfo)
 
def plotTruth (catalog, wcs)
 
def displayImages (root)
 
def makePlots (root)
 

Function Documentation

◆ displayImages()

def lsst.pipe.tasks.mocks.visualization.displayImages (   root)
Display coadd images in different frames, with the bounding boxes of the
observations that went into them overlayed.

Definition at line 73 of file visualization.py.

◆ makePlots()

def lsst.pipe.tasks.mocks.visualization.makePlots (   root)
Convenience function to make all matplotlib plots.

Definition at line 93 of file visualization.py.

◆ plotObservations()

def lsst.pipe.tasks.mocks.visualization.plotObservations (   catalog,
  wcs 
)
Plot the bounding boxes of an observation catalog (see MockCoaddTask.buildObservationCatalog)
using matplotlib, in the coordinates defined by the given Wcs (usually a skymap Wcs).

Definition at line 27 of file visualization.py.

◆ plotPatches()

def lsst.pipe.tasks.mocks.visualization.plotPatches (   tractInfo)
Plot the patches in a skymap tract using matplotlib.

Definition at line 47 of file visualization.py.

◆ plotTruth()

def lsst.pipe.tasks.mocks.visualization.plotTruth (   catalog,
  wcs 
)
Plot the objects in a truth catalog as dots using matplotlib, in the coordinate
system defined by the given Wcs.

Definition at line 60 of file visualization.py.