Skip to content

[AGIPD] FIX: Always convert bias_voltage to integer

Karim Ahmed requested to merge fix/bias_voltage_integer into master

SPB and MID have the bias voltage stored as float and not integer as HED and as the function expected to return.

As the Bias Voltage precision is not import, always convert to INT in get_bias_voltage.

Description

How Has This Been Tested?

Relevant Documents (optional)

Screenshot_from_2022-06-01_15-14-14

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

Reviewers

@danilevc @kluyvert @hammerd

Merge request reports