summaryrefslogtreecommitdiff
path: root/solids/__init__.py
AgeCommit message (Expand)Author
2011-08-17move useful bits from view.py into camera.py and get rid of view.pyAnthony LaTorre
2011-08-17import chroma modules from subpackages with import chroma.module_nameAnthony LaTorre
2011-08-16add linear_extrude() function to make.py. rotate_extrude() now takes the numb...Anthony LaTorre
2011-08-08add a simple event viewer. view events by running ./camera.py <detector_name>...Anthony LaTorre
2011-08-03Merge with TonyStan Seibert
2011-07-30you can rotate just the camera by holding the control key and take movies by ...Anthony LaTorre
2011-07-30when throwing photons from the light source out onto the scene, photons are n...Anthony LaTorre
2011-07-27Use the more realistic SNO database and add PMT concentrators.Stan Seibert
2011-07-26Preliminary SNO detector.Stan Seibert
2011-07-20pulled a lot of the photon propagation code out of src/kernel.cu into src/pho...Anthony LaTorre
2011-07-19removed STL pmt models; pmt models are now built by calling rotate_extrude() ...Anthony LaTorre
2011-06-24argument '-j' to threadtest.py now specifies a list of device ids to be used....Anthony LaTorre
2011-06-21Create a r7081_cut mesh that uses the cut PMT model.Stan Seibert
2011-06-18moved class definitions for Solid, Mesh, Material, and Surface into geometry....Anthony LaTorre