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 14 __all__=['astCalc', 'astCoords', 'astImages', 'astPlots', 'astStats', 'astWCS', 'astSED'] 15 __version__ = '0.6.1' 16
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Mar 7 17:14:33 2012 | http://epydoc.sourceforge.net |