<HTML dir=ltr><HEAD><TITLE>Interfile format for STIR</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText35884 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Dear <FONT face=CMR12>Hyejoo</FONT> </FONT></DIV></DIV>
<DIV dir=ltr><BR><FONT face=Arial><FONT face="Times New Roman">&gt; </FONT>I have posted a question to the STIR user list and someone suggested to post it to </FONT></DIV>
<DIV dir=ltr><FONT face=Arial>&gt; the GATE user list.</FONT> </DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>that's weird. I haven't seen anything and can't immediatelly find anything in the mailing lists archive</DIV>
<DIV>
<P><FONT face=Arial>&gt; I am trying to use STIR to reconstruct simulated data using GATE, and I have a <BR>&gt; </FONT><FONT face=Arial>question about the input intefile format for STIR.</FONT></P>
<P><FONT face=Arial>&gt; STIR seems to require its own interfile format as input.&nbsp; The intefile format <BR>&gt; </FONT><FONT face=Arial>seems to be different from the Intefile 3.3 standard.&nbsp; </FONT></P>
<P><FONT face=Arial>yes, unfortunately STIR doesn't read strict 3.3 images. However, it does read 3.3 "proposed" format where you can set the number of dimensions to 3 and add matrix size[3] keywords etc. In addition, it uses a keyword to specify the scale of the image in case you need it.</FONT></P>
<P><FONT face=Arial>The following is (probably) a minimal version</FONT></P>
<P>!INTERFILE&nbsp; :=<BR>name of data file := test_image_5.v<BR>imagedata byte order := LITTLEENDIAN<BR>!number format := float<BR>!number of bytes per pixel := 4<BR>number of dimensions := 3<BR>matrix axis label [1] := x<BR>!matrix size [1] := 97<BR>scaling factor (mm/pixel) [1] := 3.1088<BR>matrix axis label [2] := y<BR>!matrix size [2] := 97<BR>scaling factor (mm/pixel) [2] := 3.1088<BR>matrix axis label [3] := z<BR>!matrix size [3] := 31<BR>image scaling factor[1] := 1 ; scale factor<BR>quantification units := 1 ; alternative (was used by LLN software and is supported by medcon)<BR>data offset in bytes[1] := 0<BR>!END OF INTERFILE :=<BR><FONT face=Arial></P></FONT>
<P><FONT face=Arial>&gt; I would to know how to convert the Interfile 3.3 standard header and <BR>&gt; image files generated with medcon to the input format for the STIR <BR>&gt; executables.</FONT></P>
<P><FONT face=Arial>some simple text editing would do the trick.</FONT></P>
<P><FONT face=Arial>&gt; &nbsp;I tried to look at the web site</FONT> <A href="http://www.hammersmithimanet.com/~kris"><U><FONT face=CMTT12 color=#0000ff>http://www.HammersmithImanet.com/</FONT><FONT face=CMSY10 color=#0000ff>~</FONT><FONT face=CMTT12 color=#0000ff>kris</FONT></U></A><FONT face=CMR12> <BR>&gt; but I got a "not found" message on the web, I just found several email in the <BR>&gt; stir-user archive saying that the web site does not.&nbsp; </FONT></P>
<P>indeed. The info is on <A href="http://stir.sf.net">http://stir.sf.net</A> in the section "Other info".</P>
<P><FONT face=CMR12>&gt; I am wondering whether there is any existing STIR executable converting the <BR>&gt; </FONT><FONT face=CMR12>interfile 3.3 standard to .hv or I have to convert myself.&nbsp; </FONT></P>
<P>STIR doesn't help you at present, but it is something one could do with a little scripting. Editing by hand is easiest of course.</P>
<P>&nbsp;</P>
<P>Hope this helps. </P>
<P>Kris</P>
<P>&nbsp;</P></DIV></BODY></HTML>