Commit b9d16fc04d339d744f712307de297767704d3d2a
1 parent
d7ca1288
Exists in
juice_jdc
and in
1 other branch
Merge some params from master
Showing
15 changed files
with
302 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,38 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_xyz_mso1s"> | |
3 | + <get> | |
4 | + <vi name="maven:orb:marsobs1s"> | |
5 | + <baseParam name="MAVEN_MSO"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <xyPlot isotropic="true"> | |
12 | + <params> | |
13 | + <param id="mav_xyz_mso1s"> | |
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="mars_bowshock"/> | |
27 | + </curvePlot> | |
28 | + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> | |
29 | + <function name="mars_magnetopause"/> | |
30 | + </curvePlot> | |
31 | + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> | |
32 | + <function name="circle"/> | |
33 | + </curvePlot> | |
34 | + </additionalObjects> | |
35 | + </xyPlot> | |
36 | + </plot> | |
37 | + </output> | |
38 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_hl2_2d_elevation_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
6 | + <minMaxTable dim="1" name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="vex:imal2:h1"> | |
11 | + <baseParam name="DiffFlux" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="elevMin"/> | |
13 | + <clb name="elevMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + <clb name="eMin"/> | |
17 | + <clb name="eMax"/> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output> | |
23 | + <plot> | |
24 | + <timePlot> | |
25 | + <params> | |
26 | + <param id="vex_hl2_2d_elevation_##min##_##max##"> | |
27 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
28 | + </param> | |
29 | + </params> | |
30 | + <axes> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" scale="linear"/> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis scale="logarithmic"/> | |
36 | + </zAxis> | |
37 | + </axes> | |
38 | + </timePlot> | |
39 | + </plot> | |
40 | + </output> | |
41 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_hl2_2d_energy_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Elevation" units="deg" minName="elevMin" maxName="elevMax"/> | |
6 | + <minMaxTable dim="1" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="vex:imal2:h1"> | |
11 | + <baseParam name="DiffFlux" dim3Num="2" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="elevMin"/> | |
13 | + <clb name="elevMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + <clb name="eMin"/> | |
17 | + <clb name="eMax"/> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output> | |
23 | + <plot> | |
24 | + <timePlot> | |
25 | + <params> | |
26 | + <param id="vex_hl2_2d_energy_##min##_##max##"> | |
27 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
28 | + </param> | |
29 | + </params> | |
30 | + <axes> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis scale="logarithmic"/> | |
36 | + </zAxis> | |
37 | + </axes> | |
38 | + </timePlot> | |
39 | + </plot> | |
40 | + </output> | |
41 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_ol2_2d_azimuth_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Elevation" units="deg" minName="elevMin" maxName="elevMax"/> | |
6 | + <minMaxTable dim="1" name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="vex:imal2:o1"> | |
11 | + <baseParam name="DiffFlux" dim3Num="1" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="elevMin"/> | |
13 | + <clb name="elevMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + <clb name="eMin"/> | |
17 | + <clb name="eMax"/> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output> | |
23 | + <plot> | |
24 | + <timePlot> | |
25 | + <params> | |
26 | + <param id="vex_ol2_2d_azimuth_##min##_##max##"> | |
27 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
28 | + </param> | |
29 | + </params> | |
30 | + <axes> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" scale="linear"/> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis scale="logarithmic"/> | |
36 | + </zAxis> | |
37 | + </axes> | |
38 | + </timePlot> | |
39 | + </plot> | |
40 | + </output> | |
41 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_ol2_2d_elevation_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
6 | + <minMaxTable dim="1" name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="vex:imal2:o1"> | |
11 | + <baseParam name="DiffFlux" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="elevMin"/> | |
13 | + <clb name="elevMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + <clb name="eMin"/> | |
17 | + <clb name="eMax"/> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output> | |
23 | + <plot> | |
24 | + <timePlot> | |
25 | + <params> | |
26 | + <param id="vex_ol2_2d_elevation_##min##_##max##"> | |
27 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
28 | + </param> | |
29 | + </params> | |
30 | + <axes> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" scale="linear"/> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis scale="logarithmic"/> | |
36 | + </zAxis> | |
37 | + </axes> | |
38 | + </timePlot> | |
39 | + </plot> | |
40 | + </output> | |
41 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_ol2_2d_energy_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Elevation" units="deg" minName="elevMin" maxName="elevMax"/> | |
6 | + <minMaxTable dim="1" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="vex:imal2:o1"> | |
11 | + <baseParam name="DiffFlux" dim3Num="2" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="elevMin"/> | |
13 | + <clb name="elevMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + <clb name="eMin"/> | |
17 | + <clb name="eMax"/> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output> | |
23 | + <plot> | |
24 | + <timePlot> | |
25 | + <params> | |
26 | + <param id="vex_ol2_2d_energy_##min##_##max##"> | |
27 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
28 | + </param> | |
29 | + </params> | |
30 | + <axes> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis scale="logarithmic"/> | |
36 | + </zAxis> | |
37 | + </axes> | |
38 | + </timePlot> | |
39 | + </plot> | |
40 | + </output> | |
41 | +</param> | ... | ... |