contains_solar_center#

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

Returns True if smap contains the solar center.

This is the case if and only if the solar center is inside or on the edges of the map.

Parameters:

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

Returns:

bool – True if the map contains the solar center.