Blame view

PARAM_DEF/cce_orb_xyz.xml 1.34 KB
5bc6d9db   Quentin Brzustowski   Defined parameter...
1
2
3
<?xml version="1.0"?>
<param xml:id='cce_orb_xyz'>
  <get>
a849eb09   Quentin Brzustowski   corrected Paramet...
4
     <vi name='cce:orb:all'>
db928d3b   Quentin Brzustowski   corrected mistake...
5
        <baseParam name='POSITION_GSE'/>
5bc6d9db   Quentin Brzustowski   Defined parameter...
6
7
    </vi>
  </get>
c267307d   Quentin Brzustowski   Added process for...
8
  <process>$cce_orb_all_POSITION_GSE/RADIUS_EARTH</process>
8a66fdb0   Quentin Brzustowski   Added plot defini...
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
  <output>
    <plot>
    <xyPlot isotropic="true">
      <params>
        <param id="cce_orb_xyz">
          <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
            <line type="line" style="plain" width="1" color="[0,0,255]" />
            <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
              <font name="sans-serif" size="8" style="upright" weight="bold"/>
              <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
              <symbol type="full-circle" size="4" color="[255,0,255]"/>
            </timeTick>
          </orbitserie>
        </param>
      </params>			
      <additionalObjects>
        <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
          <function name="bowshock_farris"/>				
        </curvePlot>
        <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
          <function name="magnetopause_shue"/>								
        </curvePlot>
        <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
          <function name="circle"/>
        </curvePlot>
      </additionalObjects> 
    </xyPlot>
  </plot>
  </output>
</param>
5bc6d9db   Quentin Brzustowski   Defined parameter...