Commit 13510e270135ed2cacdf296b9ca4daadafd5bc00
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
8 changed files
with
158 additions
and
1 deletions
Show diff stats
... | ... | @@ -0,0 +1,39 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_l2_2d_cem_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="1" name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
6 | + <minMaxTable dim="0" name="Elevation" minName="elMin" maxName="elMax" units="deg"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="so:pas:l2.3d"> | |
11 | + <baseParam name="vdf" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##"> | |
12 | + <clb name="eMin"/> | |
13 | + <clb name="eMax"/> | |
14 | + <clb name="elMin"/> | |
15 | + <clb name="elMax"/> | |
16 | + </baseParam> | |
17 | + </vi> | |
18 | + </get> | |
19 | + <process/> | |
20 | + <output> | |
21 | + <plot> | |
22 | + <timePlot> | |
23 | + <params> | |
24 | + <param id="pas_l2_2d_cem_##min##_##max##"> | |
25 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
26 | + </param> | |
27 | + </params> | |
28 | + <axes> | |
29 | + <yAxis> | |
30 | + <digitalAxis id="y-left" scale="linear"/> | |
31 | + </yAxis> | |
32 | + <zAxis> | |
33 | + <colorAxis scale="logarithmic"/> | |
34 | + </zAxis> | |
35 | + </axes> | |
36 | + </timePlot> | |
37 | + </plot> | |
38 | + </output> | |
39 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,39 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_l2_2d_elevation_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
6 | + <minMaxTable dim="1" name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="so:pas:l2.3d"> | |
11 | + <baseParam name="vdf" dim3Num="1" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="eMin"/> | |
13 | + <clb name="eMax"/> | |
14 | + <clb name="azMin"/> | |
15 | + <clb name="azMax"/> | |
16 | + </baseParam> | |
17 | + </vi> | |
18 | + </get> | |
19 | + <process/> | |
20 | + <output> | |
21 | + <plot> | |
22 | + <timePlot> | |
23 | + <params> | |
24 | + <param id="pas_l2_2d_elevation_##min##_##max##"> | |
25 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
26 | + </param> | |
27 | + </params> | |
28 | + <axes> | |
29 | + <yAxis> | |
30 | + <digitalAxis id="y-left" scale="linear"/> | |
31 | + </yAxis> | |
32 | + <zAxis> | |
33 | + <colorAxis scale="logarithmic"/> | |
34 | + </zAxis> | |
35 | + </axes> | |
36 | + </timePlot> | |
37 | + </plot> | |
38 | + </output> | |
39 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,39 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_l2_2d_energy_##min##_##max##"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable dim="0" name="Azimuth" units="deg" minName="azMin" maxName="azMax"/> | |
6 | + <minMaxTable dim="1" name="Elevation" minName="elMin" maxName="elMax" units="deg"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="so:pas:l2.3d"> | |
11 | + <baseParam name="vdf" dim3Num="2" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"> | |
12 | + <clb name="azMin"/> | |
13 | + <clb name="azMax"/> | |
14 | + <clb name="elMin"/> | |
15 | + <clb name="elMax"/> | |
16 | + </baseParam> | |
17 | + </vi> | |
18 | + </get> | |
19 | + <process/> | |
20 | + <output> | |
21 | + <plot> | |
22 | + <timePlot> | |
23 | + <params> | |
24 | + <param id="pas_l2_2d_energy_##min##_##max##"> | |
25 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
26 | + </param> | |
27 | + </params> | |
28 | + <axes> | |
29 | + <yAxis> | |
30 | + <digitalAxis id="y-left" scale="linear"/> | |
31 | + </yAxis> | |
32 | + <zAxis> | |
33 | + <colorAxis scale="logarithmic"/> | |
34 | + </zAxis> | |
35 | + </axes> | |
36 | + </timePlot> | |
37 | + </plot> | |
38 | + </output> | |
39 | +</param> | ... | ... |
PARAM_INFO_PREDEFINED/info_pas_3d_sum.xml