baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

remove `binary.py` from pyret? #45

Closed nirum closed 9 years ago

nirum commented 9 years ago

The two functions in binary.py, readbin and readbinhdr, are specific to the binary file types used in the Baccus lab. It seems like to make pyret truly lab independent, that we should keep these functions in a separate repository or location.

Thoughts? It isn't hard for those of us that need it to keep binary.py somewhere else on our python path.

bnaecker commented 9 years ago

This sounds reasonable. The file format for the current recording setup is definitely not going to change, but they will be different going forward. So I think keeping it in its own repo somewhere else on the Baccus lab pages is a good idea.

B

On 26 Jan 2015, at 16:33, Niru Maheswaranathan notifications@github.com wrote:

The two functions in binary.py, readbin and readbinhdr, are specific to the binary file types used in the Baccus lab. It seems like to make pyret truly lab independent, that we should keep these functions in a separate repository or location.

Thoughts? It isn't hard for those of us that need it to keep binary.py somewhere else on our python path.

— Reply to this email directly or view it on GitHub.