Commit 908ee66820573ae5e65614419596e6b48bb74e24
1 parent
1cae9576
Exists in
master
and in
7 other branches
work
Showing
49 changed files
with
148 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="ace_xyz_gsm"> | |
3 | + <get> | |
4 | + <vi name="ace:orb:all"> | |
5 | + <baseParam name="Pos_GSE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process description="@RE=6400."><!--TBD gse2gsm -->$ace_orb_all_Pos_GSE/6400.</process> | |
9 | + <output> | |
10 | + <!--<plot>ORBIT</plot>--> | |
11 | + </output> | |
12 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,20 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="c1_hia_pad"> | |
3 | +<info> | |
4 | +<table> | |
5 | + <boundsTable dim="1" name="Energy" boundsName="energy" units="eV"/> | |
6 | + <centerTable dim="0" name="PA" centerName="pitch" size="11.25" units="deg."/> | |
7 | + </table> | |
8 | +</info><get> | |
9 | + <vi name="clust1:hia:pad"> | |
10 | + <baseParam name="HIA"> | |
11 | + <clb name="energy"/> | |
12 | + <clb name="pitch"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <!--<plot>SPECTRA</plot>--> | |
19 | + </output> | |
20 | +</param> | |
... | ... |