Xi-CAM / Xi-cam.gui

0 stars 9 forks source link

Update from master, add mixin to for avoiding overflow in getHistogram #32

Closed ihumphrey closed 4 years ago

ihumphrey commented 4 years ago

Sync changes with master to keep up to date.

Add to imageviewmixins to allow for composable ImageViews. The ImageViewHistogramOverflowFix avoids a RunTimeWarning issued by numpy during a subtraction overflow in pyqtgraph's ImageItem.getHistorgram(). This can be composed with the LogScaleIntensity mixin.