Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 339 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 339 Bytes

preprocessing_pypeline

This is a python package intended for preprocessing and epoching EEG data. It is intended to be usable as a substitute for our other Matlab/EEGLab pipeline Data are generally handled in bids format

Dependencies

  • python >= 3.10
  • numpy
  • pandas
  • mne-python (used for file handling)
  • mne-bids
  • matplotlib