Skip to content

Link loading script page to Google colabs #210

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions articles/hardware/hs64/load-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ uid: hs64_load-data
title: Load Data
---

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

[!code-python[](../../../workflows/hardware/hs64/load-hs64.py)]
A script for loading data from the NeuropixelsV2e Headstage [example workflow](xref:hs64) is
available [here](https://colab.research.google.com/drive/1R355gFgNmGam5k5msArLblIpLEdX-7i9?usp=sharing)
as a Google Colab.

> [!NOTE]
> This script will attempt to load entire files into arrays. For long recordings, data will need to
Expand Down
9 changes: 3 additions & 6 deletions articles/hardware/np1e/load-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ uid: np1e_load-data
title: Load Data
---

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

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

> [!NOTE]
> To plot probeinterface data, [save the probe configuration file](xref:np1e_gui#save-probeinterface-file) into the same directory of your data.
A script for loading data from the NeuropixelsV1e Headstage [example workflow](xref:np1e) is
available [here](https://colab.research.google.com/drive/1poWtS6TQLdQWIXXYniZpP2gETdhgl7PG?usp=sharing)
as a Google Colab.

> [!NOTE]
> This script will attempt to load entire files into arrays. For long recordings, data will need to
Expand Down
9 changes: 3 additions & 6 deletions articles/hardware/np2e/load-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ uid: np2e_load-data
title: Load Data
---

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

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

> [!NOTE]
> To plot probeinterface data, [save the probe configuration file](xref:np2e_gui#save-probeinterface-file) into the same directory of your data.
A script for loading data from the NeuropixelsV2e Headstage [example workflow](xref:np2e) is
available [here](https://colab.research.google.com/drive/1me3HUaqB7IulBrWIYgq8-9hYu-nDFkLc?usp=sharing)
as a Google Colab.

> [!NOTE]
> This script will attempt to load entire files into arrays. For long recordings, data will need to
Expand Down
6 changes: 3 additions & 3 deletions articles/hardware/rhs2116/load-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ uid: rhs2116_load-data
title: Load Data
---

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

[!code-python[](../../../workflows/hardware/rhs2116/load-rhs2116.py)]
A script for loading data from the NeuropixelsV2e Headstage [example workflow](xref:hs64) is
available [here](https://colab.research.google.com/drive/1EJ6JQaxGRFmvjMstfisS-GyaTujPv-qg?usp=sharing)
as a Google Colab.

> [!NOTE]
> This script will attempt to load entire files into arrays. For long recordings, data will need to
Expand Down
127 changes: 0 additions & 127 deletions workflows/hardware/hs64/load-hs64.py

This file was deleted.

129 changes: 0 additions & 129 deletions workflows/hardware/np1e/load-np1e.py

This file was deleted.

Loading
Loading