Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Miguel Valdez
- Wed, 27 Apr 2016 09:33:27
Show More
0
schainpy/VERSION
schainpy/VERSION
+6
-1
@@
-76,4
+76,9
properly but the next days did not.
76
2.2.4.1:
76
2.2.4.1:
77
-jroIO_usrp.py is update to read Sandra's data
77
-jroIO_usrp.py is update to read Sandra's data
78
-decimation in Spectra and RTI plots is always enabled.
78
-decimation in Spectra and RTI plots is always enabled.
79
-time-window option added to GUI
No newline at end of file
79
-time-window option added to GUI
80
81
2.2.5:
82
-splitProfiles and combineProfiles modules were added to VoltageProc and Signal Chain GUI.
83
-nProfiles of USRP data (hdf5) is the number of profiles thera are in one second.
84
-jroPlotter works directly with data objects instead of dictionaries
No newline at end of file
0
schainpy/__init__.py
schainpy/__init__.py
+1
-1
@@
-4,4
+4,4
Created on Feb 7, 2012
4
@author $Author$
4
@author $Author$
5
@version $Id$
5
@version $Id$
6
'''
6
'''
7
__version__ = "2.2.4.1"
No newline at end of file
7
__version__ = "2.2.5 "
No newline at end of file
0
schainpy/controller_api.py
schainpy/controller_api.py
+2
-2
@@
-1,5
+1,5
1
import threading
1
import threading
2
import Queue
2
from Queue import Queue
3
3
4
from schainpy.controller import Project
4
from schainpy.controller import Project
5
from schainpy.model.graphics.jroplotter import PlotManager
5
from schainpy.model.graphics.jroplotter import PlotManager
@@
-102,7
+102,7
class ControllerThread(threading.Thread, Project):
102
102
103
def useExternalPlotter ( self ):
103
def useExternalPlotter ( self ):
104
104
105
self . plotterQueue = Queue .Queue( 10 )
105
self . plotterQueue = Queue ( 10 )
106
self . setPlotters ()
106
self . setPlotters ()
107
107
108
plotManagerObj = PlotManager ( self . plotterQueue )
108
plotManagerObj = PlotManager ( self . plotterQueue )
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages