9 lines
132 B
Python
9 lines
132 B
Python
from time import sleep
|
|
|
|
|
|
def process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata=None):
|
|
sleep(0.01)
|
|
|
|
|
|
|