Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add Neuralynx continous recordings for testing #110

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added neuralynx/Events.nev
Binary file not shown.
Binary file added neuralynx/RACC1.ncs
Binary file not shown.
Binary file added neuralynx/RACC2.ncs
Binary file not shown.
Binary file added neuralynx/RACC3.ncs
Binary file not shown.
Binary file added neuralynx/RACC4.ncs
Binary file not shown.
Binary file added neuralynx/RACC5.ncs
Binary file not shown.
Binary file added neuralynx/RACC6.ncs
Binary file not shown.
Binary file added neuralynx/RACC7.ncs
Binary file not shown.
Binary file added neuralynx/RACC8.ncs
Binary file not shown.
Binary file added neuralynx/RACCuS1.nse
Binary file not shown.
Binary file added neuralynx/RACCuS2.nse
Binary file not shown.
Binary file added neuralynx/RACCuS3.nse
Binary file not shown.
Binary file added neuralynx/RACCuS4.nse
Binary file not shown.
Binary file added neuralynx/RACCuS5.nse
Binary file not shown.
Binary file added neuralynx/RACCuS6.nse
Binary file not shown.
Binary file added neuralynx/RACCuS7.nse
Binary file not shown.
Binary file added neuralynx/RACCuS8.nse
Binary file not shown.
18 changes: 18 additions & 0 deletions neuralynx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Author: Kristijan Armeni

This folder contains unconnected recording (i.e. not attached to a patient) with the [Neuralynx](https://neuralynx.fh-co.com/) acquisition system.
The recording kindly contributed by Ivan Skelin, Krembil Research Institute, University of Toronto.

Folder contents:
- 10 `*.ncs` files/channels (continuously sampled signals)
- 10 `*.nse` files/channels (spike snapshot files; likely empty since the recording is disconnected and no spikes were produced)
- 1 `*.nev` file (events file)

folder size:
```bash
du -h neuralynx
504K neuralynx
```

For more info about the file formats, see: [Neuralynx data file formats]( https://support.neuralynx.com/hc/en-us/articles/360040444811-TechTip-Neuralynx-Data-File-Formats)

Binary file added neuralynx/RMCC1.ncs
Binary file not shown.
Binary file added neuralynx/RMCC2.ncs
Binary file not shown.
Binary file added neuralynx/RMCCuS1.nse
Binary file not shown.
Binary file added neuralynx/RMCCuS2.nse
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.148
0.149