Files
camserver_sf/configuration/user_scripts/test_arrival.py
2020-10-13 11:19:38 +02:00

14 lines
247 B
Python

import json
import numpy
from cam_server.pipeline.data_processing import functions
from logging import getLogger
_logger = getLogger(__name__)
def process(data, pulse_id, timestamp, parameters):
ret = {}
ret["test"] = 1
return ret