Blame view

PARAM_DEF/bepi_mea1_3dcts_ener.xml 1.58 KB
d054fd39   Quentin Brzustowski   3D parameter for ...
1
<?xml version="1.0"?>
6fd7e6bd   Quentin Brzustowski   parameter 3d for ...
2
<param xml:id="bepi_mea1_3dcts_ener_##min##_##max##">
d054fd39   Quentin Brzustowski   3D parameter for ...
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
	<info>
		<table>
			<boundsTable name="Channels" dim="0" boundsName="ChannelsIdx" units=""/>
            <boundsTable name="Sectors" dim="1" boundsName="SectorsIdx" units=""/>
		</table>
	</info>
    <clbMannual name="ChannelsIdx">
        <value>-90</value>
        <value>-67.5</value>
        <value>-45</value>
        <value>-22.5</value>
        <value>0</value>
        <value>22.5</value>
        <value>45</value>
        <value>67.5</value>
        <value>90</value>
    </clbManual>
    <clbMannual name="SectorsIdx">
        <value>0</value>
        <value>1</value>
        <value>2</value>
        <value>3</value>
        <value>4</value>
        <value>5</value>
        <value>6</value>
        <value>7</value>
        <value>8</value>
        <value>9</value>
        <value>10</value>
        <value>11</value>
        <value>12</value>
        <value>13</value>
        <value>14</value>
        <value>15</value>
        <value>16</value>
    </clbManual>
    <get>
		<vi name="bepi:mea1:3d">
6fd7e6bd   Quentin Brzustowski   parameter 3d for ...
41
			<baseParam name="counts" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"/>
d054fd39   Quentin Brzustowski   3D parameter for ...
42
		</vi>
d054fd39   Quentin Brzustowski   3D parameter for ...
43
44
45
46
47
48
	</get>
	<process/>
	<output> 
		<plot>
		<timePlot>
			<params>
6fd7e6bd   Quentin Brzustowski   parameter 3d for ...
49
				<param id="bepi_mea1_3dcts_ener_##min##_##max##">
d054fd39   Quentin Brzustowski   3D parameter for ...
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
					<spectro yAxis="y-left"/>
				</param>
			</params> 
			<axes>
				<yAxis>
					<digitalAxis id="y-left" scale="logarithmic" /> 
				</yAxis>
				<zAxis>
					<colorAxis colorMapIndex="1" scale="logarithmic"/>
				</zAxis>
			</axes>
		</timePlot>  
	  </plot>	 
	</output>
</param>