paddedRegion¶
- lsst.ap.association.paddedRegion(region, margin)¶
Return a region that has been expanded by a buffer.
- Parameters:
- region
lsst.sphgeom.Region The region to pad.
- margin
lsst.sphgeom.Angle The amount by which to increase the region.
- region
- Returns:
- padded
lsst.sphgeom.Region An enlarged copy of
region.
- padded