mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-17 07:39:21 +01:00
refactor: eiger, small bugfix
This commit is contained in:
@@ -340,7 +340,7 @@ class Eiger9mCsaxs(DetectorBase):
|
|||||||
First msg for file writer and the second one for other listeners (e.g. radial integ)
|
First msg for file writer and the second one for other listeners (e.g. radial integ)
|
||||||
"""
|
"""
|
||||||
pipe = self._producer.pipeline()
|
pipe = self._producer.pipeline()
|
||||||
msg = BECMessage.FileMessage(file_path=self.filepath, done=done)
|
msg = BECMessage.FileMessage(file_path=self.filepath, done=done, successful=successful)
|
||||||
self._producer.set_and_publish(
|
self._producer.set_and_publish(
|
||||||
MessageEndpoints.public_file(self.scaninfo.scanID, self.name), msg.dumps(), pipe=pipe
|
MessageEndpoints.public_file(self.scaninfo.scanID, self.name), msg.dumps(), pipe=pipe
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user