Smart_params: minimum time now 1.1ms before chanfgin transimsission
This commit is contained in:
@@ -300,9 +300,9 @@ class SimpleRotationSettingsPanel(QWidget):
|
||||
image_angle = 0.001
|
||||
self.n_images = round(total_angle / image_angle)
|
||||
self.image_time_s = total_time_s / self.n_images
|
||||
if self.image_time_s < 0.01:
|
||||
self.transmission = self.image_time_s / 0.01
|
||||
self.image_time_s = 0.01
|
||||
if self.image_time_s < 0.0011:
|
||||
self.transmission = self.image_time_s / 0.0011
|
||||
self.image_time_s = 0.0011
|
||||
else:
|
||||
self.transmission = 1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user