Commit bc19c5a586536304ffd0a984a4ba916ab6e148a6
1 parent
4611caf1
Exists in
master
and in
7 other branches
pas mom err
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_momgr1_n_err"> | |
3 | + <gap_threshold>20</gap_threshold> | |
4 | + <get> | |
5 | + <amdaParam name='pas_momgr1_n'/> | |
6 | + <amdaParam name='pas_3d_tot'/> | |
7 | + </get> | |
8 | + <process>$pas_momgr1_n*sqrt($pas_3d_tot)/$pas_3d_tot</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_momgr_vsrf_err"> | |
3 | + <gap_threshold>20</gap_threshold> | |
4 | + <get> | |
5 | + <amdaParam name='pas_momgr1_tav'/> | |
6 | + <amdaParam name='pas_3d_tot'/> | |
7 | + </get> | |
8 | + <process>13.83*sqrt($pas_momgr1_tav)/sqrt($pas_3d_tot)</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |