Home | Trees | Indices | Help |
---|
|
1 """ 2 astLib - python astronomy modules 3 4 (c) 2007-2012 Matt Hilton 5 6 (c) 2013 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', 16 'astSED'] 17 __version__ = '0.7.0' 18
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Mar 5 18:58:42 2013 | http://epydoc.sourceforge.net |