@@ -15,7 +15,7 from email.mime.text import MIMEText | |||
|
15 | 15 | from email.mime.application import MIMEApplication |
|
16 | 16 | from email.mime.multipart import MIMEMultipart |
|
17 | 17 | |
|
18 | class SchainConfigure(): | |
|
18 | class SchainConfigure(): | |
|
19 | 19 | |
|
20 | 20 | __DEFAULT_ADMINISTRATOR_EMAIL = "" |
|
21 | 21 | __DEFAULT_EMAIL_SERVER = "jro-zimbra.igp.gob.pe" |
@@ -94,4 +94,4 if __name__ == '__main__': | |||
|
94 | 94 | parser = argparse.ArgumentParser(description='Set number of parallel processes') |
|
95 | 95 | parser.add_argument('--nProcess', default=1, type=int) |
|
96 | 96 | args = parser.parse_args() |
|
97 |
multiSchain(fiber, nProcess=args.nProcess, startDate='2017/01/26', endDate='2017/01/2 |
|
|
97 | multiSchain(fiber, nProcess=args.nProcess, startDate='2017/01/26', endDate='2017/01/26') |
@@ -16,11 +16,23 if __name__ == '__main__': | |||
|
16 | 16 | |
|
17 | 17 | proc1 = controllerObj.addProcUnit(name='ReceiverData') |
|
18 | 18 | proc1.addParameter(name='realtime', value='0', format='bool') |
|
19 | proc1.addParameter(name='plottypes', value='rti,coh,phase', format='str') | |
|
19 | proc1.addParameter(name='plottypes', value='rti,coh,phase,snr,dop', format='str') | |
|
20 | 20 | proc1.addParameter(name='throttle', value='10', format='int') |
|
21 | 21 | proc1.addParameter(name='interactive', value='0', format='bool') |
|
22 | 22 | # proc1.addParameter(name='server', value='tcp://10.10.10.82:7000', format='str') |
|
23 | 23 | ## TODO Agregar direccion de server de publicacion a graficos como variable |
|
24 | op3 = proc1.addOperation(name='PlotSNRData', optype='other') | |
|
25 | op3.addParameter(name='wintitle', value='Julia 150Km', format='str') | |
|
26 | op3.addParameter(name='zmax', value='30', format='int') | |
|
27 | op3.addParameter(name='zmin', value='-10', format='int') | |
|
28 | op3.addParameter(name='save', value='/home/nanosat/Pictures', format='str') | |
|
29 | op3.addParameter(name='show', value='0', format='bool') | |
|
30 | # # | |
|
31 | op4 = proc1.addOperation(name='PlotDOPData', optype='other') | |
|
32 | op4.addParameter(name='wintitle', value='Julia 150Km', format='str') | |
|
33 | op4.addParameter(name='save', value='/home/nanosat/Pictures', format='str') | |
|
34 | op4.addParameter(name='show', value='0', format='bool') | |
|
35 | op4.addParameter(name='colormap', value='jet', format='str') | |
|
24 | 36 | |
|
25 | 37 | op1 = proc1.addOperation(name='PlotRTIData', optype='other') |
|
26 | 38 | op1.addParameter(name='wintitle', value='Julia 150Km', format='str') |
@@ -43,16 +55,6 if __name__ == '__main__': | |||
|
43 | 55 | # # proc2.addParameter(name='server', value='juanca', format='str') |
|
44 | 56 | # # proc2.addParameter(name='plottypes', value='snr,dop', format='str') |
|
45 | 57 | # # |
|
46 | # op3 = proc1.addOperation(name='PlotSNRData', optype='other') | |
|
47 | # op3.addParameter(name='wintitle', value='Julia 150Km', format='str') | |
|
48 | # op3.addParameter(name='save', value='/home/nanosat/Pictures', format='str') | |
|
49 | # op3.addParameter(name='show', value='0', format='bool') | |
|
50 | # # | |
|
51 | # op4 = proc1.addOperation(name='PlotDOPData', optype='other') | |
|
52 | # op4.addParameter(name='wintitle', value='Julia 150Km', format='str') | |
|
53 | # op4.addParameter(name='save', value='/home/nanosat/Pictures', format='str') | |
|
54 | # op4.addParameter(name='show', value='0', format='bool') | |
|
55 | # op4.addParameter(name='colormap', value='jet', format='str') | |
|
56 | 58 | |
|
57 | 59 | |
|
58 | 60 |
@@ -1,1 +1,1 | |||
|
1 |
<Project description="HF_EXAMPLE" id="191" name="test01"><ReadUnit datatype="SpectraReader" id="1911" inputId="0" name="SpectraReader"><Operation id="19111" name="run" priority="1" type="self"><Parameter format="str" id="191111" name="datatype" value="SpectraReader" /><Parameter format="str" id="191112" name="path" value="/home/nanosat/data/sp1_f0" /><Parameter format="date" id="191113" name="startDate" value="2017/01/2 |
|
|
1 | <Project description="HF_EXAMPLE" id="191" name="test01"><ReadUnit datatype="SpectraReader" id="1911" inputId="0" name="SpectraReader"><Operation id="19111" name="run" priority="1" type="self"><Parameter format="str" id="191111" name="datatype" value="SpectraReader" /><Parameter format="str" id="191112" name="path" value="/home/nanosat/data/sp1_f0" /><Parameter format="date" id="191113" name="startDate" value="2017/01/26" /><Parameter format="date" id="191114" name="endDate" value="2017/01/26" /><Parameter format="time" id="191115" name="startTime" value="00:00:00" /><Parameter format="time" id="191116" name="endTime" value="23:59:59" /><Parameter format="int" id="191118" name="cursor" value="7" /><Parameter format="int" id="191119" name="skip" value="90" /><Parameter format="int" id="191120" name="walk" value="1" /><Parameter format="int" id="191121" name="verbose" value="1" /><Parameter format="int" id="191122" name="online" value="0" /></Operation></ReadUnit><ProcUnit datatype="ParametersProc" id="1913" inputId="1911" name="ParametersProc"><Operation id="19131" name="run" priority="1" type="self" /><Operation id="19132" name="SpectralMoments" priority="2" type="other" /><Operation id="19133" name="PublishData" priority="3" type="other"><Parameter format="int" id="191331" name="zeromq" value="1" /><Parameter format="bool" id="191332" name="verbose" value="0" /><Parameter format="int" id="191333" name="delay" value="0" /></Operation></ProcUnit><ProcUnit datatype="Spectra" id="1912" inputId="1911" name="SpectraProc"><Operation id="19121" name="run" priority="1" type="self" /></ProcUnit></Project> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now