Blame view

PARAM_DEF/jdc_p1earthmoon_start_energy.xml 1.23 KB
969348e2   Benjamin Renard   Merge JUICE/JDC f...
1
2
3
4
<?xml version="1.0"?>
<param xml:id="jdc_p1earthmoon_start_energy_##min##_##max##">
    <info>
        <table>
5d9f371b   Benjamin Renard   Add all JUICE/JDC...
5
            <centerAutoTable dim="0" name="Elevation" centerName="ELEVATION_6" units="deg" log="false"/>
969348e2   Benjamin Renard   Merge JUICE/JDC f...
6
7
8
9
10
11
            <rangeTable dim="1" name="Azimuth" min="0" max="360" step="22.5" units="deg"/>
        </table>
    </info>
	<get>
		<vi name="juice:jdc:p1.earthmoon">
			<baseParam name="start" dim3Num="2" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true">
5d9f371b   Benjamin Renard   Add all JUICE/JDC...
12
                <clb name="ELEVATION_6"/>
a9f34250   Benjamin Renard   Fix stop for JUIC...
13
				<clb name="ENERGY_75"/>
969348e2   Benjamin Renard   Merge JUICE/JDC f...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
            </baseParam>
		</vi>
	</get>
	<process></process>
	<output>
        <plot>
            <timePlot>
                <params>
                    <param id="jdc_p1earthmoon_start_energy_##min##_##max##">
                        <spectro yAxis="y-left" uselog0asmin="true"/>
                    </param>
                </params>
                <axes>
                    <yAxis>
                        <digitalAxis id="y-left" scale="linear"/>
                    </yAxis>
                    <zAxis>
5d9f371b   Benjamin Renard   Add all JUICE/JDC...
31
                        <colorAxis colorMapIndex="4" scale="logarithmic"/>
969348e2   Benjamin Renard   Merge JUICE/JDC f...
32
33
34
35
36
37
                    </zAxis>
                </axes>
            </timePlot>
        </plot>
    </output>
</param>