Metadata-Version: 1.1
Name: pyflex
Version: 0.1.3
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.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 :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
