summaryrefslogtreecommitdiff
path: root/sim.py
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-08-08 11:03:07 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-08-08 11:03:07 -0400
commitf6109fc8939c55a9ef8244806d00b3ee07ee1b13 (patch)
tree0a3d84cc5fb29412743999b3d28654442389422f /sim.py
parent3a8a4c4dd095ff25a1dbe70e387e166f43a5644b (diff)
downloadchroma-f6109fc8939c55a9ef8244806d00b3ee07ee1b13.tar.gz
chroma-f6109fc8939c55a9ef8244806d00b3ee07ee1b13.tar.bz2
chroma-f6109fc8939c55a9ef8244806d00b3ee07ee1b13.zip
add a simple event viewer. view events by running ./camera.py <detector_name> -i <name_of_io_file>.
Diffstat (limited to 'sim.py')
-rwxr-xr-xsim.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim.py b/sim.py
index b8deef6..ed926f8 100755
--- a/sim.py
+++ b/sim.py
@@ -136,5 +136,3 @@ if __name__ == '__main__':
f.Close()
print >>sys.stderr, 'Done. %1.1f events/sec, %1.0f photons/sec.' % (options.nevents/(end_sim - start_sim), nphotons/(end_sim - start_sim))
-
- gpu_worker.shutdown()