Converted hooke.util.fft to Hooke coding style.
authorW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 22:38:33 +0000 (18:38 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 23:36:16 +0000 (18:36 -0500)
commitaff37ad2d5786e87ba4f5dc605549bffde8cdc2e
treed4ac7cfd3579fc43160d011c37b4beb14f638ec2
parent7e38c328d51a3ddcc3de97926a52fd1a2fdcf207
Converted hooke.util.fft to Hooke coding style.

* Add numpydoc docstrings (to most functions)
* Converted hackish test suites to hackish `unittest.TestCase`s.
  Still ugly, but now `nosetests` finds them.
  They should really use .assertAlmostEqual and company...
* Added neccessary function definitions to doc/conf.py for the
  'math' sections of fft's docstrings.
FFT_tools.py