VH-Lab / NDR-matlab

Neuroscience Data Readers - A Matlab conglomerative library for reading neuroscience data files
1 stars 1 forks source link

Neo #56

Closed lakesare closed 1 year ago

lakesare commented 1 year ago

Instructions

  1. Install Python 3.9.0 (not bigger!) because of the sonpy dependency. I use exactly 3.9.0.
  2. pip install neo (and probably some other packages, @stevevanhooser, please record what packages you needed when you're doing a fresh install)
  3. Run ndr.reader.neo.insert_python_path()
  4. Use run(ndr.test.reader.neo.automatedTest); and run(ndr.test.reader.ced_smr.automatedTest); to run the tests.

Questions

Remaining TODOs:

Helpful notes for further development