lsst.skymap
20.0.0-4-g97dc21a+df2822652a
|
Classes | |
class | PatchInfo |
Functions | |
def | makeSkyPolygonFromBBox (bbox, wcs) |
def lsst.skymap.patchInfo.makeSkyPolygonFromBBox | ( | bbox, | |
wcs | |||
) |
Make an on-sky polygon from a bbox and a SkyWcs Parameters ---------- bbox : `lsst.geom.Box2I` or `lsst.geom.Box2D` Bounding box of region, in pixel coordinates wcs : `lsst.afw.geom.SkyWcs` Celestial WCS Returns ------- polygon : `lsst.sphgeom.ConvexPolygon` On-sky region
Definition at line 29 of file patchInfo.py.