Collection of testing data in various electrophysiology file formats.

Julia Sprenger 5ecd90c96f gin commit from nit-ope-de04 7 kuukautta sitten
alphaomega 428590b417 Better describe test dataset 2 vuotta sitten
asciisignal a778a1231d gin commit from nit-ope-de04 1 vuosi sitten
asciispiketrain e5dbc29dfd gin commit from hambach37 3 vuotta sitten
axograph e5dbc29dfd gin commit from hambach37 3 vuotta sitten
axon e5dbc29dfd gin commit from hambach37 3 vuotta sitten
axona ece213868d gin commit from nit-ope-de04 1 vuosi sitten
bci2000 e5dbc29dfd gin commit from hambach37 3 vuotta sitten
biocam 719ac3641d gin commit from lumin-calcul 1 vuosi sitten
blackrock 533c2e1e47 gin commit from nit-ope-de04 1 vuosi sitten
brainvision e5dbc29dfd gin commit from hambach37 3 vuotta sitten
brainwaredam e5dbc29dfd gin commit from hambach37 3 vuotta sitten
brainwaref32 e5dbc29dfd gin commit from hambach37 3 vuotta sitten
brainwaresrc e5dbc29dfd gin commit from hambach37 3 vuotta sitten
cellexplorer 9eb5fa783a gin commit from nit-ope-de04 10 kuukautta sitten
edf 63dd30ec28 gin commit from nit-ope-de04 2 vuotta sitten
elan e5dbc29dfd gin commit from hambach37 3 vuotta sitten
elphy e5dbc29dfd gin commit from hambach37 3 vuotta sitten
igor e5dbc29dfd gin commit from hambach37 3 vuotta sitten
intan e5dbc29dfd gin commit from hambach37 3 vuotta sitten
klustakwik e5dbc29dfd gin commit from hambach37 3 vuotta sitten
kwik e5dbc29dfd gin commit from hambach37 3 vuotta sitten
maxwell 167fd83cd9 gin commit from nit-ope-de04 3 vuotta sitten
mclust 6b0c74c708 gin commit from nit-ope-de04 10 kuukautta sitten
mearec e5dbc29dfd gin commit from hambach37 3 vuotta sitten
med 9b29539e6d gin commit from nit-ope-de04 1 vuosi sitten
micromed e5dbc29dfd gin commit from hambach37 3 vuotta sitten
neohdf5 e5dbc29dfd gin commit from hambach37 3 vuotta sitten
nest e5dbc29dfd gin commit from hambach37 3 vuotta sitten
neuralynx 7cdd519116 gin commit from nit-ope-de04 2 vuotta sitten
neuroexplorer 7157e685d7 gin commit from nit-ope-de04 1 vuosi sitten
neuroscope 58ebb06730 gin commit from nit-ope-de04 2 vuotta sitten
neuroshare 79509fe368 gin commit from nit-ope-de04 2 vuotta sitten
nix 485c386631 gin commit from nit-ope-de04 1 vuosi sitten
nwb 56e60b3bb4 gin commit from nit-ope-de04 1 vuosi sitten
openephys e5dbc29dfd gin commit from hambach37 3 vuotta sitten
openephysbinary 5ecd90c96f gin commit from nit-ope-de04 7 kuukautta sitten
phy e5dbc29dfd gin commit from hambach37 3 vuotta sitten
plexon 6f4d1a5e95 gin commit from nit-ope-de04 1 vuosi sitten
rawbinarysignal e5dbc29dfd gin commit from hambach37 3 vuotta sitten
rawmcs e5dbc29dfd gin commit from hambach37 3 vuotta sitten
spike2 9a6519c232 gin commit from samuel-pc 3 vuotta sitten
spikegadgets da4edad8f0 gin commit from nit-ope-de04 3 vuotta sitten
spikeglx eea8d852b5 gin commit from nit-ope-de04 7 kuukautta sitten
spykingcircus e5dbc29dfd gin commit from hambach37 3 vuotta sitten
stimfit e5dbc29dfd gin commit from hambach37 3 vuotta sitten
tdt 0c3a0e07a9 gin commit from nit-ope-de04 1 vuosi sitten
tridesclous e5dbc29dfd gin commit from hambach37 3 vuotta sitten
winedr e5dbc29dfd gin commit from hambach37 3 vuotta sitten
winwcp e5dbc29dfd gin commit from hambach37 3 vuotta sitten
.gitattributes 960807718a gin commit from nit-ope-de04 2 vuotta sitten
.gitignore de5d0afded gin commit from hambach37 3 vuotta sitten
LICENSE de5d0afded gin commit from hambach37 3 vuotta sitten
README.md 17e8f37674 Update database content license in README 2 vuotta sitten
config.yml c918888a75 Move `sh` files to git instead of annex 1 vuosi sitten
datacite.yml a40682ff6a Use database licence 2 vuotta sitten
utils.py f534f28792 gin commit from nit-ope-de04 2 vuotta sitten

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

To add files to the repository please follow the steps below.

1) 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.

2) 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

Note: You can also commit files using any other git-annex capable tool. However, make sure that the .gitattributes specifications are respected and files are committed in a locked state. Only the README and LICENCE file should be committed to git, all other files should be tracked by git-annex.

3) 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. Please do not merge your own pull request!
  • 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

License

This Electrophysiology Testing Data is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual contents of the database are licensed under the Database Contents License: https://creativecommons.org/licenses/by-sa/4.0/legalcode

datacite.yml
Title Electrophysiology Testing Data
Authors Sprenger,Julia;Institut de Neurosciences de La Timone, CNRS & Aix-Marseille University, Marseille, France;ORCID:0000-0002-9986-7477
Garcia,Samuel;Centre de Recherche en Neuroscience de Lyon, CNRS, Lyon, France;ORCID:0000-0001-6389-9779
Description Collection of testing data in various electrophysiology file formats.
License Open Data Commons Open Database License (ODbL) (https://opendatacommons.org/licenses/odbl/1.0/)
References Neo (RRID:SCR_000634) [RRID:SCR_000634] (IsSupplementTo)
SpikeInterface (RRID:SCR_021150) [RRID:SCR_021150] (IsSupplementTo)
Funding
Keywords Neuroscience
File Format
Test Data
Resource Type Dataset