diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-03 14:32:49 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-03 14:32:49 -0400 |
commit | 4bf95f452e3275c12026b16b51dc646846598f19 (patch) | |
tree | 0e0da940d7513518ce14fa49d46e2dc425cee60c /color/__init__.py | |
parent | 42d2241948e04953788ce82bbeef25d0cba584fb (diff) | |
download | chroma-4bf95f452e3275c12026b16b51dc646846598f19.tar.gz chroma-4bf95f452e3275c12026b16b51dc646846598f19.tar.bz2 chroma-4bf95f452e3275c12026b16b51dc646846598f19.zip |
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.
Diffstat (limited to 'color/__init__.py')
-rw-r--r-- | color/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |