import sunpy.map
from sunpy.data.sample import EIT_195_IMAGE
eit_map = sunpy.map.Map(EIT_195_IMAGE)
eit_map.plot()