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

Home » Public Forums » archive » Gaussian Convolution
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: gaussian convolution [message #53164 is a reply to message #3199] Sat, 24 March 2007 09:20 Go to previous messageGo to previous message
news.verizon.net is currently offline  news.verizon.net
Messages: 47
Registered: August 2003
Member
> My first guess would be to use a gaussian filter in order to reduce
> the resolution. The spectrum is (intensity vs. wavelength),so I
> think 1D gaussian filter would be OK. Is there anyone with experience
> on it ?
>
There are several IDL procedures on the Web to convolve a spectrum
with a Gaussian; you might try gaussfold.pro at

http://astro.uni-tuebingen.de/software/idl/aitlib/misc/gauss fold.pro

which requires the procedure psf_gaussian.pro to create the kernel

http://idlastro.gsfc.nasa.gov/ftp/pro/image/psf_gaussian.pro

If your spectrum has 1 Angstrom resolution, and you want to degrade it
to 3 Angstrom resolution, you should convolve it with a Gaussian with
a FWHM of sqrt(3^2-1^2) = 2.82 Angstrom,e.g.

fsmooth = gaussfold(w,f,2.82)

(The wavelength vector and FWHM should have the same units.) --Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL graphics & LaTeX
Next Topic: ISA documentation

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

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

Total time taken to generate the page: 0.00396 seconds