jedi_i90_cps.xml
1.25 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="jedi_i90_cps_##lookdir##">
<info>
<name>jedi_i90_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_i90_lower_energy_##lookdir##" maxName="jedi_i90_upper_energy_##lookdir##"/>
</table>
<fill_value>0</fill_value>
<ucd/>
<dataset_id/>
</info>
<gap_threshold>10</gap_threshold>
<get>
<vi name='juno:jedi:i090'>
<baseParam name='CPS'/>
</vi>
<amdaParam name="jedi_i90_lower_energy_##lookdir##"/>
<amdaParam name="jedi_i90_upper_energy_##lookdir##"/>
</get>
<process description="LookDir ##lookdir##">$juno_jedi_i090_CPS[##lookdir##]</process>
<output>
<plot>
<timePlot>
<params>
<param id="jedi_i90_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>