zivadinac / open-ephys-spike-sorting

Spike sorting pipeline for data recorded using OpenEphys hardware and GUI.
0 stars 0 forks source link

Spike sorting pipeline for OpenEphys #1

Open zivadinac opened 2 years ago

zivadinac commented 2 years ago

Make a spike sorting pipeline for data recorded with OpenEphys GUI and acquisition board.

The pipeline has to do the following:

zivadinac commented 2 years ago

Specification:

  • The pipeline will be delivered as a a script with params: drive geometry file, detection threshold, output directory, input files The script will concatenate input files and process them together. Output of the script will be a report with cluster quality measures and clustered data ready for manual curation. Optionally, user should be able to choose clu-res as output format.
  • There will be a separate script for generating cluster quality report, so that it can be used after manual curation
  • Additionally, there will be one more script to convert manually curated data to clu-res format of JC lab. Optionally, user should be able to choose to do this automatically when invoking the main script.
zivadinac commented 2 years ago

Implementation: