Commit 81b4f12f2c72e4998d48d6e720be861210c7743e

Authored by Alexandre Schulz
1 parent 11906fec

ARTEMIS P1 and P2 : distance to Sun parameter definition files

Showing 2 changed files with 16 additions and 0 deletions   Show diff stats
PARAM_DEF/athp1_rsun.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="athp1_rsun">
  3 + <get>
  4 + <amdaParam name="athp1_xyz_hee"/>
  5 + </get>
  6 + <process>magnitude($athp1_xyz_hee)</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/athp2_rsun.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="athp2_rsun">
  3 + <get>
  4 + <amdaParam name="athp2_xyz_hee"/>
  5 + </get>
  6 + <process>magnitude($athp2_xyz_hee)</process>
  7 + <output/>
  8 +</param>
... ...