Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
José Chávez
- Mon, 24 Apr 2017 14:51:42
Show More
0
schainpy/ROADMAP.md
schainpy/ROADMAP.md
created
644
+11
0
@@
-0,0
+1,11
1
## ROADMAP
2
## SCHAIN BRANCHES
3
4
### BRANCH - SCHAIN_MP
5
6
* Revisar si funciona con varios publishers.
7
* Revisar xRange y reinicialización de gráfico.
8
* Grabar cada spectra independientemente.
9
* Agregar kwargs al init
10
* Agregar gráficos restantes
11
* Presentación
0
schainpy/model/graphics/jroplot_data.py
schainpy/model/graphics/jroplot_data.py
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
0
schainpy/model/proc/jroproc_base.py
schainpy/model/proc/jroproc_base.py
+2
0
@@
-39,6
+39,8
class ProcessingUnit(object):
39
self . isConfig = False
39
self . isConfig = False
40
40
41
self . args = args
41
self . args = args
42
# if (kwargs):
43
# self.kwargs = kwargs
42
self . kwargs = kwargs
44
self . kwargs = kwargs
43
45
44
def addOperation ( self , opObj , objId ):
46
def addOperation ( self , opObj , objId ):
0
schainpy/model/utils/jroutils_publish.py
schainpy/model/utils/jroutils_publish.py
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
0
schainpy/scripts/julia_mp.py
schainpy/scripts/julia_mp.py
+1
-3
@@
-16,7
+16,7
def main(date):
16
controllerObj . setup ( id = '191' , name = 'test01' , description = '' )
16
controllerObj . setup ( id = '191' , name = 'test01' , description = '' )
17
17
18
readUnitConfObj = controllerObj . addReadUnit ( datatype = 'Spectra' ,
18
readUnitConfObj = controllerObj . addReadUnit ( datatype = 'Spectra' ,
19
path = '/data/workspace/data/zeus/' ,
19
path = '/home/nanosat /data/zeus' ,
20
startDate = date ,
20
startDate = date ,
21
endDate = date ,
21
endDate = date ,
22
startTime = '00:00:00' ,
22
startTime = '00:00:00' ,
@@
-73,5
+73,3
if __name__=='__main__':
73
73
74
p = multiprocessing . Pool ( 4 )
74
p = multiprocessing . Pool ( 4 )
75
p . map ( main , dates )
75
p . map ( main , dates )
76
77
No newline at end of file
0
schainpy/scripts/receiver.py
schainpy/scripts/receiver.py
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
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