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-2009 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  import astCalc 
14  import astCoords 
15  import astImages 
16  import astPlots 
17  import astStats 
18  import astWCS 
19  import astSED 
20   
21  __version__ = '0.3.0' 
22