Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Miguel Valdez
- Sat, 08 Dec 2012 06:20:04
Show More
0
schainpy/model/graphics/figure.py
schainpy/model/graphics/figure.py
+4
-2
0
schainpy/model/jrodataIO.py
schainpy/model/jrodataIO.py
+6
0
@@
-357,7
+357,12
class JRODataReader(JRODataIO, ProcessingUnit):
357
pathList . append ( os . path . join ( path , match [ 0 ], expLabel ))
357
pathList . append ( os . path . join ( path , match [ 0 ], expLabel ))
358
thisDate += datetime . timedelta ( 1 )
358
thisDate += datetime . timedelta ( 1 )
359
359
360
if pathList == []:
361
print "Any folder found into date range %s - %s " % ( startDate , endDate )
362
return None , None
360
363
364
print " %d folder(s) found [ %s , ...]" % ( len ( pathList ), pathList [ 0 ])
365
361
filenameList = []
366
filenameList = []
362
for thisPath in pathList :
367
for thisPath in pathList :
363
368
@@
-372,6
+377,7
class JRODataReader(JRODataIO, ProcessingUnit):
372
filenameList . append ( filename )
377
filenameList . append ( filename )
373
378
374
if not ( filenameList ):
379
if not ( filenameList ):
380
print "Any file found into time range %s - %s " % ( startTime , endTime )
375
return None , None
381
return None , None
376
382
377
self . filenameList = filenameList
383
self . filenameList = filenameList
0
schainpy/model/jroplot.py
schainpy/model/jroplot.py
+4
-4
@@
-178,7
+178,7
class RTIPlot(Figure):
178
178
179
def __init__ ( self ):
179
def __init__ ( self ):
180
180
181
self . __timerange = 24 * 60 * 60
181
self . timerange = 24 * 60 * 60
182
self . __isConfig = False
182
self . __isConfig = False
183
self . __nsubplots = 1
183
self . __nsubplots = 1
184
184
@@
-258,7
+258,7
class RTIPlot(Figure):
258
channelIndexList . append ( dataOut . channelList . index ( channel ))
258
channelIndexList . append ( dataOut . channelList . index ( channel ))
259
259
260
if timerange != None :
260
if timerange != None :
261
self . __timerange = timerange
261
self . timerange = timerange
262
262
263
tmin = None
263
tmin = None
264
tmax = None
264
tmax = None
@@
-673,7
+673,7
class CoherencePlot(Figure):
673
PREFIX = 'coherencemap'
673
PREFIX = 'coherencemap'
674
674
675
def __init__ ( self ):
675
def __init__ ( self ):
676
self . __timerange = 24 * 60 * 60
676
self . timerange = 24 * 60 * 60
677
self . __isConfig = False
677
self . __isConfig = False
678
self . __nsubplots = 1
678
self . __nsubplots = 1
679
679
@@
-729,7
+729,7
class CoherencePlot(Figure):
729
pairsIndexList . append ( dataOut . pairsList . index ( pair ))
729
pairsIndexList . append ( dataOut . pairsList . index ( pair ))
730
730
731
if timerange != None :
731
if timerange != None :
732
self . __timerange = timerange
732
self . timerange = timerange
733
733
734
tmin = None
734
tmin = None
735
tmax = None
735
tmax = None
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