Commit 937d8fe4eb63b288f601ea36b233de47232dc607
1 parent
a123512f
Exists in
master
and in
7 other branches
new parameters PSP orbit in HCI
Showing
2 changed files
with
22 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_orb_hci"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="psp:orb:all"> | |
6 | + <baseParam name="HCI"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process>$psp_orb_all_HCI/ASTRONOMICAL_UNIT</process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_orb_hcilon"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="psp:orb:all"> | |
6 | + <baseParam name="LON_HCI"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |