Works without stdDAQ

This commit is contained in:
gac-x05la
2025-04-17 14:21:27 +02:00
parent 2d23c5e071
commit 672cb60e72
2 changed files with 3 additions and 0 deletions

View File

@@ -510,6 +510,8 @@ class GigaFrostCamera(PSIDeviceBase, GigaFrostBase):
success=[StdDaqStatus.IDLE, StdDaqStatus.FILE_SAVED],
error=[StdDaqStatus.REJECTED, StdDaqStatus.ERROR],
)
else:
status.set_finished()
return status
########################################

View File

@@ -96,6 +96,7 @@ class PcoTestConsumerMixin(CustomDetectorMixin):
# f"[{self.parent.name}] Updated frame {header['frame']}\t"
# f"Shape: {header['shape']}\tMean: {np.mean(image):.3f}"
# )
print(f"[{self.parent.name}] Updated frame {header['frame']}\t")
except ValueError:
# Happens when ZMQ partially delivers the multipart message
pass