summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-09Stub page for Tour of features.Stan Seibert
2021-05-09Speed up detector test. Still fails, though.Stan Seibert
2021-05-09Force merging of BVH nodes to always reduce the number of parent nodes in ord...Stan Seibert
2021-05-09Fix test_daq to use newer DAQ API.Stan Seibert
2021-05-09Skip ray intersection test until the reference data file can be updated.Stan Seibert
2021-05-09Reduce number of photons generated for reemission test to speed up testing on...Stan Seibert
2021-05-09Cast position and direction parameters to appropriately typed ndarrays.Stan Seibert
2021-05-09Convert test script to one big unit test. Needs further refactoring.Stan Seibert
2021-05-09Fix bvh test. No longer a leaf attribute in node object.Stan Seibert
2021-05-09Documentation updatesStan Seibert
2021-05-09Fix warning about redefinition of INFINITY.Stan Seibert
2021-05-09Temporary kludge to correctly handle a Photons object passed into simulate.Stan Seibert
2021-05-09Check for and include CLHEP libraries to support users working withStan Seibert
2021-05-09Assign to a GPU array slice with a numpy array of length 1 to silenceStan Seibert
2021-05-09Add virtual destructors to ROOT data classes to silence compiler warnings.Stan Seibert
2021-05-09Do not automatically initialize pycuda before forking the camera process.Stan Seibert
2021-05-09Fix bug in intersection calculation that prevented axis-aligned photons from ...Stan Seibert
2021-05-09Add method to show total charge in eventStan Seibert
2021-05-09Mark one of the propagate functions as __noinline__ to work around bug where ...Stan Seibert
2021-05-09Remove unused function to read a word bypassing L1 cache. Seems to be incorr...Stan Seibert
2021-05-09Use numpy.distutils to lookup numpy inlcude directoryStan Seibert
2021-05-09woops. accidentally left in some print statements in camera.pyAnthony LaTorre
2021-05-09add chroma server scriptAndy Mastbaum
2021-05-09add a simple example script to produce a detector and simulate some events.Anthony LaTorre
2021-05-09no channels was resulting in a seg fault. for now if there are no channels, j...Anthony LaTorre
2021-05-09add get_triangle_centers() method to mesh; this method is useful for selectin...Anthony LaTorre
2021-05-09make sure arguments to Photon have the correct dtype.Anthony LaTorre
2021-05-09add ability to toggle between viewing initial and final photon positions. try...Anthony LaTorre
2021-05-09oops. fix interpolation for a uniformly sampled functionAnthony LaTorre
2021-05-09add gpu interpolation functions. fix sample_cdf functions which were interpol...Anthony LaTorre
2021-05-09add abs() function for float3sAnthony LaTorre
2021-05-09set default max_steps to 100. this seems like a reasonable number.Anthony LaTorre
2021-05-09add __getitem__ to Photon classAnthony LaTorre
2021-05-09rotate() does not need to create a matrix. update test. remove superflous fun...Anthony LaTorre
2021-05-09add norm() function to get the length of vectors and shorten normalize() func...Anthony LaTorre
2021-05-09add get_perp() to return an arbitrary perpendicular vector and a new rotate()...Anthony LaTorre
2021-05-09add get_bounds() method to BVHLayerSlice so that you can now view your bvh's ...Anthony LaTorre
2021-05-09add documenation for red hat enterprise 6 installAnthony LaTorre
2021-05-09positions returned by from_film() should be located at the focal point, not t...Anthony LaTorre
2021-05-09Use a wider range of standard wavelengths to accomodate UV photons, like in l...Stan Seibert
2021-05-09Remove some placeholder DAQ properties.Stan Seibert
2021-05-09Set an arbitrary time PDF for a Detector.Stan Seibert
2021-05-09Switch from hsv to jet_r color map because hsv has red at both ends, andStan Seibert
2021-05-09Make the photon reduction used in the event display mode dynamicallyStan Seibert
2021-05-09Add a Photons.reduced() method that returns a new Photons object withStan Seibert
2021-05-09Minor change to allow eval_pdf to take a generator that emitsStan Seibert
2021-05-09Put triangles and vertices back onto the GPU if there is sufficient room.Stan Seibert
2021-05-09Diffuse reflection is lambertian, not isotropic.Stan Seibert
2021-05-09Add a function to create a Mesh from the coordinates for a convex polygon.Stan Seibert
2021-05-09Add the reemission probability and CDF arrays on the GPU to the material_data...Stan Seibert