Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup Histogram - Small Bug Fix #1029

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

AdvancedImagingUTSW
Copy link
Collaborator

To accelerate the histogram, which some have complained causes the program to be laggy, I now only use 1/8th of the data coming off the camera to create the histogram. Seems fairly responsive on BT-MesoSPIM.

Also, @samcal06 found that if no channel settings are selected in the GUI, and we start up the software, setting the selected channel in the render_widgets of the camera_view controllers throws an error.

To accelerate the histogram, which some have complained causes the program to be laggy, I now only use 1/8th of the data coming off the camera to create the histogram. Seems fairly responsive on BT-MesoSPIM.

Also, @samcal06 found that if no channel settings are selected in the GUI, and we start up the software, setting the selected channel in the render_widgets of the camera_view controllers throws an error.
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.29%. Comparing base (9048c66) to head (62a915d).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1029   +/-   ##
========================================
  Coverage    54.29%   54.29%           
========================================
  Files          180      180           
  Lines        20302    20306    +4     
========================================
+ Hits         11023    11026    +3     
- Misses        9279     9280    +1     
Flag Coverage Δ
unittests 54.29% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AdvancedImagingUTSW AdvancedImagingUTSW merged commit 4102aab into develop Nov 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants