Blame view

PARAM_DEF/mea2_earth_pap_pad.xml 1.08 KB
5259ac61   Benjamin Renard   Merge BEPI from a...
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
<?xml version="1.0"?>
<param xml:id="mea2_earth_pap_pad_##energy_index##">
    <info>
        <table>
            <centerTable name="Channels" centerName="channels" units="deg" size="22.5"/>
        </table>
    </info>
    <get>
        <vi name="bepi:mea2:earth.pap">
            <baseParam name="pap" useNearestValue="true">
                <clb name="channels"/>
            </baseParam>
        </vi>
    </get>
    <process>$bepi_mea2_earth_46_pap_pap[##energy_index##]</process>
    <output>
        <plot>
            <timePlot>
                <params>
                    <param id="mea2_earth_pap_pad_##energy_index##">
                        <spectro yAxis="y-left"/>
                    </param>
                </params>
                <axes>
                    <yAxis>
                        <digitalAxis id="y-left" scale="linear"/>
                    </yAxis>
                    <zAxis>
                        <colorAxis colorMapIndex="1" scale="logarithmic"/>
                    </zAxis>
                </axes>
            </timePlot>
        </plot>
    </output>
</param>