Collection of testing data in various electrophysiology file formats.

Julia Sprenger 6468b67125 gin commit from inm6140 há 4 anos atrás
alphaomega b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
asciisignal b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
asciispiketrain b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
axograph 049ee6ca52 Add script used to create new test files há 4 anos atrás
axon 86991f745c Collect axon files in axon folder há 5 anos atrás
bci2000 b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
blackrock 5938d9c362 gin upload from satellite há 6 anos atrás
brainvision e0299b16e6 add micromed and brainvision files há 6 anos atrás
brainwaredam b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
brainwaref32 b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
brainwaresrc b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
elan b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
elphy b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
igor b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
intan 170d35b011 gin upload from samuel-HP-Z800-Workstation há 6 anos atrás
klustakwik b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
kwik bf0d009bee Upload files to 'kwik' há 6 anos atrás
micromed e0299b16e6 add micromed and brainvision files há 6 anos atrás
neohdf5 b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
nest b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
neuralynx 5576a01df7 gin commit from inm6140 há 4 anos atrás
neuroexplorer b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
neuroscope b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
neuroshare b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
nix 75ce2d1f88 [nixrawio-1.5.nix] Fix file format version há 5 anos atrás
openephys 170d35b011 gin upload from samuel-HP-Z800-Workstation há 6 anos atrás
plexon b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
rawbinarysignal b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
rawmcs fd9e0b966b gin upload from samuel-HP-Z800-Workstation há 6 anos atrás
spike2 68081c97c0 gin commit from Dell-XPS-13-Samuel há 4 anos atrás
stimfit b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
tdt b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
winedr b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
winwcp b9eefeddf3 gin upload from Dell-XPS-13-Samuel há 6 anos atrás
.gitignore 05e56f7319 gitignore há 6 anos atrás
LICENSE ec5817c88c Initial commit há 6 anos atrás
README.md 6468b67125 gin commit from inm6140 há 4 anos atrás
config.yml efa30f48bd gin upload from inm6140 há 6 anos atrás

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 data set 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
  • Fork the NeuralEnsemble/ephy_testing_data repository to your gin account using the 'fork' in the webinterface

On your local computer

  • Install the gin client on your machine (gin-cli setup instructions)
  • Create a local copy of your fork on your machine (gin get <account_name>/<repository_name>)
  • Create a new git branch to work on via git checkout -b <my_branch_name>
  • Create a new subfolder with the corresponding brand name / extend an existing folder for a format
  • Copy your files in the new folder. Feel free to add an attribution to it, e.g. see this readme.
  • Upload your changes to your fork via gin upload <folder_name>

On the gin platform

  • The new branch <by_branch_name> should be available in your fork. Verify that the changes are correctly registered in this branch.
  • Open a pull request (PR) with your changes to the NeuralEnsemble/ephy_testing_data repository. In your PR description please specify what format you want to add, which type of system is generating these files and in which software your files could be used as testing files.
  • 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: This workflow currently only works for small files, as this does not require the movement of git-annexed content from one repository to another.