From: W. Trevor King Date: Mon, 17 May 2010 19:05:09 +0000 (-0400) Subject: Relicensed FFT_tools.py under Hooke's LGPL X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=refs%2Fheads%2Ffft;p=hooke.git Relicensed FFT_tools.py under Hooke's LGPL --- diff --git a/FFT_tools.py b/FFT_tools.py index 7174d1d..9167078 100644 --- a/FFT_tools.py +++ b/FFT_tools.py @@ -1,6 +1,7 @@ -#!/usr/bin/python +# Copyright + +"""Wrap :mod:`numpy.fft` to produce 1D unitary transforms and power spectra. -""" Define some FFT wrappers to reduce clutter. Provides a unitary discrete FFT and a windowed version. Based on numpy.fft.rfft.