Commit b356982d172671f1d1cee3d972f8531b967769d7

Authored by Quentin Brzustowski
1 parent e3026d05

Added missing parameters to datasets : anisotropy and spin axis in gse

Showing 2 changed files with 22 additions and 0 deletions   Show diff stats
PARAM_DEF/cce_mepa_bdir.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_mepa_bdir'>
  3 + <get>
  4 + <vi name='cce:mepa:mag'>
  5 + <baseParam name='spin_axis_dirn_in_GSE'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/irm_sul_ansec.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='irm_sul_ansec'>
  3 + <get>
  4 + <vi name='irm:sul:all'>
  5 + <baseParam name='Anisotropy_sector' useNearestValue="true"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...