Commit 4e8e97c33e6167b7b1bf11d072e3206c975a912a
1 parent
469ab575
Exists in
master
and in
7 other branches
parameters for Helios E2 and E3 in RTN coords
Showing
4 changed files
with
44 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios1_e2_brtn"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helios1:e2:all"> | |
6 | + <baseParam name="B_RTN"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process>$helios1_e2_all_B_RTN*0.01</process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios1_e3_brtn"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helios1:e3:all"> | |
6 | + <baseParam name="B_RTN"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process></process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios2_e2_brtn"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helios2:e2:all"> | |
6 | + <baseParam name="B_RTN"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process>$helios2_e2_all_B_RTN*0.01</process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios2_e3_brtn"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helios2:e3:all"> | |
6 | + <baseParam name="B_RTN"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process></process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |