Functions | |
def | plotObservations |
def | plotPatches |
def | plotTruth |
def | displayImages |
def | makePlots |
def lsst.pipe.tasks.mocks.visualization.displayImages | ( | root | ) |
Display coadd images with DS9 in different frames, with the bounding boxes of the observations that went into them overlayed.
Definition at line 77 of file visualization.py.
def lsst.pipe.tasks.mocks.visualization.makePlots | ( | root | ) |
Convenience function to make all matplotlib plots.
Definition at line 96 of file visualization.py.
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 31 of file visualization.py.
def lsst.pipe.tasks.mocks.visualization.plotPatches | ( | tractInfo | ) |
Plot the patches in a skymap tract using matplotlib.
Definition at line 51 of file visualization.py.
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 64 of file visualization.py.