Commit b9bcbf589537aa58b963d8888b7c1d107053e49b

Authored by Elena.Budnik
1 parent bf8b941b

crl expos corr

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
PARAM_DEF/it_crl_expos.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="it_crl_mode"/>
5 5 </get>
6   - <process>120.0*(#getClbInfoByIndex($it_crl_mode;AzimNumber;9)[0])*(#getClbInfoByIndex($it_crl_mode;EnerNumber;9)[0])</process>
  6 + <process>120.0/(#getClbInfoByIndex($it_crl_mode;AzimNumber;9)[0])/(#getClbInfoByIndex($it_crl_mode;EnerNumber;9)[0])</process>
7 7 <output/>
8 8 </param>
... ...
PARAM_DEF/it_crl_spec.xml
... ... @@ -24,7 +24,7 @@
24 24 </params>
25 25 <axes>
26 26 <yAxis>
27   - <digitalAxis id="y-left" scale="linear"/>
  27 + <digitalAxis id="y-left" scale="logarithmic"/>
28 28 </yAxis>
29 29 <zAxis>
30 30 <colorAxis scale="logarithmic"/>
... ...