From 4bf95f452e3275c12026b16b51dc646846598f19 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Wed, 3 Aug 2011 14:32:49 -0400 Subject: add a GPU class to handle both the gpu context and module; since the geometry requires global device pointers, there should be a one to one correspondence between modules and contexts. the current plan is to perform all gpu operations within this class. also add a simple color map to display hit pmt charge and timing information. --- color/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'color/__init__.py') diff --git a/color/__init__.py b/color/__init__.py index c5fda6a..a8e7550 100644 --- a/color/__init__.py +++ b/color/__init__.py @@ -1 +1,2 @@ from chromaticity import map_wavelength +from colormap import map_to_color -- cgit