comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Q: about Richardson_Lucy Alg. (deconvolution)
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Q: about Richardson_Lucy Alg. (deconvolution) [message #16300] Thu, 15 July 1999 00:00
Herbert H. Tsang is currently offline  Herbert H. Tsang
Messages: 2
Registered: July 1999
Junior Member
Anyone is familiar w/ the Richardson_Lucy Deconvolution alg.? I have found
a IDL program (lucy_guess.pro) that claims to perform this deconvolution.

However, when examining the code I am not quite sure if it is correct. in
lucy_guess.pro line 89 it has this loop
for k=0,n_iter do begin
weight = convol(old,psfr)
new = old * convol( (data/weight) ,psf)
old = new
endfor

but shouldn't it be
for k=0,n_iter do begin
weight = convol(old,psfr,/edge_truncate)
new = old * correlate( (data/weight) ,psf)
old = new
endfor

Any idea??

-- Herbert


--

-------------------------------+---------------------------- -
| Tel: 604.464.8025
H E R B E R T T S A N G | Email: hhpt@yahoo.com
| herbert@canada.com
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Boundary Finding (Edge Enhancement)
Next Topic: Re: problems with rotating model

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:40:11 PDT 2025

Total time taken to generate the page: 0.00515 seconds