AOtools / aotools

A useful set of tools for Adaptive Optics in Python
GNU Lesser General Public License v3.0
109 stars 42 forks source link

Make forward/inverse Fourier transforms consistent #68

Closed ojdf closed 3 years ago

ojdf commented 3 years ago

At the moment the inverse fourier transforms do not work the same as the forward ones. To make it consistent, both types of ft are now taken over the final axis (or axes for 2d transforms). Also made the naming of variables more consistent.

Also fixed a bug in irft2 so it actually works now (maybe?).