Skip to content

Commit

Permalink
revert parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Dec 4, 2023
1 parent a923063 commit 8b0df0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bcipy/parameters/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"type": "str"
},
"static_trigger_offset": {
"value": "0.112",
"value": "0.1",
"section": "bci_config",
"readableName": "Static Trigger Offset",
"helpTip": "Specifies the static trigger offset (in seconds) used to align triggers properly with EEG data from LSL. The system includes built-in offset correction, but there is still a hardware-limited offset between EEG and trigger timing values for which the system does not account. The default value of 0.1 has been verified for OHSU hardware. The correct value may be different for other computers, and must be determined on a case-by-case basis. Default: .1",
"helpTip": "Specifies the static trigger offset (in seconds) used to align triggers properly with EEG data from LSL. The system includes built-in offset correction, but there is still a hardware-limited offset between EEG and trigger timing values for which the system does not account. The default value of 0.1 has been verified for OHSU hardware. The correct value may be different for other computers, and must be determined on a case-by-case basis. Default: 0.1",
"recommended_values": "",
"type": "float"
},
Expand Down Expand Up @@ -392,7 +392,7 @@
"type": "float"
},
"font": {
"value": "Overpass Mono Medium",
"value": "Consolas",
"section": "bci_config",
"readableName": "Font",
"helpTip": "Specifies the font used for all text stimuli. Default: Consolas",
Expand Down

0 comments on commit 8b0df0b

Please sign in to comment.