5 lines
270 B
Python
5 lines
270 B
Python
from cam_server.pipeline.data_processing import functions, processor
|
|
|
|
def process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata=None):
|
|
ret = processor.process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata)
|
|
return ret |