mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

Fix bug in HC_over_E #745

Closed rhfogh closed 1 year ago

rhfogh commented 1 year ago

Redone PR in order to clean up commit structure

PR also contains WIP work on GPhL-specific parameter querying

rhfogh commented 1 year ago

ERROR. I cannot read. HC_OVER_E = h c / e 10e6 is actualy CORRECT, but I read it as HC_OVER_E = h c / e 1.0e6 which is wrong

WITHDRAWN. I shall change the line to HC_OVER_E = h c / e 1.0e7 just to avoid sim8ilar misunderstandings in the future