<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sddm/src/Makefile, branch master</title>
<subtitle>Code for the self-destructing dark matter search in SNO</subtitle>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/'/>
<entry>
<title>update code to work with python3</title>
<updated>2020-11-30T22:15:26+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2020-11-30T22:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=3716b099fe18ff458012084d344fce5f439d3532'/>
<id>3716b099fe18ff458012084d344fce5f439d3532</id>
<content type='text'>
This commit updates the python code to work with python 3 and with a
newer version of matplotlib.

- zip_longest -&gt; izip_longest
- fix tick marks for log plots
- scipy.misc -&gt; scipy.special
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the python code to work with python 3 and with a
newer version of matplotlib.

- zip_longest -&gt; izip_longest
- fix tick marks for log plots
- scipy.misc -&gt; scipy.special
</pre>
</div>
</content>
</entry>
<entry>
<title>extend electron range tables up to 1 TeV</title>
<updated>2020-04-14T17:01:43+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2020-04-14T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=2a5152b03b6d4027b52e625c3b94a436313373be'/>
<id>2a5152b03b6d4027b52e625c3b94a436313373be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a couple of improvements to the quad fitter and fix a bug in get_hough_transform()</title>
<updated>2019-11-06T17:28:27+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-11-06T17:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=b78b16d32f4ed170f4a24d290348765da198d5f0'/>
<id>b78b16d32f4ed170f4a24d290348765da198d5f0</id>
<content type='text'>
This commit adds two improvements to the quad fitter:

1. I updated quad to weight the random PMT hit selection by the probability
that the PMT hit is a multiphoton hit. The idea here is that we really only
want to sample direct light and for high energy events the reflected and
scattered light is usually single photon.

2. I added an option to quad to only use points in the quad cloud which are
below a given quantile of t0. The idea here is that for particles like muons
which travel more than a few centimeters in the detector the quad cloud usually
looks like the whole track. Since we want the QUAD fitter to find the position
of the *start* of the track we select only those quad cloud points with an
early time so the position is closer to the position of the start of the track.

Also, I fixed a major bug in get_hough_transform() in which I was using the
wrong index variable when checking if a PMT was not flagged, a normal PMT, and
was hit. This was causing the algorithm to completely miss finding more than
one ring while I was testing it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds two improvements to the quad fitter:

1. I updated quad to weight the random PMT hit selection by the probability
that the PMT hit is a multiphoton hit. The idea here is that we really only
want to sample direct light and for high energy events the reflected and
scattered light is usually single photon.

2. I added an option to quad to only use points in the quad cloud which are
below a given quantile of t0. The idea here is that for particles like muons
which travel more than a few centimeters in the detector the quad cloud usually
looks like the whole track. Since we want the QUAD fitter to find the position
of the *start* of the track we select only those quad cloud points with an
early time so the position is closer to the position of the start of the track.

Also, I fixed a major bug in get_hough_transform() in which I was using the
wrong index variable when checking if a PMT was not flagged, a normal PMT, and
was hit. This was causing the algorithm to completely miss finding more than
one ring while I was testing it.
</pre>
</div>
</content>
</entry>
<entry>
<title>flag PMT charges below qlo</title>
<updated>2019-07-29T17:33:59+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-07-29T17:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=1c8051e72f3c00384cb3e5b07d22b325ddcd2273'/>
<id>1c8051e72f3c00384cb3e5b07d22b325ddcd2273</id>
<content type='text'>
This commit updates get_event() to flag PMT charges below qlo, which is the
minimum charge value that we compute the charge PDFs for. This is to prevent
the likelihood from returning nan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates get_event() to flag PMT charges below qlo, which is the
minimum charge value that we compute the charge PDFs for. This is to prevent
the likelihood from returning nan.
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from YAML output to HDF5 to speed things up</title>
<updated>2019-07-11T14:42:23+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-07-11T14:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=21491ca1ca2afd6951e9b5b1e74b1c919c602b36'/>
<id>21491ca1ca2afd6951e9b5b1e74b1c919c602b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ability to read gzipped zdab files</title>
<updated>2019-06-25T19:56:35+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-06-25T19:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=d4cb7e14b54e4f4510fd73d1b3e219eaaffbe081'/>
<id>d4cb7e14b54e4f4510fd73d1b3e219eaaffbe081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a script to submit jobs to the grid</title>
<updated>2019-05-24T18:13:48+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-05-24T18:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=c43bb688c6cfac6cee39612b862d8a909f150493'/>
<id>c43bb688c6cfac6cee39612b862d8a909f150493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add zdab-cat</title>
<updated>2019-05-23T15:22:15+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-05-23T15:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=f332b293430d5641575917686d7dc128c309acf5'/>
<id>f332b293430d5641575917686d7dc128c309acf5</id>
<content type='text'>
This commit adds a new program called zdab-cat which is kind of like fit, but
just produces the YAML output without actually fitting anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds a new program called zdab-cat which is kind of like fit, but
just produces the YAML output without actually fitting anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>update test-find-peaks to plot cerenkov rings</title>
<updated>2019-03-31T20:33:45+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-03-31T20:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=02842a0876f5f39bf8e56ceac8cb9b8ff62b943e'/>
<id>02842a0876f5f39bf8e56ceac8cb9b8ff62b943e</id>
<content type='text'>
This commit updates the test-find-peaks script to plot Cerenkov rings for each
of the peaks. It also updates the script to use quad to find the position
instead of using the MC information. Finally, I added a -n argument to the
script to specify how many peaks to draw.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the test-find-peaks script to plot Cerenkov rings for each
of the peaks. It also updates the script to use quad to find the position
instead of using the MC information. Finally, I added a -n argument to the
script to specify how many peaks to draw.
</pre>
</div>
</content>
</entry>
<entry>
<title>update Makefile</title>
<updated>2019-03-31T19:26:12+00:00</updated>
<author>
<name>tlatorre</name>
<email>tlatorre@uchicago.edu</email>
</author>
<published>2019-03-31T19:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.tlatorre.com/cgit/sddm/commit/?id=d16a579bacc9f78038b4d3b7dd7965162cd3703b'/>
<id>d16a579bacc9f78038b4d3b7dd7965162cd3703b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
