TheDeanLab / navigate

navigate - open source light-sheet microscope controls
https://thedeanlab.github.io/navigate/
Other
32 stars 7 forks source link

445 arbitrary ROI #965

Closed annie-xd-wang closed 3 months ago

AdvancedImagingUTSW commented 3 months ago

Small bug found when manually adjusting ROI Boundary widgets...

  File "C:\Users\Dean-Lab\Desktop\navigate\src\navigate\controller\sub_controllers\camera_settings.py", line 481, in update_fov
    if value < 0 or value > max_value or value % step_value:
TypeError: '<' not supported between instances of 'str' and 'int'