From 5ef32be9b5a37ee2423452b72fe6a383c4c90316 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 13 Oct 2011 14:41:43 -0400 Subject: Reduce the bin count requirement from 200 to 50. --- chroma/sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroma/sim.py b/chroma/sim.py index 72fdf3e..49bf142 100644 --- a/chroma/sim.py +++ b/chroma/sim.py @@ -122,7 +122,7 @@ class Simulation(object): return self.gpu_pdf.get_pdfs() - def eval_pdf(self, event_channels, iterable, min_twidth, trange, min_qwidth, qrange, min_bin_content=200, nreps=1, ndaq=1, time_only=True): + def eval_pdf(self, event_channels, iterable, min_twidth, trange, min_qwidth, qrange, min_bin_content=50, nreps=1, ndaq=1, time_only=True): """Returns tuple: 1D array of channel hit counts, 1D array of PDF probability densities.""" self.gpu_pdf.setup_pdf_eval(event_channels.hit, -- cgit