Collection of testing data in various electrophysiology file formats. The datasets in this repository are used within the Neo project.
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!
To contribute a data set the following criteria need to be fulfilled
You can suggest to add your files via a pull request by following the steps below
On the gin platform
NeuralEnsemble/ephy_testing_data
repository to your gin account using the 'fork' in the webinterfaceOn your local computer
gin get <account_name>/<repository_name>
)git checkout -b <my_branch_name>
gin upload <folder_name>
On the gin platform
<by_branch_name>
should be available in your fork. Verify that the changes are correctly registered in this branch.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.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.