diff --git a/.svn/all-wcprops b/.svn/all-wcprops deleted file mode 100644 index 972abe7..0000000 --- a/.svn/all-wcprops +++ /dev/null @@ -1,17 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 61 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra -END -setup.py -K 25 -svn:wc:ra_dav:version-url -V 70 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/setup.py -END -README -K 25 -svn:wc:ra_dav:version-url -V 68 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/README -END diff --git a/.svn/entries b/.svn/entries deleted file mode 100644 index c03a9f0..0000000 --- a/.svn/entries +++ /dev/null @@ -1,111 +0,0 @@ -10 - -dir -1608 -http://jro-dev.igp.gob.pe/svn/jro_soft/schain/branches/schain_ebocanegra -http://jro-dev.igp.gob.pe/svn/jro_soft/schain - - - -2017-04-12T22:42:28.822577Z -1606 -ebocanegra - - -svn:special svn:externals svn:needs-lock - - - - - - - - - - - -ea082a80-fb9f-4feb-b8d7-17586309b78c - -README -file - - - - -2017-04-17T17:05:32.000000Z -3d318c6aa62816ad1d23198cfda6a2f9 -2017-04-12T22:42:28.822577Z -1606 -ebocanegra - - - - - - - - - - - - - - - - - - - - - -781 - -build -dir - -dist -dir - -schainc -dir - -schainpy -dir - -schainpy.egg-info -dir - -setup.py -file - - - - -2017-04-17T17:05:35.000000Z -6274494a6dcad776739e84cb0a33570f -2017-04-12T22:42:28.822577Z -1606 -ebocanegra - - - - - - - - - - - - - - - - - - - - - -1415 - diff --git a/.svn/text-base/README.svn-base b/.svn/text-base/README.svn-base deleted file mode 100644 index 7b2047d..0000000 --- a/.svn/text-base/README.svn-base +++ /dev/null @@ -1,36 +0,0 @@ -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 \ No newline at end of file diff --git a/.svn/text-base/setup.py.svn-base b/.svn/text-base/setup.py.svn-base deleted file mode 100644 index 46a06dd..0000000 --- a/.svn/text-base/setup.py.svn-base +++ /dev/null @@ -1,40 +0,0 @@ -''' -Created on Jul 16, 2014 - -@author: @author: Miguel Urco -''' - -from schainpy import __version__ -from setuptools import setup, Extension - -setup(name="schainpy", - version=__version__, - description="Python tools to read, write and process Jicamarca data", - author="Miguel Urco", - author_email="miguel.urco@jro.igp.gob.pe", - url="http://jro.igp.gob.pe", - packages = {'schainpy', - 'schainpy.model', - 'schainpy.model.data', - 'schainpy.model.graphics', - 'schainpy.model.io', - 'schainpy.model.proc', - 'schainpy.model.serializer', - 'schainpy.model.utils', - 'schainpy.gui', - 'schainpy.gui.figures', - 'schainpy.gui.viewcontroller', - 'schainpy.gui.viewer', - 'schainpy.gui.viewer.windows'}, - py_modules=[''], - package_data={'': ['schain.conf.template'], - 'schainpy.gui.figures': ['*.png','*.jpg'], - }, - include_package_data=False, - scripts =['schainpy/gui/schainGUI', - 'schainpy/scripts/schain'], - install_requires=["numpy >= 1.6.0", - "scipy >= 0.9.0", - "matplotlib >= 1.0.0", - ], - ) \ No newline at end of file