Metadata-Version: 1.2
Name: neurosum
Version: 0.0.0.2
Summary: Runs a statistical summary for electrophysiology data.
Home-page: https://github.com/
Author-email: lehenry@ucsd.edu
License: UNKNOWN
Description: # Statistical Summary For Neuroscience
        A statistical summary commandline tool for OpenEphys binary data, and specifically formatted .mat data.
        
        ## How To Use
        Run this command, and you should see progress updates in the terminal, and plots will come up after a couple minutes. 
        ```
        python3 location/to/summary/summary_statistics.py location/to/binary_data_or_mat
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
