-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from open-ephys/jonnew-patch-1
Update ConfigureNric1384.cs
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ public ConfigureNric1384() | |
/// file for your chip, email IMEC at [email protected] with the chip serial number to retrieve a new copy. | ||
/// </para> | ||
/// </remarks> | ||
[Category(ConfigurationCategory)] | ||
[FileNameFilter("Gain calibration files (*_gainCalValues.csv)|*_gainCalValues.csv")] | ||
[Description("Path to the Nric1384 gain calibraiton file.")] | ||
[Editor("Bonsai.Design.OpenFileNameEditor, Bonsai.Design", DesignTypes.UITypeEditor)] | ||
|
@@ -96,6 +97,7 @@ public ConfigureNric1384() | |
/// file for your chip, email IMEC at [email protected] with the chip serial number to retrieve a new copy. | ||
/// </para> | ||
/// </remarks> | ||
[Category(ConfigurationCategory)] | ||
[FileNameFilter("ADC calibration files (*_ADCCalibration.csv)|*_ADCCalibration.csv")] | ||
[Description("Path to the Nric1384 ADC calibraiton file.")] | ||
[Editor("Bonsai.Design.OpenFileNameEditor, Bonsai.Design", DesignTypes.UITypeEditor)] | ||
|