Thanks to Sonal, I will contact to Segars<br><br><div class="gmail_quote">2008/5/2 <<a href="mailto:gate-users-request@lists.healthgrid.org">gate-users-request@lists.healthgrid.org</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Gate-users mailing list submissions to<br>
<a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.healthgrid.org/mailman/listinfo/gate-users" target="_blank">http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:gate-users-request@lists.healthgrid.org">gate-users-request@lists.healthgrid.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:gate-users-owner@lists.healthgrid.org">gate-users-owner@lists.healthgrid.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Gate-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. GATE on Windows XP (Marco Walterfang)<br>
2. MOBY phantom ( Jos? Ramos )<br>
3. Re: MOBY phantom (Sonal Ambwani)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 1 May 2008 19:25:36 +0000 (GMT)<br>
From: Marco Walterfang <<a href="mailto:nrixs@yahoo.de">nrixs@yahoo.de</a>><br>
Subject: [Gate-users] GATE on Windows XP<br>
To: <a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
Message-ID: <<a href="mailto:274087.88337.qm@web25801.mail.ukl.yahoo.com">274087.88337.qm@web25801.mail.ukl.yahoo.com</a>><br>
Content-Type: text/plain; charset=utf-8<br>
<br>
Hello,<br>
<br>
with Cygwin and MS Visual C++ 2005 Express Edition I'm able to compile<br>
GATE 3.1.2 on Windows XP without any error. When starting SPECTbench.mac<br>
for testing everything works fine, including the visualization with<br>
OpenGL. After executing the last command "/gate/application/startDAQ" the<br>
time is set to 0 s and then GATE crashes (Program received signal SIGSEGV,<br>
Segmentation fault) due to an error in GateToRoot.cc in the line:<br>
<br>
m_hfile = new TFile( GetFilePath() ,"RECREATE","ROOT file with histograms");<br>
<br>
<br>
I've found an Installation-Guide for installing GATE on an IDRIS IBM<br>
Platform, where a modification in GateToRoot.hh was required:<br>
<br>
//! Get the output file path<br>
const char* GetFilePath() {<br>
return (m_fileName+".root").c_str();<br>
};<br>
<br>
was replaced by:<br>
<br>
//! Get the output file path<br>
const char* GetFilePath() { G4String s(m_fileName+".root");<br>
char *res=new }<br>
<br>
Without this modification, GetFilePath() returns a null pointer. The<br>
allocated memory at (m_fileName+.root) is immediately liberated and the<br>
chain does not exist anymore and cannot be used afterwards.<br>
<br>
<br>
If I try this modification a syntax error occurs during compilation.<br>
<br>
So the problem is, that no root-output files can be created. I'm using<br>
Root 5.14/00i. But the ASCII-output files were created just before<br>
crashing.<br>
<br>
Does anyone have an idea how to solve this problem?<br>
<br>
Thanks in advance,<br>
<br>
Marco<br>
<br>
<br>
Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:<br>
<a href="http://de.yahoo.com/set" target="_blank">http://de.yahoo.com/set</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 1 May 2008 21:00:30 -0500<br>
From: " Jos? Ramos " <<a href="mailto:joserm84@gmail.com">joserm84@gmail.com</a>><br>
Subject: [Gate-users] MOBY phantom<br>
To: <a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
Message-ID:<br>
<<a href="mailto:ef3b31bf0805011900t2853407bxca6dcb219bd489e8@mail.gmail.com">ef3b31bf0805011900t2853407bxca6dcb219bd489e8@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Gate users:<br>
<br>
Somebody knows where I can find the voxelized phantom MOBY mouse? I would<br>
like to test my CylindricalPET using the MOBY.<br>
Best regards and thanks!<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.healthgrid.org/archives/gate-users/attachments/20080501/71a9ca66/attachment.html" target="_blank">http://lists.healthgrid.org/archives/gate-users/attachments/20080501/71a9ca66/attachment.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 02 May 2008 00:27:18 -0400<br>
From: Sonal Ambwani <<a href="mailto:ambwani@bu.edu">ambwani@bu.edu</a>><br>
Subject: Re: [Gate-users] MOBY phantom<br>
To: <a href="mailto:gate-users@lists.healthgrid.org">gate-users@lists.healthgrid.org</a><br>
Message-ID: <<a href="mailto:20080502002718.1m4y5s9dwkogccws@www.bu.edu">20080502002718.1m4y5s9dwkogccws@www.bu.edu</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format="flowed"<br>
<br>
Hi Jose,<br>
Is it the mouse phantom by Paul Segars? If yes, you would have to<br>
contact him by email asking for access. He is very prompt =)<br>
Hope this helps.<br>
Sonal<br>
<br>
<br>
Quoting José Ramos <<a href="mailto:joserm84@gmail.com">joserm84@gmail.com</a>>:<br>
<br>
> Hi Gate users:<br>
><br>
> Somebody knows where I can find the voxelized phantom MOBY mouse? I would<br>
> like to test my CylindricalPET using the MOBY.<br>
> Best regards and thanks!<br>
><br>
<br>
<br>
<br>
Sonal Ambwani<br>
<br>
Dept. of Electrical and Computer Engineering<br>
Boston University<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.healthgrid.org">Gate-users@lists.healthgrid.org</a><br>
<a href="http://lists.healthgrid.org/mailman/listinfo/gate-users" target="_blank">http://lists.healthgrid.org/mailman/listinfo/gate-users</a><br>
<br>
<br>
End of Gate-users Digest, Vol 24, Issue 1<br>
*****************************************<br>
</blockquote></div><br>