From 56718834a085b6dd12cc2cf66336e057d5363990 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 29 Dec 2011 13:15:25 -0500 Subject: Put time PDF back into likelihood calculation --- chroma/likelihood.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chroma/likelihood.py b/chroma/likelihood.py index 5b746dd..2586f8f 100644 --- a/chroma/likelihood.py +++ b/chroma/likelihood.py @@ -105,8 +105,8 @@ class Likelihood(object): # Then include the probability densities of the observed # charges and times. - #log_likelihood += ufloat((np.log(pdf_prob[self.event.channels.hit]).sum(), - #0.0)) + log_likelihood += ufloat((np.log(pdf_prob[self.event.channels.hit]).sum(), + 0.0)) return -log_likelihood -- cgit