diff options
| author | Stan Seibert <stan@mtrr.org> | 2011-06-21 10:32:46 -0400 |
|---|---|---|
| committer | Stan Seibert <stan@mtrr.org> | 2011-06-21 10:32:46 -0400 |
| commit | 93ad18d540a351f628726bfff9bf16f3dcf9ceb3 (patch) | |
| tree | fcf91ce4b2229dff4fdeece4de465e24161f223b /src/__init__.py | |
| parent | 02beb07ecc3eb0a914e325928fffb3ae3d6e3878 (diff) | |
| download | chroma-93ad18d540a351f628726bfff9bf16f3dcf9ceb3.tar.gz chroma-93ad18d540a351f628726bfff9bf16f3dcf9ceb3.tar.bz2 chroma-93ad18d540a351f628726bfff9bf16f3dcf9ceb3.zip | |
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.
Diffstat (limited to 'src/__init__.py')
| -rw-r--r-- | src/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
