Skip to content

Commit 4ab75a3

Browse files
authored
Merge pull request #243 from open-ephys/update-library-0.5.0
Update library to 0.5.0, update workflows
2 parents e16d98b + 106833a commit 4ab75a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+590
-314
lines changed

.bonsai/Bonsai.config

Lines changed: 0 additions & 115 deletions
This file was deleted.

.bonsai/NuGet.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

.bonsai/Setup.cmd

Lines changed: 0 additions & 4 deletions
This file was deleted.

.bonsai/Setup.ps1

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/DocLinkChecker.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
],
88
"Exclude": [
99
"_site/*",
10-
".bonsai/*",
1110
"src/*"
1211
]
1312
},

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet tool restore
3333

3434
- name: Setup Bonsai
35-
working-directory: .bonsai
35+
working-directory: src\bonsai-onix1\.bonsai
3636
run: .\Setup.ps1
3737

3838
- name: Build Documentation

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ _*/
1616
Packages
1717

1818
## Lychee cache
19-
.lycheecache
19+
.lycheecache
20+
21+
## Bonsai v2.9.0 saves editor/layout files here
22+
**/.bonsai/Settings/*
23+
24+
## Saved files from example workflows
25+
**/*.bin
26+
**/*.raw
27+
**/*.csv

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ Download and install [git](https://git-scm.com/downloads) if it is not installed
4343
even after installing .NET as described previously in the readme, refer to [this comment](https://github.com/dotnet/core/issues/6095#issuecomment-809006602) for a potential fix. If you follow the instructions described in the comment, make sure you proceed in a terminal or command prompt opened after changing the environment variables.
4444
1. Set up a local Bonsai environment for automatically exporting SVGs, run Setup.ps1 in PowerShell (or, if not using PowerShell, run Setup.Cmd):
4545
``` console
46-
./.bonsai/Setup.ps1
47-
```
46+
cd .\src\bonsai-onix1\.bonsai\
47+
./Setup.ps1
48+
```
4849
If the above command yields the following error:
4950
``` console
5051
./Setup.ps1 : File C:\Users\User\...\bonsai-onix1-docs\Setup.ps1 cannot be loaded because running scripts is

articles/hardware/np1e/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ Default values for the headstage are:
1818
- This is also known as the **Bank A** `Channel Preset`
1919
- Setting `AP Gain` to 1000x
2020
- Setting `LFP gain` to 50x
21-
- Enabling the `Spike Filter`
22-
- Setting the `Reference` to *External*
21+
- Setting `Spike Filter` to `True`
22+
- Setting `Reference` to *External*
23+
- Setting `Invert Polarity` to `True`
2324

2425
> [!IMPORTANT]
2526
> The workflow will not run unless gain calibration and ADC calibration files are provided. Click the `HeadstageNeuropixelsV1e` operator, expand `NeuropixelsV1e` in the properties pane, then choose the appropriate files by selecting either `GainCalibrationFile` or `AdcCalibrationFile` and clicking the <kbd>...</kbd> button.
2627
2728
> [!TIP]
28-
> For additional details on how to manually configure the headstage, such as enabling specific electrodes for recording, or modify AP / LFP gain, check out the <xref:np1e_gui> page.
29+
> For additional details on how to manually configure the headstage, such as enabling specific electrodes for recording or modifying AP / LFP gain, check out the <xref:np1e_gui> page.
2930
3031
[!INCLUDE [timestamp-info](../../../includes/configuration-timestamp.md)]

0 commit comments

Comments
 (0)