makeSkyPolygonFromBBox¶
- lsst.skymap.makeSkyPolygonFromBBox(bbox, wcs)¶
- Make an on-sky polygon from a bbox and a SkyWcs. - Parameters:
- bboxlsst.geom.Box2Iorlsst.geom.Box2D
- Bounding box of region, in pixel coordinates. 
- wcslsst.afw.geom.SkyWcs
- Celestial WCS. 
 
- bbox
- Returns:
- polygonlsst.sphgeom.ConvexPolygon
- On-sky region 
 
- polygon