Commit bfc3cb2738e8f1167290a35f1a461cc7f1675acd
1 parent
d1b9048f
Exists in
master
and in
7 other branches
gtl epic ed
Showing
3 changed files
with
45 additions
and
12 deletions
Show diff stats
PARAM_DEF/gtl_edhigh_av.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="gtl_edhigh_av"> |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable name="sector" centerName="sector" size="45" units="deg"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name="gtl:epic:ed"> | |
5 | - <baseParam name="Flux"/> | |
6 | - </vi> | |
9 | + <vi name="gtl:epic:ed"> | |
10 | + <baseParam name="Flux"> | |
11 | + <clb name="sector"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
7 | 14 | </get> |
8 | 15 | <process/> |
9 | - <output/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="gtl_edhigh_av"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left"/> | |
27 | + </yAxis> | |
28 | + <zAxis> | |
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
30 | + </zAxis> | |
31 | + </axes> | |
32 | + </timePlot> | |
33 | + </plot> | |
34 | + </output> | |
10 | 35 | </param> | ... | ... |
PARAM_INFO_PREDEFINED/info_gtl_edhigh_av.xml
... | ... | @@ -2,13 +2,13 @@ |
2 | 2 | <paraminfo id="gtl_edhigh_av"> |
3 | 3 | <dimensions dim_1="8"/> |
4 | 4 | <components> |
5 | - <component index_1="0" name="tailward"/> | |
6 | - <component index_1="1" name="45<sup>o</sup>"/> | |
7 | - <component index_1="2" name="dawnward"/> | |
8 | - <component index_1="3" name="135<sup>o</sup>"/> | |
9 | - <component index_1="4" name="sunward"/> | |
10 | - <component index_1="5" name="225<sup>o</sup>"/> | |
11 | - <component index_1="6" name="duskward"/> | |
12 | - <component index_1="7" name="315<sup>o</sup>"/> | |
5 | + <component index_1="0" name="-22.5<sup>o</sup>-22.5<sup>o</sup> : tailward"/> | |
6 | + <component index_1="1" name="22.5<sup>o</sup>-67.5<sup>o</sup>"/> | |
7 | + <component index_1="2" name="67.5<sup>o</sup>-112.5<sup>o</sup> : dawnward"/> | |
8 | + <component index_1="3" name="112.5<sup>o</sup>-157.5<sup>o</sup>"/> | |
9 | + <component index_1="4" name="157.5<sup>o</sup>-202.5<sup>o</sup> : sunward"/> | |
10 | + <component index_1="5" name="202.5<sup>o</sup>-247.5<sup>o</sup>"/> | |
11 | + <component index_1="6" name="247.5<sup>o</sup>-292.5<sup>o</sup> : duskward"/> | |
12 | + <component index_1="7" name="292.5<sup>o</sup>-337.5<sup>o</sup>"/> | |
13 | 13 | </components> |
14 | 14 | </paraminfo> | ... | ... |