load_local_neo_odml_elephant.py 379 B

12345678910
  1. import sys
  2. # This loads the Neo and odML libraries shipped with this code. For production
  3. # use, please use the newest releases of odML and Neo.
  4. sys.path.insert(0, 'python-neo')
  5. sys.path.insert(0, 'python-odml')
  6. # This loads the Elephant analysis libraries shipped with this code. It
  7. # is used to generate the offline filtered LFP in example.py.
  8. sys.path.insert(0, 'elephant')