Commit 6fdf5dfd75ec8713b41793f3357f3168651cb521
Exists in
juice_jdc
and in
1 other branch
Merge branch 'amdadev' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA into amdadev
Showing
2 changed files
with
24 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms1234_elongation"> | |
3 | + <reference_parameter>mms1_xyz_gse</reference_parameter> | |
4 | + <get> | |
5 | + <amdaParam name="mms1_xyz_gse"/> | |
6 | + <amdaParam name="mms2_xyz_gse"/> | |
7 | + <amdaParam name="mms3_xyz_gse"/> | |
8 | + <amdaParam name="mms4_xyz_gse"/> | |
9 | + </get> | |
10 | + <process>elongation($mms1_xyz_gse,$mms2_xyz_gse,$mms3_xyz_gse,$mms4_xyz_gse)</process> | |
11 | + <output/> | |
12 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms1234_planarity"> | |
3 | + <reference_parameter>mms1_xyz_gse</reference_parameter> | |
4 | + <get> | |
5 | + <amdaParam name="mms1_xyz_gse"/> | |
6 | + <amdaParam name="mms2_xyz_gse"/> | |
7 | + <amdaParam name="mms3_xyz_gse"/> | |
8 | + <amdaParam name="mms4_xyz_gse"/> | |
9 | + </get> | |
10 | + <process>planarity($mms1_xyz_gse,$mms2_xyz_gse,$mms3_xyz_gse,$mms4_xyz_gse)</process> | |
11 | + <output/> | |
12 | +</param> | |
... | ... |