Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 52be7a4

Browse files
author
LAKESIDE\LindaT18
committed
added pixera pixel size
1 parent 73bb638 commit 52be7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PythonGUI_apps/Image_analysis/Image_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def update_camera(self):
137137
if self.ui.spot_radioButton.isChecked():
138138
self.camera_pixel_size = 7.4
139139
elif self.ui.pixera_radioButton.isChecked():
140-
self.camera_pixel_size = 0
140+
self.camera_pixel_size = 3
141141

142142
def close_application(self):
143143
choice = QtGui.QMessageBox.question(self, 'EXIT!',

0 commit comments

Comments
 (0)