| Home | Trees | Indices | Help | 
|---|
|  | 
 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', 'astWCS', 'astSED'] 
16  __version__ = '0.8.0' 
17   
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 21 20:24:26 2014 | http://epydoc.sourceforge.net |