Commit 937d8fe4eb63b288f601ea36b233de47232dc607

Authored by Quentin Brzustowski
1 parent a123512f

new parameters PSP orbit in HCI

Showing 2 changed files with 22 additions and 0 deletions   Show diff stats
PARAM_DEF/psp_orb_hci.xml 0 → 100644
... ... @@ -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>
... ...
PARAM_DEF/psp_orb_hcilon.xml 0 → 100644
... ... @@ -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>
... ...