Commit dc7cb4481c1587f1af3badfde0e43ff7c9717563
1 parent
4ea031e2
Exists in
master
and in
7 other branches
internal
Showing
8 changed files
with
111 additions
and
97 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_els_energy"> | |
3 | + <get> | |
4 | + <vi name='vex:els:all'> | |
5 | + <baseParam name="ETableN"> | |
6 | + <clb name="REF"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process description="VEX ELS Energy">#getClbInfo($vex_els_all_ETableN;0:REF_0;1:REF_1;2:REF_2)</process> | |
11 | + <output/> | |
12 | +</param> | |
0 | 13 | \ No newline at end of file |
... | ... |
mav_sta_c0_energy_mass0.xml deleted
... | ... | @@ -1,15 +0,0 @@ |
1 | -<?xml version="1.0"?> | |
2 | -<param xml:id="mav_sta_c0_energy_mass0"> | |
3 | - <get> | |
4 | - <vi name='mavpds:sta:c0'> | |
5 | - <baseParam name="swp_ind" useNearestValue="true"> | |
6 | - <clb name="energy"/> | |
7 | - <clb name="nswp"/> | |
8 | - <clb name="nmass"/> | |
9 | - <clb name="nenergy"/> | |
10 | - </baseParam> | |
11 | - </vi> | |
12 | - </get> | |
13 | - <process description="MAVEN STATIC C0 Energy for Mass 0">#getMavenStaticEnergy($mavpds_sta_c0_swp_ind;0)</process> | |
14 | - <output/> | |
15 | -</param> |
mav_sta_c0_tab2d.xml deleted
mav_sta_c6_energy_mass0.xml deleted
... | ... | @@ -1,15 +0,0 @@ |
1 | -<?xml version="1.0"?> | |
2 | -<param xml:id="mav_sta_c6_energy_mass0"> | |
3 | - <get> | |
4 | - <vi name='mavpds:sta:c6'> | |
5 | - <baseParam name="swp_ind" useNearestValue="true"> | |
6 | - <clb name="energy"/> | |
7 | - <clb name="nswp"/> | |
8 | - <clb name="nmass"/> | |
9 | - <clb name="nenergy"/> | |
10 | - </baseParam> | |
11 | - </vi> | |
12 | - </get> | |
13 | - <process description="MAVEN STATIC C6 Energy - Mass 0">#getMavenStaticEnergy($mavpds_sta_c6_swp_ind;0)</process> | |
14 | - <output/> | |
15 | -</param> |
mav_sta_c6_tab2d.xml deleted
mav_xyz_mso.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="mav_xyz_mso"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="maven:orb:marsobs"><baseParam name="MAVEN_MSO"/></vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param> | |
2 | +<param xml:id="mav_xyz_mso"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="maven:orb:marsobs"> | |
6 | + <baseParam name="MAVEN_MSO"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output> | |
11 | + <plot> | |
12 | + <xyPlot isotropic="true"> | |
13 | + <params> | |
14 | + <param id="mav_xyz_mso"> | |
15 | + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1"> | |
16 | + <line type="line" style="plain" width="1" color="[0,0,255]" /> | |
17 | + <timeTick step="auto" number="0" minor="0" color="[255,0,0]"> | |
18 | + <font name="sans-serif" size="8" style="upright" weight="bold"/> | |
19 | + <firstSymbol type="triangle" size="4" color="[0,255,0]"/> | |
20 | + <symbol type="full-circle" size="4" color="[255,0,255]"/> | |
21 | + </timeTick> | |
22 | + </orbitserie> | |
23 | + </param> | |
24 | + </params> | |
25 | + <additionalObjects> | |
26 | + <!--<curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot"> | |
27 | + <function name="venus_bowshock"> | |
28 | + <attributes> | |
29 | + <attribute name="param1" value="145."/> | |
30 | + <attribute name="param2" value="1.35"/> | |
31 | + <attribute name="param3" value="1.18"/> | |
32 | + <attribute name="param4" value="0.55"/> | |
33 | + </attributes> | |
34 | + </function> | |
35 | + </curvePlot> | |
36 | + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> | |
37 | + <function name="venus_magnetopause"> | |
38 | + <attributes> | |
39 | + <attribute name="param1" value="1.07"/> | |
40 | + <attribute name="param2" value="-4."/> | |
41 | + <attribute name="param3" value="1.5"/> | |
42 | + <attribute name="param4" value="3."/> | |
43 | + </attributes> | |
44 | + </function> | |
45 | + </curvePlot>--> | |
46 | + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> | |
47 | + <function name="circle"> | |
48 | + <attributes> | |
49 | + </attributes> | |
50 | + </function> | |
51 | + </curvePlot> | |
52 | + </additionalObjects> | |
53 | + </xyPlot> | |
54 | + </plot> | |
55 | + </output> | |
56 | +</param> | |
... | ... |
mex_xyz.xml
... | ... | @@ -7,49 +7,49 @@ |
7 | 7 | </get> |
8 | 8 | <process description="km2rm=2.945e-4">$mex_orb_all_MEX*2.945e-4</process> |
9 | 9 | <output> |
10 | - <plot> | |
11 | - <xyPlot isotropic="true"> | |
12 | - <params> | |
13 | - <param id="mex_xyz"> | |
14 | - <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1"> | |
15 | - <line type="line" style="plain" width="1" color="[0,0,255]" /> | |
16 | - <timeTick step="auto" number="0" minor="0" color="[255,0,0]"> | |
17 | - <font name="sans-serif" size="8" style="upright" weight="bold"/> | |
18 | - <firstSymbol type="triangle" size="4" color="[0,255,0]"/> | |
19 | - <symbol type="full-circle" size="4" color="[255,0,255]"/> | |
20 | - </timeTick> | |
21 | - </orbitserie> | |
22 | - </param> | |
23 | - </params> | |
24 | - <additionalObjects> | |
25 | - <!--<curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot"> | |
26 | - <function name="venus_bowshock"> | |
27 | - <attributes> | |
28 | - <attribute name="param1" value="145."/> | |
29 | - <attribute name="param2" value="1.35"/> | |
30 | - <attribute name="param3" value="1.18"/> | |
31 | - <attribute name="param4" value="0.55"/> | |
32 | - </attributes> | |
33 | - </function> | |
34 | - </curvePlot> | |
35 | - <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> | |
36 | - <function name="venus_magnetopause"> | |
37 | - <attributes> | |
38 | - <attribute name="param1" value="1.07"/> | |
39 | - <attribute name="param2" value="-4."/> | |
40 | - <attribute name="param3" value="1.5"/> | |
41 | - <attribute name="param4" value="3."/> | |
42 | - </attributes> | |
43 | - </function> | |
44 | - </curvePlot>--> | |
45 | - <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> | |
46 | - <function name="circle"> | |
47 | - <attributes> | |
48 | - </attributes> | |
49 | - </function> | |
50 | - </curvePlot> | |
51 | - </additionalObjects> | |
52 | - </xyPlot> | |
10 | + <plot> | |
11 | + <xyPlot isotropic="true"> | |
12 | + <params> | |
13 | + <param id="mex_xyz"> | |
14 | + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1"> | |
15 | + <line type="line" style="plain" width="1" color="[0,0,255]" /> | |
16 | + <timeTick step="auto" number="0" minor="0" color="[255,0,0]"> | |
17 | + <font name="sans-serif" size="8" style="upright" weight="bold"/> | |
18 | + <firstSymbol type="triangle" size="4" color="[0,255,0]"/> | |
19 | + <symbol type="full-circle" size="4" color="[255,0,255]"/> | |
20 | + </timeTick> | |
21 | + </orbitserie> | |
22 | + </param> | |
23 | + </params> | |
24 | + <additionalObjects> | |
25 | + <!--<curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot"> | |
26 | + <function name="venus_bowshock"> | |
27 | + <attributes> | |
28 | + <attribute name="param1" value="145."/> | |
29 | + <attribute name="param2" value="1.35"/> | |
30 | + <attribute name="param3" value="1.18"/> | |
31 | + <attribute name="param4" value="0.55"/> | |
32 | + </attributes> | |
33 | + </function> | |
34 | + </curvePlot> | |
35 | + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> | |
36 | + <function name="venus_magnetopause"> | |
37 | + <attributes> | |
38 | + <attribute name="param1" value="1.07"/> | |
39 | + <attribute name="param2" value="-4."/> | |
40 | + <attribute name="param3" value="1.5"/> | |
41 | + <attribute name="param4" value="3."/> | |
42 | + </attributes> | |
43 | + </function> | |
44 | + </curvePlot>--> | |
45 | + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> | |
46 | + <function name="circle"> | |
47 | + <attributes> | |
48 | + </attributes> | |
49 | + </function> | |
50 | + </curvePlot> | |
51 | + </additionalObjects> | |
52 | + </xyPlot> | |
53 | 53 | </plot> |
54 | 54 | </output> |
55 | 55 | </param> |
... | ... |
vex_els_spec.xml
... | ... | @@ -10,6 +10,6 @@ |
10 | 10 | <amdaParam name='vex_els_energy'/> |
11 | 11 | </get> |
12 | 12 | <process description="VEX ELS Flux">#merge($vex_els_energy;els_calculate($vex_els_all_ELS,$vex_els_all_TimeCompres,$vex_els_all_EnergyCompres,$vex_els_energy,10)</process> |
13 | - <output /> | |
13 | + <output/> | |
14 | 14 | </param> |
15 | 15 | |
... | ... |