##// END OF EJS Templates
first commit
first commit
ebocanegra -
r965:156d7465eee3
Show More
Name Size Modified Last Commit Author
/ .svn / text-base
README.svn-base Loading ...
setup.py.svn-base Loading ...

Prerequisites:

Core:
-numpy 1.8.0
-scipy
-math
-matplotlib
-h5py
-ftplib
-paramiko (optional for SendTFilesToServer)
-stuffr (optional for jroIO_hf)
-pyfits (Fits data)

GUI:
-PyQt4
-wxPython

Signal Chain Installation:

1. Install numpy, matplotlib, TKAgg
2. Install digital_rf_hdf5 module (developed by Haystack Observatory)
if you want to use USRP data
3. untar schainpy-x.x.x.tar.gz
4. cd schainpy-x.x.x
5. execute:
[hostname]$ sudo pyhon setup.py install
6. testing gui:
[hostname]$ schainGUI (enter)

If you want to use serialization and zerorpc you will need to install the next packages:

1. zerorpc
[hostname]$ sudo port install zerorpc

2. cPickle, msgpack and msgpack_numpy
[hostname]$ sudo port install cPickle msgpack mspack_numpy