bkloppenborg / liboi

OpenCL Interferometry Library
https://github.com/bkloppenborg/liboi/wiki
GNU Lesser General Public License v3.0
5 stars 6 forks source link

DFT tests incomplete. #30

Closed bkloppenborg closed 10 years ago

bkloppenborg commented 11 years ago

The testing environment for CRoutine_DFT presently checks the CPU routine using a point source in the corner of the array. I haven't been able to get the DFT routine to pass with a point source in the center of the image.

We need to:

  1. Implement CPU point source check for the center of the image
  2. Implement CPU assymetric point source check (non-zero phases)
  3. Implement CPU vs. OpenCL checks.
bkloppenborg commented 10 years ago

Several new DFT tests were implemented in 92f5d2f that satisfy these requirements.