fix the psi_constant_vertical issue found by petraIII (thanks Sonia)
commite45d7afea744c130ada17b8965c7af910885697a
authorFrédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Tue, 17 Jul 2012 15:12:17 +0000 (17 17:12 +0200)
committerFrédéric-Emmanuel PICCA <picca@synchrotron-soleil.fr>
Tue, 17 Jul 2012 15:12:17 +0000 (17 17:12 +0200)
treea497cccaa258bf08ac6c6af6ceccce79b82172f1
parent8c599b9e92d809aac8a040cc8ee236128409bab7
fix the psi_constant_vertical issue found by petraIII (thanks Sonia)

in fact instead of computing UB . h, it was h . UB (wrong)
very bad error which affect only the psi values (read and write).
I added an unitary test from the mail sent by Sonia.

the UB initialisation was wrong also so now I use hkl_sample_set_U_from_euler
hkl/hkl-pseudoaxis-common-hkl.c
hkl/hkl-pseudoaxis-common-psi.c
hkl/hkl-pseudoaxis-e6c-hkl.c
test/hkl-test-pseudoaxis-e6c.c
test/hkl-test-pseudoaxis-k6c.c