Age | Commit message (Collapse) | Author |
|
|
|
description
|
|
|
|
|
|
|
|
|
|
... because it's not sufficiently general.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix the reappearance of "no_index-ed" peaks in stream files.
|
|
|
|
Choose whichever one of these reasons makes most sense to you:
1. The centroid operation gives the position as a "pixel index",
but we really want it as a distance in pixels from the corner.
2. If all the intensity is in one pixel, the best estimate of
where the photons hit is in the middle of the pixel, not its
corner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/detector.c
src/peaks.c
|
|
|
|
|
|
|
|
|
|
This rather blatently leads to a nice deadlock
|
|
|
|
|
|
|
|
|
|
This option was removed a long time ago.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|