Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | File reorganization to move toward standard python package layout | Stan Seibert | |
2011-09-13 | Set better defaults for likelihood calculation. | Stan Seibert | |
2011-09-10 | Add the ability to propagate the same photons multiple times on the | Stan Seibert | |
the GPU, and run the DAQ multiple times on the same photons in a likelihood calculation. Propagating the same photons in a warp speeds up propagation by a factor of 3 (and we could do this even better if we wanted), and this improves the statistics in a likelihood evaluation quite a bit. Running the DAQ multiple times is also an inexpensive way to improve the quality of the PDF estimates. | |||
2011-09-02 | update event structure. break gpu.GPU class into separate smaller ↵ | Anthony LaTorre | |
independent classes. | |||
2011-08-25 | A new PDF evaluation method that does not require storage proportional | Stan Seibert | |
to [number of bins] * [number of PMTs]. Instead we accumulate information as the Monte Carlo runs in order to evaluate the PDFs only at the points required for the likelihood calculation. This new interface has been propagated all the way up from the GPU class through the Simulation class to the Likelihood class. We have preserved the full binned histogram implementation in case we need it in the future. | |||
2011-08-23 | Fix Likelihood to use self.sim instead of the global sim, so now it | Stan Seibert | |
imports properly. Also correct a units bug in the default time range for the PDFs. We work in units of seconds, not nanoseconds! | |||
2011-08-22 | Use PDF created on GPU in likelihood calculation. This is 11x faster than ↵ | Stan Seibert | |
before. | |||
2011-08-20 | fix bug in Likelihood class; pdfs for each pmt were the same histogram | Anthony LaTorre | |
2011-08-20 | add likelihood class to evaluate likelihoods for detector events. | Anthony LaTorre | |
2011-05-27 | you can now specify number of devices and morton ordering bits to threadtest ↵ | Anthony LaTorre | |
script | |||
2011-05-20 | you can now pass detector class name to view.py | Anthony LaTorre | |
2011-05-20 | faster bounding volume hierarchy construction | Anthony LaTorre | |
2011-05-18 | added test likelihood | Anthony LaTorre | |