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', 16 'astWCS', 'astSED'] 17 __version__ = '0.8.0' 18
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jul 5 14:41:36 2017 | http://epydoc.sourceforge.net |