Commit 6fdf5dfd75ec8713b41793f3357f3168651cb521

Authored by Furkan
2 parents d031c2b1 3197d94e
Exists in juice_jdc and in 1 other branch amdadev

Merge branch 'amdadev' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA into amdadev

PARAM_DEF/mms1234_elongation.xml 0 → 100644
... ... @@ -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>
... ...
PARAM_DEF/mms1234_planarity.xml 0 → 100644
... ... @@ -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>
... ...