LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
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 70 of file visualization.py.
def lsst.pipe.tasks.mocks.visualization.makePlots | ( | root | ) |
Convenience function to make all matplotlib plots.
Definition at line 88 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 46 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 58 of file visualization.py.