Home | Trees | Indices | Help |
---|
|
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 import astCalc 14 import astCoords 15 import astImages 16 import astPlots 17 import astStats 18 import astWCS 19 import astSED 20 21 __version__ = '0.6.0' 22
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 12 22:55:07 2012 | http://epydoc.sourceforge.net |