import sunpy.map
from sunpy.data.sample import RHESSI_IMAGE
rhessi_map = sunpy.map.Map(RHESSI_IMAGE)
rhessi_map.plot()