##// END OF EJS Templates
About window was added to SChainGUI...
About window was added to SChainGUI Software version is defined inside schainpy.__init__

File last commit:

r642:c6531a7a640a
r642:c6531a7a640a
Show More
README
30 lines | 772 B | text/plain | TextLexer
Prerequisites:
-numpy 1.8.0
-scipy
-math
-matplotlib
-h5py
-ftplib
-paramiko and scp (optional for using SendTFilesToServer)
-stuffr (optional for using jroIO_hf)
-PyQt4 (for using GUI)
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