Commit bc8a565ee523d6f272a4d63890ebac0e9fdf1429

Authored by Quentin Brzustowski
1 parent a8421f11

Created Magnitude parameters for spc velocities

PARAM_DEF/psp_spc_v3_nrm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='psp_spc_v3_nrm'>
  3 + <gap_threshold>150</gap_threshold>
  4 + <get>
  5 + <amdaParam name="psp_spc_v3"/>
  6 + </get>
  7 + <process description="magnitude(psp_spc_v3)">magnitude($psp_spc_v3)</process>
  8 + <output/>
  9 + </param>
  10 +
... ...
PARAM_DEF/psp_spc_va_nrm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='psp_spc_va_nrm'>
  3 + <gap_threshold>150</gap_threshold>
  4 + <get>
  5 + <amdaParam name="psp_spc_va"/>
  6 + </get>
  7 + <process description="magnitude(psp_spc_va)">magnitude($psp_spc_va)</process>
  8 + <output/>
  9 + </param>
  10 +
... ...
PARAM_DEF/psp_spc_vp1_nrm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='psp_spc_vp1_nrm'>
  3 + <gap_threshold>150</gap_threshold>
  4 + <get>
  5 + <amdaParam name="psp_spc_vp1"/>
  6 + </get>
  7 + <process description="magnitude(psp_spc_vp1)">magnitude($psp_spc_vp1)</process>
  8 + <output/>
  9 + </param>
  10 +
... ...
PARAM_DEF/psp_spc_vp_mom_nrm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='psp_spc_vp_mom_nrm'>
  3 + <gap_threshold>150</gap_threshold>
  4 + <get>
  5 + <amdaParam name="psp_spc_vp_mom"/>
  6 + </get>
  7 + <process description="magnitude(psp_spc_vp_mom)">magnitude($psp_spc_vp_mom)</process>
  8 + <output/>
  9 + </param>
  10 +
... ...
PARAM_DEF/psp_spc_vp_tot_nrm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='psp_spc_vp_tot_nrm'>
  3 + <gap_threshold>150</gap_threshold>
  4 + <get>
  5 + <amdaParam name="psp_spc_vp_tot"/>
  6 + </get>
  7 + <process description="magnitude(psp_spc_vp_tot)">magnitude($psp_spc_vp_tot)</process>
  8 + <output/>
  9 +</param>
  10 +
... ...