Commit 919dd78bd76667d79189b9313cf9d4eb88ef3ce0
1 parent
aa269fc9
Exists in
master
and in
85 other branches
maven ok
Showing
5 changed files
with
74 additions
and
1 deletions
Show diff stats
src/Parameters/Process.hh
... | ... | @@ -0,0 +1,29 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sta_c6_2"> | |
3 | + <info> | |
4 | + <name>mav_sta_c6</name> | |
5 | + <short_name>ion eflux : 64Mx32E</short_name> | |
6 | + <components/> | |
7 | + <units>eV/cm^2-sr-s-eV</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order/> | |
10 | + <si_conversion/> | |
11 | + <table> | |
12 | + <centerAutoTable dim="0" variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/> | |
13 | + <centerAutoTable dim="1" variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/> | |
14 | + </table> | |
15 | + <fill_value/> | |
16 | + <ucd>phys.atmol.ionStage</ucd> | |
17 | + <dataset_id>mavpds-sta-c6</dataset_id> | |
18 | + <instrument_id>MAVEN_static</instrument_id> | |
19 | + </info> | |
20 | + <get> | |
21 | + <vi name="mavpds:sta:c6"> | |
22 | + <baseParam name="eflux"/> | |
23 | + </vi> | |
24 | + <amdaParam name="mav_c6_energy_ave"/> | |
25 | + <amdaParam name="mav_c6_mass_ave"/> | |
26 | + </get> | |
27 | + <process/> | |
28 | + <output/> | |
29 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,29 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_sta_c6_ind"> | |
3 | + <info> | |
4 | + <name>mav_sta_c6_ind</name> | |
5 | + <short_name>table index</short_name> | |
6 | + <components/> | |
7 | + <units/> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id>mavpds-sta-c6</dataset_id> | |
14 | + <instrument_id>MAVEN_static</instrument_id> | |
15 | + </info> | |
16 | + <get> | |
17 | + <vi name="mavpds:sta:c6"> | |
18 | + <baseParam name="swp_ind" useNearestValue="true"> | |
19 | + <clb name="mass_arr"/> | |
20 | + <clb name="energy"/> | |
21 | + <clb name="nswp"/> | |
22 | + <clb name="nmass"/> | |
23 | + <clb name="nenergy"/> | |
24 | + </baseParam> | |
25 | + </vi> | |
26 | + </get> | |
27 | + <process/> | |
28 | + <output/> | |
29 | +</param> | ... | ... |