Commit c7b00c3c8bf192186a68c951a9be9c7b961acccc

Authored by Elena.Budnik
1 parent b0ac132c

IES final

PARAM_DEF/ros_elc_az.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="ros_elc_az"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:elc:az"><baseParam name="Elc_az"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param>
  2 +<param xml:id="ros_elc_az">
  3 + <info>
  4 + <table>
  5 + <boundsTable name="Az" boundsName="AzBounds" units="deg"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:elc:az">
  10 + <baseParam name="Elc_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">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="true"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...
PARAM_DEF/ros_elc_elv.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="ros_elc_elv"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:elc:elv"><baseParam name="Elc_elv"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param>
  2 +<param xml:id="ros_elc_elv">
  3 + <info>
  4 + <table>
  5 + <boundsTable name="Elv" boundsName="ElvBounds" units="deg"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:elc:elv">
  10 + <baseParam name="Elc_elv">
  11 + <clb name="ElvBounds"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="ros_elc_elv">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="true"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...
PARAM_DEF/ros_elc_spec.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="ros_elc_spec"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:elc:en"><baseParam name="Elc_en"/></vi></get><process/><output><!--<plot>SPECTRA</plot>--></output></param>
  2 +<param xml:id="ros_elc_spec">
  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:en">
  10 + <baseParam name="Elc_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_spec">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="false"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...
PARAM_DEF/ros_ion_az.xml
1 1 <?xml version="1.0"?>
2   -<!-- TBD add table -->
3   -<param xml:id="ros_ion_az"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:ion:az"><baseParam name="Ion_az"/></vi></get><process/><output><!--<plot>SPECTRA</plot>--></output></param>
  2 +<param xml:id="ros_ion_az">
  3 + <info>
  4 + <table>
  5 + <boundsTable name="Az" boundsName="AzBounds" units="deg"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:ion:az">
  10 + <baseParam name="Ion_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_ion_az">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="true"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...
PARAM_DEF/ros_ion_elv.xml
1 1 <?xml version="1.0"?>
2   -<!-- TBD add table -->
3   -<param xml:id="ros_ion_elv"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:ion:elv"><baseParam name="Ion_elv"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param>
  2 +<param xml:id="ros_ion_elv">
  3 + <info>
  4 + <table>
  5 + <boundsTable name="Elv" boundsName="ElvBounds" units="deg"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="ros:ion:elv">
  10 + <baseParam name="Ion_elv">
  11 + <clb name="ElvBounds"/>
  12 + </baseParam>
  13 + </vi>
  14 + </get>
  15 + <process/>
  16 + <output>
  17 + <plot>
  18 + <timePlot>
  19 + <params>
  20 + <param id="ros_ion_elv">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="true"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...
PARAM_DEF/ros_ion_spec.xml
1 1 <?xml version="1.0"?>
2   -<!-- TBD add table -->
3   -<param xml:id="ros_ion_spec"><!--<TemporaryFillValue>-1</TemporaryFillValue>--><get><vi name="ros:ion:en"><baseParam name="Ion_en"/></vi></get><process/><output><!--<plot>SPECTR</plot>--></output></param>
  2 +<param xml:id="ros_ion_spec">
  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:en">
  10 + <baseParam name="Ion_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_spec">
  21 + <spectro yAxis="y-left"/>
  22 + </param>
  23 + </params>
  24 + <axes>
  25 + <xAxis>
  26 + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  27 + <range extend="true"/>
  28 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  29 + <legend/>
  30 + </timeAxis>
  31 + </xAxis>
  32 + <yAxis>
  33 + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  34 + <range extend="false"/>
  35 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  36 + <legend/>
  37 + </digitalAxis>
  38 + </yAxis>
  39 + <zAxis>
  40 + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
  41 + <range extend="false"/>
  42 + <tick position="outwards" minorGrid="false" majorGrid="false"/>
  43 + </colorAxis>
  44 + </zAxis>
  45 + </axes>
  46 + </timePlot>
  47 + </plot>
  48 + </output>
  49 +</param>
... ...