Commit b8c3c13006a7ebc99fe5960753e2f87a6826ec51
1 parent
02abc780
Exists in
master
and in
66 other branches
Add new test params definition for Stereo A SWEA PAD & Maven PLASTIC C0
Showing
7 changed files
with
152 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,24 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sta_c0"> | |
3 | + <info> | |
4 | + <name>Eflux</name> | |
5 | + <short_name>Eflux</short_name> | |
6 | + <components></components> | |
7 | + <units>eV/st/sec</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_sta_c0_energy" log="false"/> | |
13 | + </table> | |
14 | + <fill_value>-1e+31</fill_value> | |
15 | + <ucd></ucd> | |
16 | + <dataset_id></dataset_id> | |
17 | + </info> | |
18 | + <get> | |
19 | + <amdaParam name="mav_sta_c0_tab2d"/> | |
20 | + <amdaParam name="mav_sta_c0_energy"/> | |
21 | + </get> | |
22 | + <process description="Mass 0">$mav_sta_c0_tab2d[0].toVector()</process> | |
23 | + <output/> | |
24 | +</param> | ... | ... |
install/testParams/newKernelDDBase/mav_sta_c0_energy.xml
0 → 100644
... | ... | @@ -0,0 +1,15 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sta_c0_energy"> | |
3 | + <get> | |
4 | + <vi name='mavpds:sta:c0'> | |
5 | + <baseParam name="swp_ind" useNearestValue="true"> | |
6 | + <clb name="energy"/> | |
7 | + <clb name="nswp"/> | |
8 | + <clb name="nmass"/> | |
9 | + <clb name="nenergy"/> | |
10 | + </baseParam> | |
11 | + </vi> | |
12 | + </get> | |
13 | + <process description="MAVEN STATIC C0 Energy">#getMavenStaticEnergy($mavpds_sta_c0_swp_ind)</process> | |
14 | + <output/> | |
15 | +</param> | |
0 | 16 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="mav_sta_c0_tab2d"> | |
3 | + <info> | |
4 | + <name>Eflux</name> | |
5 | + <short_name>Eflux</short_name> | |
6 | + <components></components> | |
7 | + <units>eV/st/sec</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <fill_value>-1e+31</fill_value> | |
12 | + <ucd></ucd> | |
13 | + <dataset_id></dataset_id> | |
14 | + </info> | |
15 | + <get> | |
16 | + <vi name="mavpds:sta:c0"> | |
17 | + <baseParam name="eflux"> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="sta_swea_pad"> | |
3 | + <info> | |
4 | + <name>Stereo-A SWEA PAD Total under all energies</name> | |
5 | + <short_name>SWEA PAD Total under all energies</short_name> | |
6 | + <components></components> | |
7 | + <units>s3/km6</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <table> | |
12 | + <centerTable name="PA" centerName="PitchAngles" size="15" units="deg."/> | |
13 | + </table> | |
14 | + <fill_value>-1e+31</fill_value> | |
15 | + <ucd></ucd> | |
16 | + <dataset_id></dataset_id> | |
17 | + </info> | |
18 | + <get> | |
19 | + <amdaParam name="sta_swea_pad_tab2d"/> | |
20 | + </get> | |
21 | + <process description="total(sta_swea_pad_tab2d,2)">total($sta_swea_pad_tab2d,2)</process> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
install/testParams/newKernelDDBase/sta_swea_pad_energy.xml
0 → 100644
... | ... | @@ -0,0 +1,13 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="sta_swea_pad_energy"> | |
3 | + <get> | |
4 | + <vi name='sta:swea:pad'> | |
5 | + <baseParam name="EnergyTab" useNearestValue="true"> | |
6 | + <clb name="ETab0"/> | |
7 | + <clb name="ETab1"/> | |
8 | + </baseParam> | |
9 | + </vi> | |
10 | + </get> | |
11 | + <process description="StereoA SWEA-PAD Energy">#getClbInfo($sta_swea_pad_EnergyTab;0:ETab0;1:ETab1)</process> | |
12 | + <output/> | |
13 | +</param> | |
0 | 14 | \ No newline at end of file | ... | ... |
install/testParams/newKernelDDBase/sta_swea_pad_pasum.xml
0 → 100644
... | ... | @@ -0,0 +1,24 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="sta_swea_pad_pasum"> | |
3 | + <info> | |
4 | + <name>Stereo-A SWEA PAD Total under all angles</name> | |
5 | + <short_name>SWEA PAD Total under all angles</short_name> | |
6 | + <components></components> | |
7 | + <units>s3/km6</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" name="Energy" units="eV" centerName="sta_swea_pad_energy" log="true"/> | |
13 | + </table> | |
14 | + <fill_value>-1e+31</fill_value> | |
15 | + <ucd></ucd> | |
16 | + <dataset_id></dataset_id> | |
17 | + </info> | |
18 | + <get> | |
19 | + <amdaParam name="sta_swea_pad_tab2d"/> | |
20 | + <amdaParam name="sta_swea_pad_energy"/> | |
21 | + </get> | |
22 | + <process description="total(sta_swea_pad_tab2d,1)">total($sta_swea_pad_tab2d,1)</process> | |
23 | + <output/> | |
24 | +</param> | ... | ... |
install/testParams/newKernelDDBase/sta_swea_pad_tab2d.xml
0 → 100644
... | ... | @@ -0,0 +1,30 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<param xml:id="sta_swea_pad_tab2d"> | |
3 | + <info> | |
4 | + <name>Stereo-A SWEA PAD</name> | |
5 | + <short_name>SWEA PAD</short_name> | |
6 | + <components></components> | |
7 | + <units>s3/km6</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <table> | |
12 | + <centerTable dim="0" name="PA" centerName="PitchAngles" size="15" units="deg."/> | |
13 | + <centerAutoTable dim="1" name="Energy" units="eV" centerName="ETab0" log="false"/> | |
14 | + </table> | |
15 | + <fill_value>-1e+31</fill_value> | |
16 | + <ucd></ucd> | |
17 | + <dataset_id></dataset_id> | |
18 | + </info> | |
19 | + <get> | |
20 | + <vi name="sta:swea:pad"> | |
21 | + <baseParam name="PAD250"> | |
22 | + <clb name="PitchAngles"/> | |
23 | + <clb name="ETab0"/> | |
24 | + <clb name="ETab1"/> | |
25 | + </baseParam> | |
26 | + </vi> | |
27 | + </get> | |
28 | + <process/> | |
29 | + <output/> | |
30 | +</param> | ... | ... |