TR: [Gate-users] benchmarkPET.C bug?
COMTAT Claude
claude.comtat at cea.fr
Fri Aug 10 10:23:54 CEST 2007
________________________________
De : COMTAT Claude
Envoyé : vendredi 3 août 2007 11:24
À : 'gate-users-bounces at lists.healthgrid.org'
Objet : RE: [Gate-users] benchmarkPET.C bug?
You are right, this is a bug, present since the beginning of Gate. Note that the results of the benchmark include this bug. Thanks for reporting it.
Claude
________________________________
De : gate-users-bounces at lists.healthgrid.org [mailto:gate-users-bounces at lists.healthgrid.org] De la part de Georgi Gerganov
Envoyé : vendredi 3 août 2007 10:36
À : gate-devel at lists.healthgrid.org
Cc : gate-users at lists.healthgrid.org
Objet : [Gate-users] benchmarkPET.C bug?
Dear All,
We have a doubt that "benchmarkPET.C" contains an error leading to wrong Scattered/Unscattered coincidence counting.
We suppose the lines 176 and 177:
if (comptonPhantom1 == 0 && comptonPhantom2 == 0 &&
RayleighPhantom1 == 0 && RayleighPhantom1 == 0) { // true unscattered coincidence
should be like this:
if (comptonPhantom1 == 0 && comptonPhantom2 == 0 &&
RayleighPhantom1 == 0 && RayleighPhantom2 == 0) { // true unscattered coincidence
(notice the 3-rd and the 4-th condintions are the same)
Kind regards,
Georgi Gerganov & Jordan Madjhunkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20070810/3bba5331/attachment.htm>
More information about the Gate-users
mailing list