vex_xyz.xml
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<param xml:id='vex_xyz'>
<info>
<name>vex_xyz</name>
<short_name>Venus Express orbit</short_name>
<components>x,y,z</components>
<units>Rv</units>
<coordinates_system>VSO</coordinates_system>
<tensor_order>1</tensor_order>
<si_conversion></si_conversion>
<fill_value>-1.0e+31</fill_value>
<ucd></ucd>
<dataset_id></dataset_id>
</info>
<get>
<vi name='vex:orb:all'>
<baseParam name='VEX' useNearestValue="true"/>
</vi>
</get>
<process>$vex_orb_all_VEX/6052. </process>
<!--
<process/>
-->
<output>
<plot>
<xyPlot isotropic="false">
<params>
<param id="vex_xyz">
<orbitserie projection="XY" xAxis="0" yAxis="1">
<line type="line" style="plain" width="1" color="[10,120,13]" />
<symbol type="diamond" size="5" color="[10,120,13]" />
</orbitserie>
</param>
</params>
<axes>
<xAxis>
<digitalAxis id="0"/>
</xAxis>
<yAxis>
<digitalAxis id="1"/>
</yAxis>
</axes>
</xyPlot>
</plot>
</output>
</param>