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])
irfpy.pep.moon_image.get_image(filename)[source]
irfpy.pep.moon_image.get_io_image()[source]
irfpy.pep.moon_image.get_europa_image()[source]
irfpy.pep.moon_image.get_ganymede_image()[source]
irfpy.pep.moon_image.get_callisto_image()[source]