Metadata-Version: 2.1
Name: hfoGUI
Version: 1.0.9
Summary: hfoGUI - a data visualization GUI for TINT data.
Home-page: https://github.com/HussainiLab/hfoGUI.git
Author: Geoffrey Barrett
Author-email: geoffrey.m.barrett@gmail.com
License: UNKNOWN
Description: # hfoGUI
        
        hfoGUI was initially a Python package designed to visualize High Frequency Oscillations (HFO's), but has grown to be an all encompassing tool to visualize LFP data recorded in the Tint format (from Axona's dacqUSB).
        
        # Python Dependencies:
        - PyQt5
        - Pillow
        - numpy
        - PyQtGraph
        - scipy
        - matplotlib 
        - pandas
        - pyfftw
        
        # Requirements
        Since it utilizes PyQt5 as the GUI framework it should be available to a wide variety of Python versions and Operating Systems. However it was only tested on Python 3.7 with Windows 10. I do recommend using the latest version of Python as it makes it easy to download some of these C++ based dependencies. 
        
        # Project Documentation
        - [Installation](https://geba.technology/project/hfogui)
        - [User Guide](https://geba.technology/project/hfogui-hfogui-user-guide)
        
        # Authors
        * **Geoff Barrett** - [Geoffâ€™s GitHub](https://github.com/GeoffBarrett)
        
        # License
        
        This project is licensed under the GNU  General  Public  License - see the [LICENSE.md](../master/LICENSE) file for details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7 
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) 
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
