Collection of testing data in various electrophysiology file formats.

sprenger ebc653c5a6 gin commit from nit-ope-de04 vor 3 Jahren
alphaomega e5dbc29dfd gin commit from hambach37 vor 3 Jahren
asciisignal e5dbc29dfd gin commit from hambach37 vor 3 Jahren
asciispiketrain e5dbc29dfd gin commit from hambach37 vor 3 Jahren
axograph e5dbc29dfd gin commit from hambach37 vor 3 Jahren
axon e5dbc29dfd gin commit from hambach37 vor 3 Jahren
axona 261debd617 gin commit from nit-ope-de04 vor 3 Jahren
bci2000 e5dbc29dfd gin commit from hambach37 vor 3 Jahren
blackrock e5dbc29dfd gin commit from hambach37 vor 3 Jahren
brainvision e5dbc29dfd gin commit from hambach37 vor 3 Jahren
brainwaredam e5dbc29dfd gin commit from hambach37 vor 3 Jahren
brainwaref32 e5dbc29dfd gin commit from hambach37 vor 3 Jahren
brainwaresrc e5dbc29dfd gin commit from hambach37 vor 3 Jahren
elan e5dbc29dfd gin commit from hambach37 vor 3 Jahren
elphy e5dbc29dfd gin commit from hambach37 vor 3 Jahren
igor e5dbc29dfd gin commit from hambach37 vor 3 Jahren
intan e5dbc29dfd gin commit from hambach37 vor 3 Jahren
klustakwik e5dbc29dfd gin commit from hambach37 vor 3 Jahren
kwik e5dbc29dfd gin commit from hambach37 vor 3 Jahren
mearec e5dbc29dfd gin commit from hambach37 vor 3 Jahren
micromed e5dbc29dfd gin commit from hambach37 vor 3 Jahren
neohdf5 e5dbc29dfd gin commit from hambach37 vor 3 Jahren
nest e5dbc29dfd gin commit from hambach37 vor 3 Jahren
neuralynx ebc653c5a6 gin commit from nit-ope-de04 vor 3 Jahren
neuroexplorer e5dbc29dfd gin commit from hambach37 vor 3 Jahren
neuroscope e5dbc29dfd gin commit from hambach37 vor 3 Jahren
neuroshare e5dbc29dfd gin commit from hambach37 vor 3 Jahren
nix e5dbc29dfd gin commit from hambach37 vor 3 Jahren
openephys e5dbc29dfd gin commit from hambach37 vor 3 Jahren
openephysbinary 420bec2298 gin commit from samuel-Precision-3630-Tower vor 3 Jahren
phy e5dbc29dfd gin commit from hambach37 vor 3 Jahren
plexon e5dbc29dfd gin commit from hambach37 vor 3 Jahren
rawbinarysignal e5dbc29dfd gin commit from hambach37 vor 3 Jahren
rawmcs e5dbc29dfd gin commit from hambach37 vor 3 Jahren
spike2 e5dbc29dfd gin commit from hambach37 vor 3 Jahren
spikegadgets 07195a6484 gin commit from nit-ope-de04 vor 3 Jahren
spikeglx e5dbc29dfd gin commit from hambach37 vor 3 Jahren
spykingcircus e5dbc29dfd gin commit from hambach37 vor 3 Jahren
stimfit e5dbc29dfd gin commit from hambach37 vor 3 Jahren
tdt e5dbc29dfd gin commit from hambach37 vor 3 Jahren
tridesclous e5dbc29dfd gin commit from hambach37 vor 3 Jahren
winedr e5dbc29dfd gin commit from hambach37 vor 3 Jahren
winwcp e5dbc29dfd gin commit from hambach37 vor 3 Jahren
.gitattributes de5d0afded gin commit from hambach37 vor 3 Jahren
.gitignore de5d0afded gin commit from hambach37 vor 3 Jahren
LICENSE de5d0afded gin commit from hambach37 vor 3 Jahren
README.md 854aad19dd gin commit from nit-ope-de04 vor 3 Jahren
config.yml de5d0afded gin commit from hambach37 vor 3 Jahren

README.md

Electrophysiology Testing Data

Collection of testing data in various electrophysiology file formats. The datasets in this repository are used within the Neo project.

Contributing

If you have small data files in a format used in electrophysiology and you want to make these files publicly available for the purpose of software building on that format, then this is the right place to contribute!

Requirements

To contribute a dataset the following criteria need to be fulfilled

  • You need to have the rights to publish the data files
  • The data files need to be small in size (ideally in the range of kilobytes, no more than 10MB)

How to add files

You can suggest to add your files via a pull request by following the steps below

On the gin platform

  • Create a gin account
  • Open an issue stating the format of files you would like to add. Please specify in this issue, which type of system is generating these files and in which software your files could be used as testing files. After reviewing the proposed format you will be added as a collaborator to the project.

On your local computer

  • Install the gin client on your machine (gin-cli setup instructions)
  • Log in with your gin-cli (gin login)
  • Create a local copy of the repository on your machine (gin get NeuralEnsemble/ephy_testing_data)
  • Create a new git branch to work on via gin git checkout -b <my_branch_name>
  • Create a new subfolder with the corresponding system brand name or identify the folder to which to add your files.
  • Copy your files in the new folder. Feel free to add an attribution to it, e.g. see this readme.
  • Commit your files via gin commit <folder_name>
  • Lock the files via gin lock *
  • Upload your changes to gin via gin upload

On the gin platform

  • The new branch <my_branch_name> should be available at the webpage. Verify that the changes are correctly registered in this branch.
  • Open a pull request (PR) with your changes to the master branch of the NeuralEnsemble/ephy_testing_data repository. In your PR description please specify again what format you want to add, which type of system is generating these files and which software could make use of these.
  • You will potentially receive comments from the repository maintainers asking you to change some details in your PR.
  • After resolving the comments your files will be merged into the main repository. Congratulation! Your files are now part of the growing collection of electrophysiology testing files and can now be used by any project to check for file format compatibility.

Note: Don't forget to switch back to the master branch after completion of your PR: gin git checkout master