Commit b66fa49c5f0ae7fde74909c5468d63c745ff30a0

Authored by Elena.Budnik
1 parent 5a46dce6

crl correct

INTERNAL_PARAM_DEF/it_crl_energy.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="it_crl_energy">
  3 + <get>
  4 + <amdaParam name="it_crl_mode"/>
  5 + </get>
  6 + <process>#getClbInfoByIndex($it_crl_mode;Energy;9)</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/it_crl_expos.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="it_crl_expos">
  3 + <get>
  4 + <amdaParam name="it_crl_mode"/>
  5 + </get>
  6 + <process>120.0*(#getClbInfoByIndex($it_crl_mode;AzimNumber;9)[0])*(#getClbInfoByIndex($it_crl_mode;EnerNumber;9)[0])</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/it_crl_mode.xml 0 → 100644
... ... @@ -0,0 +1,14 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="it_crl_mode">
  3 + <get>
  4 + <vi name="iball:corall:all">
  5 + <baseParam name="Mode" useNearestValue="true">
  6 + <clb name="AzimNumber"/>
  7 + <clb name="EnerNumber"/>
  8 + <clb name="Energy"/>
  9 + </baseParam>
  10 + </vi>
  11 + </get>
  12 + <process/>
  13 + <output/>
  14 +</param>
... ...
PARAM_DEF/it_crl_spec.xml 0 → 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="it_crl_spec">
  3 + <info>
  4 + <table>
  5 + <!--<boundsTable dim="0" name="ElevIndex" boundsName="ElevIndex" units=""/>-->
  6 + <centerAutoTable dim="1" variable="true" name="Energy" units="eV" centerName="it_crl_energy" log="false"/>
  7 + </table>
  8 + </info>
  9 + <get>
  10 + <vi name="iball:corall:all">
  11 + <baseParam name="Spectra"/>
  12 + </vi>
  13 + <amdaParam name="it_crl_energy"/>
  14 + <amdaParam name="it_crl_expos"/>
  15 + </get>
  16 + <process>$iball_corall_all_Spectra/$it_crl_expos</process>
  17 + <output>
  18 + <plot>
  19 + <timePlot>
  20 + <params>
  21 + <param id="it_crl_spec">
  22 + <spectro yAxis="y-left" uselog0asmin="true"/>
  23 + </param>
  24 + </params>
  25 + <axes>
  26 + <yAxis>
  27 + <digitalAxis id="y-left" scale="linear"/>
  28 + </yAxis>
  29 + <zAxis>
  30 + <colorAxis scale="logarithmic"/>
  31 + </zAxis>
  32 + </axes>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...