Python bindings for multitaper `mtspec` f90 Library.
Project description
Python wrapper for the multitaper mtspec Fortran library:
Prieto, G. A., R. L. Parker, F. L. Vernon. (2009), A Fortran 90 library for multitaper spectrum analysis, Computers and Geosciences, 35, pp. 1701-1710.
For more information, see https://github.com/krischer/mtspec and http://krischer.github.io/mtspec/.
Main Changes in 0.3.2 (August 11, 2016) --------------------------------------- * Added wrapper for the multitaper deconvolution function. Main Changes in 0.3.1 (July 26, 2016) ------------------------------------- * Flake8 and matplotlib are no longer hard test dependencies. * Code formatting test are skipped for release builds. * mtspec.__version__ is available. Main Changes in 0.3.0 (July 25, 2016) ------------------------------------- * Probably a lot (its been a while since a proper release ...). * Full CI integration. * Nicer docs. * Support for Python 2.7, 3.3, 3.4, and 3.5. * Installs on a lot more platforms. Main Changes in 0.2.6 --------------------- * Bugfix #6, access violation on windows * Refactoring parts of the underlying fortran code, now memchecked * Bugfix for NaNs in spectra * Bugfix RMS calculation in tests
- copyright:
Lion Krischer, Moritz Beyreuther, and German A. Prieto
- license:
GNU General Public License (GPL)