FFT-tools.git
12 years agoCreate extra block holding PowerSpectrumCommand output data
W. Trevor King [Sat, 7 Aug 2010 22:11:37 +0000 (18:11 -0400)]
Create extra block holding PowerSpectrumCommand output data

12 years agoAdd Numpy crossreferences to hooke.util.fft
W. Trevor King [Tue, 18 May 2010 14:44:29 +0000 (10:44 -0400)]
Add Numpy crossreferences to hooke.util.fft

12 years agoConverted hooke.util.fft to Hooke coding style.
W. Trevor King [Mon, 17 May 2010 22:38:33 +0000 (18:38 -0400)]
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.

16 years agoMoved from Python Software Foundation License to BSD License.
W. Trevor King [Tue, 11 Nov 2008 16:22:59 +0000 (11:22 -0500)]
Moved from Python Software Foundation License to BSD License.

I didn't know what header to include in the code for the PSFL.

16 years agoAdded `dist' target to Makefile
W. Trevor King [Sat, 4 Oct 2008 14:11:18 +0000 (10:11 -0400)]
Added `dist' target to Makefile

16 years agoSetup package for setuptools distribution.
W. Trevor King [Sat, 4 Oct 2008 14:08:58 +0000 (10:08 -0400)]
Setup package for setuptools distribution.

16 years agoAdded some more Parseval's checks, but they failed.
W. Trevor King [Sat, 4 Oct 2008 14:04:22 +0000 (10:04 -0400)]
Added some more Parseval's checks, but they failed.

TODO, figure out why and fix it, so I can uncomment the checks.

16 years agoGot Parseval's checks working.
W. Trevor King [Sat, 4 Oct 2008 13:43:54 +0000 (09:43 -0400)]
Got Parseval's checks working.

16 years agoBegan versioning
W. Trevor King [Sat, 4 Oct 2008 13:06:13 +0000 (09:06 -0400)]
Began versioning