Hi Ivan,
Maybe you have an old version of plastimatch. Recent versions read
the Varian header directly, and therefore no longer require the
projection matrix files. Can you tell me which version you have?
Greg
--
Greg Sharp, PhD
Department of Radiation Oncology
Massachusetts General Hospital
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
I notice your files are *.raw instead of *.hnd.
Yes, if you use raw format you need to create the geometry.
These data are from Varian OBI, right? Do you still have
the *.hnd files?
Greg
OK, now I understand. In this case, I think the best way is to create
the geometry files.
If you assume a circular arc, the easiest method to do this is to use the
drr.exe tool. This tool will create images and geometry files, but you can
throw away the images.
For example:
drr -a 383 -N 0.94 -g "1000 1500" -r "1024 768" -z "400 300" foo.mha
If you don't have circular arc, such as helical scan, it gets more
complicated. In that case you have to write a program to create the geometry
files.
-Greg