Insure integer only operations for ADC_Result #11

Closed
opened 2026-03-19 16:09:09 +00:00 by markusro · 1 comment
Owner

Insure integer only operations for ADC_Result, currently the the data is casted to float by most operators.

Insure integer only operations for ADC_Result, currently the the data is casted to float by most operators.
markusro self-assigned this 2026-03-19 16:09:09 +00:00
Author
Owner

This is not always possible because subtracting the mean (float) is not allowed when keeping the integer type.

This is not always possible because subtracting the mean (float) is not allowed when keeping the integer type.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: IPKM/python3-damaris#11