irfpy.pep.moon_image
¶
Picture handling library for Galilean moons.
A simple way of using the module is:
>>> img = get_io_image()
This will load Image
instance of PIL for Io.
Io and Europa is colored (RGB) image and Ganymede and Callisto is black and white.
imshow() will plot the map.
> from pylab import *
> imshow(img, origin='bottom', extent=[180, -180, -90, 90])