Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | File reorganization to move toward standard python package layout | Stan Seibert | |
2011-08-10 | add the ability to cache a geometry along with its bounding volume ↵ | Anthony LaTorre | |
hierarchy. cached files are stored in $HOME/.chroma. fixed the timeit() decorator so that the decorated function is still able to pass back a return value. | |||
2011-08-08 | toggle fullscreen mode with f11 key. use matplotlib colors maps defined in ↵ | Anthony LaTorre | |
matplotlib.cm. | |||
2011-08-03 | add a GPU class to handle both the gpu context and module; since the ↵ | Anthony LaTorre | |
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. |