Python tools for ZNN data
Library | Ubuntu package name |
---|---|
tifffile | python-tifffile |
numpy | python-numpy |
matplotlib | python-matplotlib |
scipy | python-scipy |
Some of the scripts within this package depend on cython optimizations. These need to be compiled on your host machine before they can be imported properly. This can be achieved by:
cd pynn
python setup.py build_ext --inplace
- Nicholas Turner <nturner@princeton.edu>
- Jingpeng Wu <jingpeng@princeton.edu>