|
lsst.skymap
19.0.0+42
|
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.
1.8.13