Commit ff9e04ffc87299ba6b5cdf28d3079ab9d381e51f

Authored by Quentin Brzustowski
1 parent 25dbc730

added lat/lon IAU_SUN for STEREO A

Showing 2 changed files with 18 additions and 0 deletions   Show diff stats
PARAM_DEF/sta_lat_sun.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sta_lat_sun">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:l2:orb">
  6 + <baseParam name="LAT_IAU_SUN"/>
  7 + </vi>
  8 +</get>
  9 +<process>$sta_l2_orb_LAT_IAU_SUN*RAD2DEG</process><output><!--<plot>ORBIT</plot>--></output></param>
... ...
PARAM_DEF/sta_lon_sun.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="sta_lon_sun">
  3 + <!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="sta:l2:orb">
  6 + <baseParam name="LON_IAU_SUN"/>
  7 + </vi>
  8 +</get>
  9 +<process>$sta_l2_orb_LON_IAU_SUN*RAD2DEG</process><output><!--<plot>ORBIT</plot>--></output></param>
... ...