Blame view

PARAM_DEF/c3_hia_pad_angle.xml 702 Bytes
a2dfcdd9   Elena Budnik   work
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="c3_hia_pad_angle">
  <info>
        <table>
                <centerTable name="PA" centerName="pitch" size="11.25" units="deg."/>
        </table>
  </info>
  <get>
  <amdaParam name="c3_hia_pad"/>
  </get>
  <process description="total(c3_hia_pad,2)">total($c3_hia_pad,2)</process>
  <output>
dbf5b42b   Elena.Budnik   work
13
14
15
16
17
18
      <plot>
		  <timePlot>
			<params>
				<param id="c3_hia_pad_angle">
					<spectro yAxis="y-left"/>
				</param>
02f99181   Elena.Budnik   hia pad angle
19
20
21
22
23
			</params>
			<axes>
				<yAxis>
					<digitalAxis id="y-left" scale="linear"/>
				</yAxis>
dbf5b42b   Elena.Budnik   work
24
				<zAxis>
02f99181   Elena.Budnik   hia pad angle
25
					<colorAxis colorMapIndex="1" scale="logarithmic"/>
dbf5b42b   Elena.Budnik   work
26
				</zAxis>
02f99181   Elena.Budnik   hia pad angle
27
				</axes>
dbf5b42b   Elena.Budnik   work
28
29
		</timePlot>  
	  </plot>
a2dfcdd9   Elena Budnik   work
30
31
  </output>
</param>