Home | Trees | Indices | Help |
|
---|
|
1 """ 2 This package is intended to be used to process field data, although 3 it could potentially be used for postprocessing other data too. 4 5 It contains both the fudamental classes and functions L{fieldpy.core}, 6 a test suite L{fieldpy.tests} as well as specialised sub-packages for specific 7 tasks: 8 9 - L{stream_gauging} 10 11 Things left to do are listed in todo-index.html 12 13 """ 14 15 __all__ = ["core"] 16
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 18 11:49:14 2014 | http://epydoc.sourceforge.net |