Commit 2788f272da3f30671b4ddad8313ca6d44e623881

Authored by Elena.Budnik
1 parent 382f25fc

Add missing parameters files for dstar & ISEE

PARAM_DEF/dstar1_fgm_prp_bt.xml 0 โ†’ 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version='1.0' encoding='us-ascii'?>
  2 +<param xml:id="dstar1_fgm_prp_bt">
  3 + <get>
  4 + <amdaParam name="ds1_b" />
  5 + </get>
  6 + <process>magnitude($ds1_b)</process>
  7 + <output />
  8 + </param>
0 9 \ No newline at end of file
... ...
PARAM_DEF/isee1_mag_all_bt.xml 0 โ†’ 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version='1.0' encoding='us-ascii'?>
  2 +<param xml:id="isee1_mag_all_bt">
  3 + <get>
  4 + <amdaParam name="b_isee1" />
  5 + </get>
  6 + <process>magnitude($b_isee1)</process>
  7 + <output />
  8 + </param>
0 9 \ No newline at end of file
... ...
PARAM_DEF/isee2_mag_all_bt.xml 0 โ†’ 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version='1.0' encoding='us-ascii'?>
  2 +<param xml:id="isee2_mag_all_bt">
  3 + <get>
  4 + <amdaParam name="b_isee2" />
  5 + </get>
  6 + <process>magnitude($b_isee2)</process>
  7 + <output />
  8 + </param>
0 9 \ No newline at end of file
... ...