qudi icon indicating copy to clipboard operation
qudi copied to clipboard

Quick Fix in confocalgui.

Open LukePiewalker opened this issue 2 years ago • 0 comments

Qudi crashes on too large clock frequencies while heavily scrolling on the precentiles colorbar range (also happens with the dummy). This few line fix, seems to prevent the issue.

Description

Flattened the array while assiging it to a new variable. Maybe prevents change of Image during runtime which might cause the issue?

Motivation and Context

Qudi crashes while scrolling on the percentile colorbar

How Has This Been Tested?

Dummy Confocal on Win10.

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] I have documented my changes in the changelog (documentation/changelog.md)
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added/updated for the module the config example in the docstring of the class accordingly.
  • [x] I have checked that the change does not contain obvious errors (syntax, indentation, mutable default values).
  • [x] I have tested my changes using 'Load all modules' on the default dummy configuration with my changes included.
  • [ ] All changed Jupyter notebooks have been stripped of their output cells.

LukePiewalker avatar Jul 28 '21 11:07 LukePiewalker