lon_lat_circle_mask

gammapy.image.lon_lat_circle_mask(lons, lats, center_lon, center_lat, radius)[source]

Produces a circular boolean mask array.

Parameters:

lons : Longitude

Array of longitude values.

lats : Latitude

Array of latitude values.

center_lon : Longitude

Longitude of center of circular mask.

center_lat : Latitude

Latitude of center of circular mask.

radius : Angle

Radius of circular mask.

Returns:

mask : ndarray

Boolean mask array for a circular sub-region