Commit 067019ab87df397525d0ba53d3aca1247648782a

Authored by Quentin Brzustowski
1 parent 2d06d942

updated names for PSP orbit

PARAM_DEF/psp_lat_sun.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_lat_sun">
  3 + <get>
  4 + <vi name="psp:orb:all">
  5 + <baseParam name="LAT_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$psp_orb_all_LAT_IAU_SUN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/psp_lon_hci.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_lon_hci">
  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>
... ...
PARAM_DEF/psp_lon_sun.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_lon_sun">
  3 + <get>
  4 + <vi name="psp:orb:all">
  5 + <baseParam name="LON_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$psp_orb_all_LON_IAU_SUN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/psp_r_sun.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_r_sun">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="psp:orb:all">
  6 + <baseParam name="R_IAU_SUN"/>
  7 + </vi>
  8 + </get>
  9 + <process>$psp_orb_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/psp_xyz_hci.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_xyz_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_xyz_hee.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_xyz_hee">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="psp:orb:all">
  6 + <baseParam name="HEE"/>
  7 + </vi>
  8 + </get>
  9 + <process>$psp_orb_all_HEE/ASTRONOMICAL_UNIT</process>
  10 + <output><!--<plot>ORBIT</plot>--></output>
  11 +</param>
... ...
PARAM_DEF/psp_xyz_heeq.xml 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_xyz_heeq">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="psp:orb:all">
  6 + <baseParam name="HEEQ"/>
  7 + </vi>
  8 + </get>
  9 + <process>$psp_orb_all_HEEQ/ASTRONOMICAL_UNIT</process>
  10 + <output>
  11 + <!--<plot>ORBIT</plot>-->
  12 + </output>
  13 +</param>
... ...
PARAM_DEF/psp_xyz_iausun.xml 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_xyz_iausun">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="psp:orb:all">
  6 + <baseParam name="IAU_SUN"/>
  7 + </vi>
  8 + </get>
  9 + <process>$psp_orb_all_IAU_SUN/ASTRONOMICAL_UNIT</process>
  10 + <output>
  11 + <!--<plot>ORBIT</plot>-->
  12 + </output>
  13 +</param>
... ...