Metadata-Version: 1.1
Name: pyflex
Version: 0.1.5
Summary: Python port of the FLEXWIN package
Home-page: https://github.com/krischer/pyflex
Author: Lion Krischer
Author-email: krischer@geophysik.uni-muenchen.de
License: GNU General Public License, Version 3 (GPLv3)
Description: Source code: https://github.com/krischer/pyflex
        
        Documentation: http://krischer.github.io/pyflex
        
        Changelog
        ---------
        
        * **Pyflex 0.1.5** *Jul 11th 2016*
            * Make it work with the latest versions of ObsPy, flake8, and matplotlib.
        
        * **Pyflex 0.1.4** *Sep 30th 2015*
            * Minor change to adapt tests to the latest ObsPy version.
            * Dropped official support for Python 2.6. It still works with it for now but I don't plan on further supporting it.
        
        * **Pyflex 0.1.3** *Dez 10th 2014*
            * Rejecting windows with very early start or very late end times. Greatly speeds up the algorithm.
            * New config parameter ``max_time_before_first_arrival``.
            * New optional time normalized energy signal to noise ratio. More resilient to random wiggles before the first arrival.
            * New config parameter ``window_signal_to_noise_type``.
        
        * **Pyflex 0.1.2** *Nov 17th 2014*
            * Support for (de)serializing windows to and from JSON.
            * Much faster STA/LTA computation.
        
        * **Pyflex 0.1.1** *Nov 11th 2014*
            * Some bugfixes regarding units.
        
        * **Pyflex 0.1.0** *Nov 9th 2014*
            * Initial Pyflex release.
        
Keywords: seismology,flexwin,science,tomography,inversion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
