paddedRegion

lsst.ap.association.paddedRegion(region, margin)

Return a region that has been expanded by a buffer.

Parameters:
regionlsst.sphgeom.Region

The region to pad.

marginlsst.sphgeom.Angle

The amount by which to increase the region.

Returns:
paddedlsst.sphgeom.Region

An enlarged copy of region.