Commit 155ee580a4af4daa4d174170db0e970b0979d98a

Authored by Quentin Brzustowski
1 parent c3cba4b3

inverted sign for PSP ballistic model

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