diff --git a/.gitignore b/.gitignore index 1df8ed0..70fc3c5 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,5 @@ ENV/ *.png *.pyc schainpy/scripts + +.vscode \ No newline at end of file diff --git a/.gitignore~ b/.gitignore~ deleted file mode 100644 index 3f4c241..0000000 --- a/.gitignore~ +++ /dev/null @@ -1,3 +0,0 @@ -build/ -dist/ -schainpy.egg-info/ diff --git a/README b/README deleted file mode 100644 index 7b2047d..0000000 --- a/README +++ /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/experiment_project.py b/experiment_project.py deleted file mode 100644 index 5bb268a..0000000 --- a/experiment_project.py +++ /dev/null @@ -1,34 +0,0 @@ -from schainpy.controller import Project - -desc = "A schain project" - -controller = Project() -controller.setup(id='191', name="project", description=desc) - -readUnitConf = controller.addReadUnit(datatype='VoltageReader', - path="/home/nanosat/schain", - startDate="1970/01/01", - endDate="2017/12/31", - startTime="00:00:00", - endTime="23:59:59", - online=0, - verbose=1, - walk=1, - ) - -procUnitConf1 = controller.addProcUnit(datatype='VoltageProc', inputId=readUnitConf.getId()) - -opObj11 = procUnitConf1.addOperation(name='ProfileSelector', optype='other') -opObj11.addParameter(name='profileRangeList', value='120,183', format='intlist') - -opObj11 = procUnitConf1.addOperation(name='RTIPlot', optype='other') -opObj11.addParameter(name='wintitle', value='Jicamarca Radio Observatory', format='str') -opObj11.addParameter(name='showprofile', value='0', format='int') -opObj11.addParameter(name='xmin', value='0', format='int') -opObj11.addParameter(name='xmax', value='24', format='int') -opObj11.addParameter(name='figpath', value="/home/nanosat/schain/figs", format='str') -opObj11.addParameter(name='wr_period', value='5', format='int') -opObj11.addParameter(name='exp_code', value='22', format='int') - - -controller.start() diff --git a/schain.xml b/schain.xml deleted file mode 100644 index b67ac71..0000000 --- a/schain.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/schainc/.svn/all-wcprops b/schainc/.svn/all-wcprops deleted file mode 100644 index e5558a7..0000000 --- a/schainc/.svn/all-wcprops +++ /dev/null @@ -1,5 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 69 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/schainc -END diff --git a/schainc/.svn/entries b/schainc/.svn/entries deleted file mode 100644 index 99de90d..0000000 --- a/schainc/.svn/entries +++ /dev/null @@ -1,37 +0,0 @@ -10 - -dir -1608 -http://jro-dev.igp.gob.pe/svn/jro_soft/schain/branches/schain_ebocanegra/schainc -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 - -include -dir - -schaincuda -dir - -schainmpi -dir - diff --git a/schainc/include/.svn/all-wcprops b/schainc/include/.svn/all-wcprops deleted file mode 100644 index 6a0c96c..0000000 --- a/schainc/include/.svn/all-wcprops +++ /dev/null @@ -1,5 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 77 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/schainc/include -END diff --git a/schainc/include/.svn/entries b/schainc/include/.svn/entries deleted file mode 100644 index 86ee647..0000000 --- a/schainc/include/.svn/entries +++ /dev/null @@ -1,28 +0,0 @@ -10 - -dir -1608 -http://jro-dev.igp.gob.pe/svn/jro_soft/schain/branches/schain_ebocanegra/schainc/include -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 - diff --git a/schainc/schaincuda/.svn/all-wcprops b/schainc/schaincuda/.svn/all-wcprops deleted file mode 100644 index dead4d2..0000000 --- a/schainc/schaincuda/.svn/all-wcprops +++ /dev/null @@ -1,5 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 80 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/schainc/schaincuda -END diff --git a/schainc/schaincuda/.svn/entries b/schainc/schaincuda/.svn/entries deleted file mode 100644 index c9e5c79..0000000 --- a/schainc/schaincuda/.svn/entries +++ /dev/null @@ -1,28 +0,0 @@ -10 - -dir -1608 -http://jro-dev.igp.gob.pe/svn/jro_soft/schain/branches/schain_ebocanegra/schainc/schaincuda -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 - diff --git a/schainc/schainmpi/.svn/all-wcprops b/schainc/schainmpi/.svn/all-wcprops deleted file mode 100644 index 6622275..0000000 --- a/schainc/schainmpi/.svn/all-wcprops +++ /dev/null @@ -1,5 +0,0 @@ -K 25 -svn:wc:ra_dav:version-url -V 79 -/svn/jro_soft/schain/!svn/ver/1606/branches/schain_ebocanegra/schainc/schainmpi -END diff --git a/schainc/schainmpi/.svn/entries b/schainc/schainmpi/.svn/entries deleted file mode 100644 index c8cffea..0000000 --- a/schainc/schainmpi/.svn/entries +++ /dev/null @@ -1,28 +0,0 @@ -10 - -dir -1608 -http://jro-dev.igp.gob.pe/svn/jro_soft/schain/branches/schain_ebocanegra/schainc/schainmpi -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 - diff --git a/trash b/trash deleted file mode 100644 index 384299d..0000000 --- a/trash +++ /dev/null @@ -1 +0,0 @@ -You should install "digital_rf_hdf5" module if you want to read USRP data