Commit c42583c
committed
Add validation of gain calibration files for Neuropixels
- Refactored code (moved to helper class) and made names consistent
- Added TryParse methods for NeuropixelsV2e and NeuropixelsV1e calibration files
- Refactored code to return a nullable type instead of following the conventional TryParse pattern
- Added dialog elements that displays the current gain correction value from the gain calibration file
- Added V2 gain correction class for easier passing of correction and SN
- Display the serial number after parsing calibration files
- Add a button to open a new window for the ADC values in NeuropixelsV1eDialog
- Small update to size of controls and panels
- Added status strip for Neuropixels V1e
- Make code more concise, utilizing reactive patterns
- Add try-catch when reading from file for very specific exceptions
- Rename variables to use full names instead of abbreviations1 parent 8ded0ba commit c42583c
File tree
22 files changed
+1097
-574
lines changed- OpenEphys.Onix1.Design
- OpenEphys.Onix1
22 files changed
+1097
-574
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 18 | | |
34 | 19 | | |
0 commit comments