Skip to content

Commit

Permalink
Integrate np1ehs script into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha committed Nov 1, 2024
1 parent e20f997 commit 19069f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions articles/hardware/np1e/load-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
uid: np1e_load-data
title: Load NeuropixelsV1e Headstage Data
---

The following python script can be used to load and plot the data produced by the NeuropixelsV1e Headstage [example workflow](xref:breakout_workflow).

[!code-python[](../../../workflows/hardware/np1e/load-np1e.py)]

> [!NOTE]
> This script will attempt to load entire files into arrays. For long recordings, data will need to
> be split into more manageable chunks by:
> - Modifying this script to partially load files
> - Modifying the workflow to cyclically create new files after a certain duration
1 change: 1 addition & 0 deletions articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- name: Orientation Data & Commutation
href: hardware/np1e/bno055.md
- href: hardware/np1e/gui.md
- href: hardware/np1e/load-data.md
- href: hardware/np2e/overview.md
items:
- name: Configuration
Expand Down

0 comments on commit 19069f9

Please sign in to comment.