Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.52 KB

python-PL2

This package is adopted from https://gitlab.com/penalab/pypl2, 9.12.2022

This package is an adoption of the Plexon's "PyPL2" Python scripts to read data from Plexon's PL2(TM) file format.

The aim is to make the package usable with both Python 2.7 and Python 3.6 (and above).

The unchanged original .py files are included in the initial commit.

Copyright and License

Please be aware that the original files are copyright protected! The following statement, copied from the original __init__.py file, however, allows to modify and share the files.

(c) 2016 Plexon, Inc., Dallas, Texas www.plexon.com

This software is provided as-is, without any warranty. You are free to modify or share this file, provided that the above copyright notice is kept intact.

Note: It is not completely clear, to which extend this copyright notice extends to the provided DLLs. It may be necessary to distribute those files separately.

Resources

Original Plexon Scripts