Describe the bug
@mads-bertelsen has spotted that Guide_gravity
- Advertises that a handle to control gravity magnitude is available (defaults to 0)
- Never actually uses this value, it is overwritten via the
GRAVITY (define-based) constant that is applied via the -g input parameter to the instrument
Expected behavior
Docs and behaviour should correspond - and there ought to be just one way of enabling/setting gravity ‘on’. A proper review of the component suite should also be done to identify where code may calculate nonsense if gravity is enabled without support in the component.
Describe the bug
@mads-bertelsen has spotted that
Guide_gravityGRAVITY(define-based) constant that is applied via the-ginput parameter to the instrumentExpected behavior
Docs and behaviour should correspond - and there ought to be just one way of enabling/setting gravity ‘on’. A proper review of the component suite should also be done to identify where code may calculate nonsense if gravity is enabled without support in the component.