Sander de Snoo
Sander de Snoo
DelegateParameter does not provide any scaling. I've made a derived class to add fixed scaling, but that does not yet provide the option use a parameter as gain. I'm not...
The scale argument is new to me. Currently this satisfies our needs. In the future we might want to use a parameter for scale. When an amplifier is controlled as...
The Keysight PXI systems do not support fully Python > 3.7 when the firmware or drivers are older than December 2021. In many cases the update of firmware and drivers...
That would be fine for me. So, version 0.37 will not support Python 3.7 anymore. The version number is remarkable. :-)
The bug is in AxisItem.updateAutoSIPrefix and enableAutoSIPrefix. updateAutoSIPrefix doesn't check whether the attribute autoSIPrefix is True. Calling enableAutoSIPrefix(False) after label and range are set still sets the value for autoSIPrefixScale....
ad 2. Good point. Numpy cast of NaN to int has different behavior on different architectures. On some architectures the scaling function will assign color 0 for NaN values. ad...
The use case is that we have scientific data were some points in the mesh do not have a value, because the point is not (yet) measured, or because the...
Modified code to filter the NaN from Z array and remove corresponding polygons. Tested performance example of PColorMeshItem using 50x40 and 500x400 points. No significant change in performance was measured.
The unassigned valid_z was a serious mistake. It has been fixed.
The work I committed two weeks ago was not as it should be. Don't know how this happened. I believe I've fixed the code. I've also added handling of the...