Blame view

PARAM_DEF/jedi_i270_cps.xml 1.26 KB
c9cb3284   Benjamin Renard   Add Juno/JEDI spe...
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
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="jedi_i270_cps_##lookdir##">
  <info>
    <name>jedi_i270_cps</name>
    <short_name>counts/sec</short_name>
    <components/>
    <units>counts per sec</units>
    <coordinates_system/>
    <tensor_order/>
    <si_conversion/>
    <table>
  		<minMaxTable variable="true" name="Energy" units="keV" minName="jedi_i270_lower_energy_##lookdir##" maxName="jedi_i270_upper_energy_##lookdir##"/>
    </table>
    <fill_value>0</fill_value>
    <ucd/>
    <dataset_id/>
  </info>
  <gap_threshold>10</gap_threshold>
  <get>
        <vi name='juno:jedi:i270'>
                <baseParam name='CPS'/>
        </vi>
        <amdaParam name="jedi_i270_lower_energy_##lookdir##"/>
        <amdaParam name="jedi_i270_upper_energy_##lookdir##"/>
  </get>
62716ecf   Benjamin Renard   Remove toVector f...
26
  <process description="LookDir ##lookdir##">$juno_jedi_i270_CPS[##lookdir##]</process>
c9cb3284   Benjamin Renard   Add Juno/JEDI spe...
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  <output>
    <plot>
      <timePlot>
        <params>
          <param id="jedi_i270_cps_##lookdir##">
		<spectro yAxis="y-left"/>
          </param>
        </params>
        <axes>
	  <yAxis>
	    <digitalAxis id="y-left" scale="logarithmic"/>
	  </yAxis>
          <zAxis>
            <colorAxis scale="logarithmic"/>
          </zAxis>
        </axes>
      </timePlot>
    </plot>
  </output>
</param>