Package astLib
[hide private]
[frames] | no frames]

Source Code for Package astLib

 1  # -*- coding: utf-8 -*- 
 2  """ 
 3  astLib - python astronomy modules 
 4   
 5  (c) 2007-2012 Matt Hilton 
 6   
 7  U{http://astlib.sourceforge.net} 
 8   
 9  See the README file for information on usage and installation. 
10  See the LICENSE file for information on distribution. 
11   
12  """ 
13   
14  __all__=['astCalc', 'astCoords', 'astImages', 'astPlots', 'astStats', 'astWCS', 'astSED'] 
15  __version__ = '0.6.1' 
16