Skip to content

Commit

Permalink
Update ConfigureNric1384.cs
Browse files Browse the repository at this point in the history
- Add missing [Category(ConfigurationCategory)] attributes to calibration file path properties
  • Loading branch information
jonnew authored Oct 31, 2024
1 parent a6c4f39 commit 9bdd506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenEphys.Onix1/ConfigureNric1384.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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)]
Expand Down

0 comments on commit 9bdd506

Please sign in to comment.