Commit 65d25d59f50414dc305de2ef9d49926518e530ac

Authored by Benjamin Renard
1 parent 1fe68df6

Add parameters for RPW test

ACCESS/access.xml
... ... @@ -20,8 +20,9 @@
20 20 <dataset xml:id='so-pas-l2.3d' group='PAS' restriction=''/>
21 21 <dataset xml:id='so-pas-l2.omni' group='PAS' restriction=''/>
22 22 <dataset xml:id='so-pas-momgr1' group='PAS' restriction=''/>
23   - <dataset xml:id='so-pas-momtest' group='PAS' restriction=''/>
24   - <dataset xml:id='so-pas-l2.omnitest' group='PAS' restriction=''/>
  23 + <dataset xml:id='so-pas-momtest' group='PASTEST' restriction=''/>
  24 + <dataset xml:id='so-pas-l2.omnitest' group='PASTEST' restriction=''/>
  25 + <dataset xml:id="solo-rpw-test" group='PASTEST' restriction=''/>
25 26 <dataset xml:id='bepi-mea1-3d' group='BEPI' restriction=''/>
26 27 <dataset xml:id='bepi-mea1-omni16' group='BEPI' restriction=''/>
27 28 <dataset xml:id='bepi-mea1-pap' group='BEPI' restriction=''/>
... ...
PARAM_DEF/solo_rpwtest_cfactor.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="solo_rpwtest_cfactor">
  3 + <get>
  4 + <vi name="solo:rpw:test">
  5 + <baseParam name="c_factor"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/solo_rpwtest_ne.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="solo_rpwtest_ne">
  3 + <get>
  4 + <vi name="solo:rpw:test">
  5 + <baseParam name="e_density"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...