<div dir="ltr"><div><div><div><div><div>Dear Gaters<br><br></div><div>A bug report and a small question<br></div><br>I use Gate 7.1 for Radiotherapy<br><br></div> I try to read a .IAEAphsp to use it as a source (TrueBeam) and it doesn't work. I found an old email on this topic on GATE users list from Stathis but it didn't help me.<br></div><br>I finally fixed this problem and would like to share my solution (that is maybe not a robust one but it works for me)<br><br></div>For a reason I don't understand, in GateIAEARecord.cc when Gate starts to read particles :<br><br><i>if( fread(&ctmp, sizeof(char),   1, p_file) != 1)<br></i></div><br>the p_file pointer was not at the begining of the IAEAphsp file (but at byte 37). <br><br><div><div>I added the following:<br></div><div>// set the pointer at the beginning of the file<br></div><div><i>fseek(p_file,0,SEEK_SET);</i><br></div><div><br>just before the fread line and now it works!<br><br></div><div>I don't know if it is a bug or a newbee error... but maybe it could help someone<br></div><div><br></div><div>Now a small question:<br><br></div><div>My phase space doesn't contains Z coordinates. It is a planar phase space and the z value is constant and stored in the .IAEAheader file:<br>$RECORD_CONSTANT:<br>     24.0       // Constant Z<br>     1.0000     // Constant Weight<br><br></div><div>My question is: Is this z value in the header read and used by gate (I suppose no)<br><br>And if "yes" where should I attach this phase space ?<br></div><div><br>I mean if I create a box named PhS_Plane at Z = 0<br><br>and use:<br>/gate/source/MyBeam/attachTo PhS_Plane<br><br></div>what is the Z value : 0 or 24 ?<br></div><div>Thank you for any help.<br><br></div><div>Luc SIMON<br></div><div><div><br><br></div><div><br clear="all"></div><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>___________________<br><br>SIMON Luc, Physicien Médical, PhD<br>Département d'Ingénierie et de Physique Médicale - IUCT-Oncopole - Toulouse, FRANCE</div><div>INSERM UMR 1037 (CRCT) - Equipe 15 - Toulouse, FRANCE</div></div></div></div></div>
</div></div></div></div></div></div></div>