ratt-ru / bullseye

A GPU-based facet imager
GNU General Public License v2.0
1 stars 1 forks source link

Add normalization code directly into CPU+GPU gridder #42

Closed bennahugo closed 9 years ago

bennahugo commented 9 years ago

Realized I can leverage linearity (http://www.thefouriertransform.com/transform/properties.php) and do this reduction and element-wise multiplication directly before doing the Inverse Fourier transform. This will be cleaner than doing it in the front end. Will implement this on the master branch once work on the templated gridder comes to a close.