Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Radon forward p...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 5663 of 6020
Post > Topic >>

Radon forward projection problem

by Wox <nomail@[EMAIL PROTECTED] > Apr 22, 2008 at 05:07 PM

Hi All,

I'm trying to implement an alternative for the FBP(filtered
backprojection) method for reconstructing objects measured in
tomography experiments. It's supposed to give less noisy tomograms.

Anyway, it's called OSEM and it's some iterative procedure using
forward and backward projection until the real sinogram and the
calculated sinogram are close.

For the projection, I use IDL's radon function. But I noticed
something strange with the forward projection. Try the code below. It
calculates the sinogram of a tomogram which is an image with all
pixels equal to 1. If you look at the result, something strange is
going on in the corners of the sinogram image. Does anyone know what
causes it and whether it is an intrinsic radon transform problem? 

I would like to get rid of it, because this "estsinogram" is
calculated in each iteration of the OSEM (only in the first iteration
on an image with 1's) and used to normalize the measured sinogram
before adapting the tomogram. The resulting tomogram has some
artifacts because of it.


Thanks in advance,

Wout


pro test
; Detector
N=80
projcen=(N-1)/2.

; Angles
anglestart=0.
anglerange=180.
NAngles=anglerange/2.

angleinc=anglerange/(NAngles-1)
angles=anglestart+angleinc*findgen(NAngles)
angles*=!pi/180

; Reconstructing an object with 1's
tomogram=replicate(1.,N,N)
estsinogram=radon(tomogram,theta=angles,xmin=-projcen,RMIN=-projcen,drho=1,NRHO=N,/LINEAR)

loadct,0
window
tvscl,not bytscl(rebin(estsinogram,NAngles*3,N*3,/sample))
end
 




 11 Posts in Topic:
Radon forward projection problem
Wox <nomail@[EMAIL PRO  2008-04-22 17:07:48 
Re: Radon forward projection problem
bill.dman@[EMAIL PROTECTE  2008-04-22 10:31:37 
Re: Radon forward projection problem
Wox <nomail@[EMAIL PRO  2008-04-23 09:57:18 
Re: Radon forward projection problem
VP <peter.vontobel@[EM  2008-04-23 00:42:07 
Re: Radon forward projection problem
Wox <nomail@[EMAIL PRO  2008-04-23 12:02:37 
Re: Radon forward projection problem
VP <peter.vontobel@[EM  2008-04-23 03:42:10 
Re: Radon forward projection problem
mmiller3@[EMAIL PROTECTED  2008-04-23 12:53:05 
Re: Radon forward projection problem
Wox <nomail@[EMAIL PRO  2008-04-24 13:14:57 
Re: Radon forward projection problem
mmiller3@[EMAIL PROTECTED  2008-04-24 12:22:44 
Re: Radon forward projection problem
Wox <nomail@[EMAIL PRO  2008-04-27 13:16:58 
Re: Radon forward projection problem
mmiller3@[EMAIL PROTECTED  2008-04-28 09:33:22 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 17:15:27 CDT 2008.