-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve ContextTask documentation #279
Conversation
jonnew
commented
Sep 3, 2024
- More details in class description
- Fixes Improve ContextTask XML comments for docs #208
- Move jargon from summary to remarks. - Expand remarks to explain jargon a bit and provide link to ONI spec.
- V2e and V2eBeta inherit from this interface - Modified V2e dialogs to accept the interface - V2eBeta operators call the V2e dialogs, due to the common interface, and modify strings as needed to specify 'Beta'
- Consolidated XML comments, now the summary is inherited from the interface for shared properties of NeuropixelsV2 devices
- Add details to class description about what the operator does and what it produces without cref links to clroni - Fix typo in BitHelper
- More details in class description
Standardize names for Neuropixels probes
Add NeuropixelsV2eBeta GUIs
- I was writing NeuropixelsV2eBeta.REC_MODE instead of NeuropixelsV2eBeta.OP_MODE which was preventing the probes from streaming data.
Can you confirm this? That these remarks for |
I decided to keep reading on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to line-by-line comments, I also made a couple more regarding other remarks on the ContextTask.cs file that I want you to read before merging.
This PR is approved but please go through and consider all the comments - I'm not sure it requires another review cycle after you address them (though you can re-request me if you want)
Fix register write in NP2.0-beta streamong configuration
- Fix many typos in CreateContext XML comments
Improve the CreateContext documentation
Improve StartAqcuisition documentation
- More details in class description
Good find. It turns out that if we do the following:
then we override the summary (since this property only has a getter) but we import the |
I understand the concern, but they are not actually set by |
- Try to remove all crefs to clroni and replace with hrefs to the specification itself.