Commit bc8a565ee523d6f272a4d63890ebac0e9fdf1429
1 parent
a8421f11
Exists in
master
and in
7 other branches
Created Magnitude parameters for spc velocities
Showing
5 changed files
with
50 additions
and
0 deletions
Show diff stats
... | ... | @@ -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 | + | |
... | ... |
... | ... | @@ -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 | + | |
... | ... |
... | ... | @@ -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 | + | |
... | ... |
... | ... | @@ -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 | + | |
... | ... |
... | ... | @@ -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 | + | |
... | ... |