Added a new 'useWisdom' attribute to the various lsl.correlator.* modules to expose whether or not FFTW wisdom is being used. Switched everything over to FFTW_ESTIMATE.
41 lines of code changed in 3 files:
Looks like we should only use the PyFFTW module in lsl.correlator.filterbank for complex data types.
2 lines of code changed in 1 file:
Looks like the new PyFFTW framework in lsl.correlator.filterbank is still off.
3 lines of code changed in 2 files:
Looks like the new PyFFTW framework in lsl.correlator.filterbank is a little off.
7 lines of code changed in 1 file:
Further improvements to the PyFFTW-enabled modules.
106 lines of code changed in 2 files:
Fixed a bug (missing chirp definition) in lsl.misc.dedispersion.coherent().
4 lines of code changed in 1 file:
Another missing import statement...
2 lines of code changed in 1 file:
Fixed a few missing import statements in the updated lsl.misc.dedispersion and lsl.correlator.filterbank modules.
4 lines of code changed in 2 files:
Added PyFFTW wisdom support to lsl.correlator.filterbank and lsl.misc.dedispersion. Switched the varous FFTW C extensions over to floating point since the input data is at most float32 (but really integers).
429 lines of code changed in 10 files:
Small change to the lsl.common.busy module to make the 'Done' message more continuous with the 'waiting' message. Fixed the links to the tutorials.
11 lines of code changed in 2 files:
Updated the CHANGELOG for the most recent wisdom changes.
1 lines of code changed in 1 file:
Looks like the new read_wisdom() functions in the various C extensions didn't have error checking enabled.
12 lines of code changed in 3 files:
Worked on bring FFTW wisdom to the various lsl.correlator.fx functions. Added a new lsl.misc.wisdom module for building/update the wisdom and a new makeWisdom.py script.
287 lines of code changed in 9 files:
Fixed a sign problem in lsl.skymap.ProjectedSky that caused the sky to be mirrored left to right.
2 lines of code changed in 2 files:
Added support for PyFFTW in the lsl.correlator.filterbank module and retooled the implementation in the lsl.misc.dedispersion module.
45 lines of code changed in 4 files:
Fixed a typo.
1 lines of code changed in 1 file:
Added support for PyFFTW in lsl.misc.dedispersion.
33 lines of code changed in 2 files: