From 93ad18d540a351f628726bfff9bf16f3dcf9ceb3 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Tue, 21 Jun 2011 10:32:46 -0400 Subject: A GPU-side "DAQ" implementation that identifies the first photon on each channel, which is presumed to trigger that channel. Major speed up in conversion of detection times to time PDFs. --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/__init__.py') diff --git a/src/__init__.py b/src/__init__.py index d2958f1..865d612 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -3,3 +3,4 @@ import os dir = os.path.split(os.path.realpath(__file__))[0] kernel = open(dir + '/kernel.cu').read() +daq = open(dir + '/daq.cu').read() -- cgit