Skip to content

Commit

Permalink
Merge pull request #307 from open-ephys/jonnew-patch-1
Browse files Browse the repository at this point in the history
Update TS4231V1PositionDataFrame.cs
  • Loading branch information
bparks13 authored Sep 23, 2024
2 parents 4a93fda + 795f4ca commit de7bb7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<UseArtifactsOutput>true</UseArtifactsOutput>
<PackageIcon>icon.png</PackageIcon>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<LangVersion>10.0</LangVersion>
<Features>strict</Features>
Expand Down
4 changes: 2 additions & 2 deletions OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
public int SensorIndex { get; }

/// <summary>
/// Gets rhe 3D position of the photodiode connected to the TS4231[<see cref="SensorIndex"/>] sensor with units determined by
/// <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
/// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// </summary>
public Vector3 Position { get; }
}
Expand Down

0 comments on commit de7bb7e

Please sign in to comment.