[Gate-users] Re: Gate-users Digest, Vol 24, Issue 1

José Ramos joserm84 at gmail.com
Fri May 2 19:37:53 CEST 2008


Thanks to Sonal, I will contact to Segars

2008/5/2 <gate-users-request at lists.healthgrid.org>:

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


More information about the Gate-users mailing list