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

Source Code for Package astLib

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