summaryrefslogtreecommitdiff
path: root/chroma
AgeCommit message (Expand)Author
2021-05-09woops. accidentally left in some print statements in camera.pyAnthony 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-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
2021-05-09Photons tagged with NAN_ABORT should not continue to be propagated.Stan Seibert
2021-05-09Change surface re-emission simulation to not use the diffuseStan Seibert
2021-05-09Update photon history bits in Python to match C header.Stan Seibert
2021-05-09Add the ability to linear_extrude a mesh without the endcaps.Stan Seibert
2021-05-09Refactor the saving and loading of packed BVH nodes to fully abstractStan Seibert
2021-05-09GPU geometry modification to permit the BVH node storage to be splitStan Seibert
2021-05-09add method to weld together solids at shared trianglesAndy Mastbaum
2021-05-09make bulk reemission isotropicAndy Mastbaum
2021-05-09more unit test fixesAndy Mastbaum
2021-05-09add simple bulk reemissionAndy Mastbaum
2021-05-09simplify surface modelsAndy Mastbaum
2021-05-09fixes and tweaks for surface modelsAndy Mastbaum
2021-05-09update python-side gpu structs to reflect cuda changesAndy Mastbaum
2021-05-09add surface model documentationAndy Mastbaum
2021-05-09generalize surface models and add thin film modelAndy Mastbaum
2021-05-09towards a more flexible surface modelAndy Mastbaum
2021-05-09If (0,0,0) passed in for direction vector, constant_particle_gun will pick is...Stan Seibert
2021-05-09Raise an exception if a zero 3-vector is passed to make_rotation_matrix()Stan Seibert
2021-05-09Fix starting point of SNO PMT profile to be on axisStan Seibert
2021-05-09Silence more GEANT4 output when starting GEANT4 generator processes.Stan Seibert
2021-05-09Remove unneeded Node.kind member from struct. Speeds up benchmark further, b...Stan Seibert
2021-05-09Add an argsort_direction() function to chroma.tools and use it toStan Seibert
2021-05-09For paranoia reasons, add some padding on the low corner of the BVH leaf nodes.Stan Seibert
2021-05-09Report the correct algorithm, and use a degree 3 tree.Stan Seibert