Commit 337b615ae989b44c7d821d219e019ddfd068a56c

Authored by Elena.Budnik
1 parent 0258affc

ros rsn

PARAM_DEF/ros_elc_az_flux.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="ros_elc_az_flux">
  3 + <info>
  4 + <table>
  5 + <boundsTable name="Az" boundsName="AzBounds" units="deg"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:elc:azimuth">
  10 + <baseParam name="AZ">
  11 + <clb name="AzBounds"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="ros_elc_az_flux">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="linear"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis colorMapIndex="1" scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/ros_elc_eflux.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="ros_elc_eflux">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable name="energy" centerName="Energy" log="false" units="eV"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:elc:energy">
  10 + <baseParam name="EN">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="ros_elc_eflux">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic"/>
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis colorMapIndex="1" scale="logarithmic"/>
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/ros_ion_eflux.xml 0 โ†’ 100644
... ... @@ -0,0 +1,35 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="ros_ion_eflux">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable name="E/Q" centerName="Energy" log="false" units="eV/q"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:ion:energy">
  10 + <baseParam name="EN">
  11 + <clb name="Energy"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="ros_ion_eflux">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <yAxis>
  26 + <digitalAxis id="y-left" scale="logarithmic" />
  27 + </yAxis>
  28 + <zAxis>
  29 + <colorAxis colorMapIndex="1" scale="logarithmic" />
  30 + </zAxis>
  31 + </axes>
  32 + </timePlot>
  33 + </plot>
  34 + </output>
  35 +</param>
... ...
PARAM_DEF/ros_rsn_rg_rg.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="ros_rsn_rg_rg">
  3 + <get>
  4 + <vi name="ros:rsn:rg">
  5 + <baseParam name="RG"/>
  6 + </vi>
  7 + </get>
  8 + <process>$ros_rsn_rg_RG*MBAR2NPA</process>
  9 + <output/>
  10 +</param>
... ...