From: Nadav H. <na...@Vi...> - 2003-10-19 15:03:08
|
numarray.convolve.correlate2d (and probably some other functions in the convolve module) doesn't work with the option fft=1. Fix: in iraf_frame.py line 28 and Convolve.py line 136 replace "type=" by "typecode=" Nadav. |