Commit a2d780f9b9bfc6eb49a96114718e12a54876e132

Authored by Elena.Budnik
1 parent 9a622da8

static c6 draft

PARAM_DEF/mav_sta_c6_energy.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_sta_c6_energy">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="mavpds:sta:c6">
  10 + <baseParam name="eflux"/>
  11 + </vi>
  12 + <amdaParam name="mav_c6_energy_ave"/>
  13 + </get>
  14 + <process description="Sum Over Masses">total($mavpds_sta_c6_eflux,1)</process>
  15 + <output>
  16 + <plot>
  17 + <timePlot>
  18 + <params>
  19 + <param id="mav_sta_c6_energy">
  20 + <spectro yAxis="y-left"/>
  21 + </param>
  22 + </params>
  23 + <axes>
  24 + <yAxis>
  25 + <digitalAxis id="y-left" scale="logarithmic"/>
  26 + </yAxis>
  27 + <zAxis>
  28 + <colorAxis scale="logarithmic"/>
  29 + </zAxis>
  30 + </axes>
  31 + </timePlot>
  32 + </plot>
  33 + </output>
  34 +</param>
  35 +
... ...
PARAM_DEF/mav_sta_c6_mass.xml 0 → 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_sta_c6_mass">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="mavpds:sta:c6">
  10 + <baseParam name="eflux"/>
  11 + </vi>
  12 + <amdaParam name="mav_c6_mass_ave"/>
  13 + </get>
  14 + <process description="Sum over energy">total($mavpds_sta_c6_eflux,2)</process>
  15 + <output>
  16 + <plot>
  17 + <timePlot>
  18 + <params>
  19 + <param id="mav_sta_c6_mass">
  20 + <spectro yAxis="y-left"/>
  21 + </param>
  22 + </params>
  23 + <axes>
  24 + <yAxis>
  25 + <digitalAxis id="y-left" scale="logarithmic"/>
  26 + </yAxis>
  27 + <zAxis>
  28 + <colorAxis scale="logarithmic"/>
  29 + </zAxis>
  30 + </axes>
  31 + </timePlot>
  32 + </plot>
  33 + </output>
  34 +</param>
  35 +
... ...
PARAM_INFO_PREDEFINED/info_mav_sta_c6_energy.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="mav_sta_c6_energy">
  3 + <dimensions dim_1="32"/>
  4 + <tables>
  5 + <table relatedDim="dim_1" name="Energy" units="eV" variable="true"/>
  6 + </tables>
  7 +</paraminfo>
  8 +
0 9 \ No newline at end of file
... ...
PARAM_INFO_PREDEFINED/info_mav_sta_c6_mass.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="mav_sta_c6_mass">
  3 + <dimensions dim_1="64"/>
  4 + <tables>
  5 + <table relatedDim="dim_1" name="Mass" units="AMU" variable="true"/>
  6 + </tables>
  7 +</paraminfo>
  8 +
0 9 \ No newline at end of file
... ...