eclipse
index
/astro-wise/AWEHOME/x86_64/AWBASE/astro/lib/python2.5/site-packages/eclipse/__init__.py

The eclipse FITS processing interface
 
This package provides a number of modules interfacing the eclipse
image processing library.. The eclipse library was developed by
N. Devillard at the European Southern Observatory
 
This package provides the following modules
 
image  -- implements the image object with methods to process a 2D FITS image
cube   -- a cube is list of images with methods that process stacks of images
header -- a FITS header object, resembling a dictionary
pixelmap -- a map of boolean pixelvalues
common -- auzilary data structures and constants
image_generator -- Geneneratie artificial data
 
In addition the package provides
 
image_test  -- unit tests for image module
cube_test   -- unit tests for cube module
header_test -- unit tests for header module
 
The package relies on the low-level c_eclipse module (implemented in
C) for actual implementation of the operations.

 
Package Contents
       
_c_eclipse
c_eclipse
common
cube
cube_test
header
header_test
image
image_generator
image_test
pixelmap
pixelmap_test