lsst.pipe.tasks
21.0.0-136-g686b14fa+b5ed8c5b99
|
Functions | |
def | plotObservations (catalog, wcs) |
def | plotPatches (tractInfo) |
def | plotTruth (catalog, wcs) |
def | displayImages (root) |
def | makePlots (root) |
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.
def lsst.pipe.tasks.mocks.visualization.makePlots | ( | root | ) |
Convenience function to make all matplotlib plots.
Definition at line 93 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 27 of file visualization.py.
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.
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.