Commit ff34a520bda2c017a9c79fbbb8ec8e5c6588bfcc

Authored by Benjamin Renard
1 parent 9cd0b00e

Merge SolarOrbiter PAS TESTMOM dataset parameters (temporary parameters requeste…

…d by Andrei) from amdadev
PARAM_DEF/pas_momtest_n.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momtest_n">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momtest'>
  6 + <baseParam name="n_density"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momtest_press.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momtest_press">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momtest'>
  6 + <baseParam name="pressure"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momtest_t.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momtest_t">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momtest'>
  6 + <baseParam name="temperature"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momtest_tav.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momtest_tav">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momtest'>
  6 + <baseParam name="avTemp"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...
PARAM_DEF/pas_momtest_v.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_momtest_v">
  3 + <gap_threshold>20</gap_threshold>
  4 + <get>
  5 + <vi name='so:pas:momtest'>
  6 + <baseParam name="velocity"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
... ...