Commit a0999b08df3d5d9692e227e0074f60b5bbdc1e04
1 parent
b8c3c130
Exists in
master
and in
66 other branches
Add Maven STATIC C6 & Rosetta MIP Survey parameters
Showing
5 changed files
with
100 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_c6"> | |
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_c6_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_c6_tab2d"/> | |
20 | + <amdaParam name="mav_sta_c6_energy"/> | |
21 | + </get> | |
22 | + <process description="Mass 0">$mav_sta_c6_tab2d[0].toVector()</process> | |
23 | + <output/> | |
24 | +</param> | ... | ... |
install/testParams/newKernelDDBase/mav_sta_c6_energy.xml
0 → 100644
... | ... | @@ -0,0 +1,15 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sta_c6_energy"> | |
3 | + <get> | |
4 | + <vi name='mavpds:sta:c6'> | |
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 C6 Energy">#getMavenStaticEnergy($mavpds_sta_c6_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_c6_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:c6"> | |
17 | + <baseParam name="eflux"> | |
18 | + </baseParam> | |
19 | + </vi> | |
20 | + </get> | |
21 | + <process/> | |
22 | + <output/> | |
23 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,26 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ros_mip_surv"> | |
3 | + <info> | |
4 | + <name>Rosetta MIP Survey</name> | |
5 | + <short_name>MIP Survey</short_name> | |
6 | + <components></components> | |
7 | + <units>dB</units> | |
8 | + <coordinates_system></coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion></si_conversion> | |
11 | + <table> | |
12 | + <centerAutoTable variable="true" name="Frequency" units="kHz" centerName="ros_mip_surv_frequency" log="true"/> | |
13 | + </table> | |
14 | + <fill_value>-1e+31</fill_value> | |
15 | + <ucd></ucd> | |
16 | + <dataset_id></dataset_id> | |
17 | + </info> | |
18 | + <get> | |
19 | + <vi name='ros:mip:surv'> | |
20 | + <baseParam name="SurveyFull"/> | |
21 | + </vi> | |
22 | + <amdaParam name="ros_mip_surv_frequency"/> | |
23 | + </get> | |
24 | + <process/> | |
25 | + <output/> | |
26 | +</param> | |
0 | 27 | \ No newline at end of file | ... | ... |
install/testParams/newKernelDDBase/ros_mip_surv_frequency.xml
0 → 100644
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ros_mip_surv_frequency"> | |
3 | + <get> | |
4 | + <vi name='ros:mip:surv'> | |
5 | + <baseParam name="Frequency_table_idx" useNearestValue="true"> | |
6 | + <clb name="Frequency"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process description="Rosetta MIP Survey Frequency">#getClbInfoByIndex($ros_mip_surv_Frequency_table_idx;Frequency;8)</process> | |
11 | + <output/> | |
12 | +</param> | |
0 | 13 | \ No newline at end of file | ... | ... |