Example merging bsread data
This commit is contained in:
@@ -3,7 +3,7 @@ from cam_server.pipeline.data_processing import functions, processor
|
||||
|
||||
|
||||
def process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata):
|
||||
ret = processor.process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata)
|
||||
ret = processor.process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters)
|
||||
if bsdata is not None:
|
||||
ret.update(bsdata)
|
||||
ret["State"] = "OK" if bsdata is not None else "ERROR"
|
||||
|
||||
Reference in New Issue
Block a user