-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update terms to glossary #121
Conversation
bcipy/parameters/parameters.json
Outdated
"value": "1", | ||
"section": "bci_config", | ||
"readableName": "Minimum Sequence Length", | ||
"helpTip": "The minimum number of sequences to present in spelling tasks", | ||
"readableName": "Minimum inquiry Length", |
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.
You might want to capitalize 'inquiry' here for consistency.
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.
Nice catch - I tried to find them all but I knew a few would slip through!
Do we have the glossary terms defined anywhere in the code base? If not we may want to include them in one of the READMEs. Also, in our Contribution Guidelines have a bullet point to |
a0767b8
to
87a13f9
Compare
87a13f9
to
c0eaeb3
Compare
@@ -71,7 +71,7 @@ make dev-install | |||
|
|||
Start by running `python bcipy/gui/BCInterface.py` in your command prompt or terminal. You may also invoke the experiment directly using command line tools for bci_main.py. |
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.
Would it make sense to create a make command for this as well?
# Schedule a sequence | ||
rsvp.stimuli_sequence = ele_sti[counter] | ||
# Schedule a inquiry | ||
rsvp.stimuli_inquiry = ele_sti[counter] |
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.
Good change to keep it clean start with definition
@@ -122,23 +122,23 @@ def best_case_rsvp_seq_gen(alp: list, | |||
First element is the target, second element is the fixation | |||
Observe that [-1] element represents the trial information |
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.
good explanation here
Overview
Update sequence to inquiry and epoch to series
Ticket
https://www.pivotaltracker.com/story/show/176097858
Contributions
Too many to list. Replaced all usage of sequence or seq with inq. Replaced all usage of epoch or epochs with series.
Test
Documentaion