Files
SCam/procprof/do_nothing.py
2022-02-22 19:59:38 +01:00

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)