Blame view

PARAM_DEF/cce_mepa_tof_fin.xml 1.25 KB
125e9fcd   Quentin Brzustowski   created parameter...
1
2
3
4
<?xml version="1.0"?>
<param xml:id='cce_mepa_tof_fin'>
  <info>
    <table>
8969ee5c   Quentin Brzustowski   corrected mistake...
5
      <centerAutoTable centerName="enTabF" name="energy" units="keV" log="false"/>
125e9fcd   Quentin Brzustowski   created parameter...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    </table>
  </info>
  <get>
     <vi name='cce:mepa:tof'>
       <baseParam name='TOF_iron_INTEN'>
         <clb name="enTabF"/>
       </baseParam>
    </vi>
  </get>
  <process/>
  <output>
    <plot>
      <timePlot>
        <params>
          <param id="cce_mepa_tof_fin">
            <spectro yAxis="y-left"/>
          </param>
        </params> 
        <axes>
          <yAxis>
baee6710   Quentin Brzustowski   changed scale fro...
26
            <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
125e9fcd   Quentin Brzustowski   created parameter...
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
              <range extend="true"/>
              <tick position="outwards" minorGrid="false" majorGrid="false"/>
              <legend/>
            </digitalAxis>					
          </yAxis>
          <zAxis>
            <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
              <range extend="true"/>
              <tick position="outwards" minorGrid="false" majorGrid="false"/>
            </colorAxis>
          </zAxis>
        </axes> 
      </timePlot>  
    </plot>  
  </output>
  </param>