Package Organization for sarpy¶
The code is organized in a standard python package layout as discussed here. More handy tips on organizing this can be had from infinite monkeys.
The root directory contains
doc: directory of files used for the automated documenation creation,
- html: directory that contains the orphan branch hg-pages which is pushed to the
documentation that’s hosted on code.sarlab.ca
sarpy contains:
__init__.py which is used to initialize the packageo (see here for more information)
test a directory containing unit tests for code in all the other directories
io – input output routines to read BRUKER data and other things
fmoosvi Firas’ sandbox
DCE DCE fitting and AIF simulations - mostly Tammo’s work