Commit e59f22f638d65527debeab44e2cab57dd1044f13

Authored by Elena.Budnik
1 parent d24cd75a

solo ballistic angle correction

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
PARAM_DEF/solo_bls_dsc_da.xml
... ... @@ -4,6 +4,6 @@
4 4 <get>
5 5 <amdaParam name="so_xyz_hee"/>
6 6 </get>
7   - <process>RAD2DEG*acos($so_xyz_hee[0]/sqrt($so_xyz_hee[0]*$so_xyz_hee[0]+$so_xyz_hee[1]*$so_xyz_hee[1]))*Sign($so_xyz_hee[1])</process>
  7 + <process>RAD2DEG*acos($so_xyz_hee[0]/sqrt($so_xyz_hee[0]*$so_xyz_hee[0]+$so_xyz_hee[1]*$so_xyz_hee[1]))*Sign(-$so_xyz_hee[1])</process>
8 8 <output/>
9 9 </param>
... ...