Commit 6c8860f9cbb44e72d00e95f6caede83ab69b6fbd
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
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> |
... | ... |