[SciPy-user] gaussian smoothing

Marc Beck marcbeck1982 at yahoo.com
Tue Nov 6 12:29:20 EST 2007


I am a graduate assistant at the Space Science Center at Morehead State University. I am currently writing a program to convert raw data from our 21m antenna into a *.FITS image using numpy and scipy. I need to convolve the pixels of my image. I have three arrays: one for the x- coordinate, one for the y- coordinate and one for the brightness of the pixel. I need to feed those three arrays into a function to convolve the pixels and I need to get the same three arrays out with the new values, or the rest of the program does not work. Someone from the python forum referred me to some code at http://www.scipy.org/Cookbook/SignalSmooth
   
  but I don't understand which variable is what and how to integrate this into my program. Please explain to me how I can make my program work. I hope that I have described clearly enough what I am planning to do.
   
  I e-mailed the author of that code and asked for help, but this person is very busy and does not have the time to help me.
   
  Marc Beck

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20071106/97e925e1/attachment.html>


More information about the SciPy-User mailing list