on_disk_bounding_coordinates#

sunpy.map.on_disk_bounding_coordinates(smap)[source]#

Returns the the bottom left and top right coordinates of the smallest rectangular region that contains all the on disk coordinates of the input map.

Parameters:

smap (GenericMap) – A map in helioprojective Cartesian coordinates.

Returns:

SkyCoord – A SkyCoord of length 2 such that the first entry is the bottom left coordinate and the second entry is the top right coordinate of the smallest rectangular region that contains all the on-disk pixels in the input map.