forked from CAMBI-tech/BciPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameters.json
More file actions
executable file
·902 lines (902 loc) · 29 KB
/
parameters.json
File metadata and controls
executable file
·902 lines (902 loc) · 29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
{
"fake_data": {
"value": "false",
"section": "acq_config",
"name": "Fake EEG Data",
"helpTip": "If ‘true’, fake EEG data will be used instead of real EEG data. Useful for testing by software development team.",
"recommended": "",
"editable": false,
"type": "bool"
},
"acq_mode": {
"value": "EEG",
"section": "acq_config",
"name": "Acquisition Mode",
"helpTip": "Specifies the hardware device(s) used for data collection. Default: EEG.",
"recommended": [
"EEG",
"EEG/DSI-24",
"Eyetracker",
"EEG+Eyetracker",
"EEG+Eyetracker:passive"
],
"editable": false,
"type": "str"
},
"trigger_type": {
"value": "text",
"section": "bci_config",
"name": "Trigger Stimulus Type",
"helpTip": "Specifies whether to use text, image or auditory stimulus to calibrate trigger latency. Default: text",
"recommended": [
"image",
"text"
],
"editable": false,
"type": "str"
},
"k_folds": {
"value": "10",
"section": "model_config",
"name": "Number of Cross-Validation Folds",
"helpTip": "Specifies the number of folds used for cross-validation when calculating AUC. Default: 10",
"recommended": "[10]",
"editable": false,
"type": "int"
},
"trial_window": {
"value": "0.0:0.5",
"section": "signal_config",
"name": "Trial Classification Window Length",
"helpTip": "Specifies the window (in seconds) of the EEG data collection window after each stimulus presentation. Default: 0.0:0.5",
"recommended": [
"0.0:0.5",
"0.0:0.8",
"0.2:0.8"
],
"editable": false,
"type": "range"
},
"prestim_length": {
"value": "1",
"section": "signal_config",
"name": "Prestimulus Window Length",
"helpTip": "Specifies the length (in seconds) of the EEG data window to return before inquiry presentation. Default: 1",
"recommended": "",
"editable": false,
"type": "float"
},
"alert_sound_file": {
"value": "beep.wav",
"section": "task_config",
"name": "Alert Tone",
"helpTip": "Specifies the path to an audio file to be played as an alert tone when experiments or offline analysis is complete. Default: beep.wav",
"recommended": "",
"editable": false,
"type": "filepath"
},
"signal_model_path": {
"value": "",
"section": "model_config",
"name": "Signal Model Path",
"helpTip": "Directory of the pre-trained signal model. This is often the the calibration session directory.",
"recommended": "",
"editable": false,
"type": "directorypath"
},
"filter_high": {
"value": "20",
"section": "signal_config",
"name": "High Frequency Filter Cutoff",
"helpTip": "Specifies the frequency bound (in Hz) of the low-pass filter (high cutoff). Default: 20",
"recommended": [
"20",
"45",
"50"
],
"editable": false,
"type": "float"
},
"filter_low": {
"value": "1",
"section": "signal_config",
"name": "Low Frequency Filter Cutoff",
"helpTip": "Specifies the frequency bound (in Hz) of the high-pass filter (low cutoff). Default: 1",
"recommended": [
"1",
"2"
],
"editable": false,
"type": "float"
},
"filter_order": {
"value": "2",
"section": "signal_config",
"name": "Filter Order",
"helpTip": "Specifies the slope of the low-pass and high-pass filters. Default: 2",
"recommended": [
"2",
"3"
],
"editable": false,
"type": "float"
},
"notch_filter_frequency": {
"value": "60",
"section": "signal_config",
"name": "Notch Filter Frequency",
"helpTip": "Specifies the frequency (in Hz) of the notch filter used to remove electrical artifact from the surrounding environment. Default: 60",
"recommended": [
"59",
"60"
],
"editable": false,
"type": "float"
},
"down_sampling_rate": {
"value": "2",
"section": "signal_config",
"name": "Downsampling Rate",
"helpTip": "Specifies the decimation factor (integer only) for downsampling of EEG data. Default: 2",
"recommended": "",
"editable": false,
"type": "int"
},
"summarize_session": {
"value": "true",
"section": "task_config",
"name": "Summarize Session Data",
"helpTip": "If 'true', writes an Excel file which summarizes the session data by charting evidence per inquiry.",
"recommended": "",
"editable": false,
"type": "bool"
},
"parameter_location": {
"value": "bcipy/parameters/parameters.json",
"section": "task_config",
"name": "Parameter File",
"helpTip": "Specifies the file containing the current system parameters. Default: bcipy/parameters/parameters.json",
"recommended": [
"parameters/parameters.json"
],
"editable": false,
"type": "filepath"
},
"data_save_loc": {
"value": "data/",
"section": "bci_config",
"name": "Data Save Location",
"helpTip": "Specifies the location in which to save data files after each recording. This must be a directory ending with /. Default: data/",
"recommended": [
"data/"
],
"editable": false,
"type": "directorypath"
},
"full_screen": {
"value": "false",
"section": "task_config",
"name": "Full Screen Mode",
"helpTip": "If ‘true’, the task will be displayed in full screen mode. If ‘false’, the task will be displayed in a window.",
"recommended": "",
"editable": false,
"type": "bool"
},
"window_height": {
"value": "500",
"section": "task_config",
"name": "Task Window Height",
"helpTip": "Specifies the height (in norm units) of the task window when not in full screen mode (Full Screen Mode On/Off must be set to ‘false’). See https://www.psychopy.org/general/units.html. Default: 500",
"recommended": "",
"editable": false,
"type": "int"
},
"window_width": {
"value": "500",
"section": "task_config",
"name": "Task Window Width",
"helpTip": "Specifies the width (in norm units) of the task window when not in full screen mode (Full Screen Mode On/Off must be set to ‘false’). See https://www.psychopy.org/general/units.html. Default: 500",
"recommended": "",
"editable": false,
"type": "int"
},
"matrix_rows": {
"value": "5",
"section": "matrix_task_config",
"name": "Matrix Rows",
"helpTip": "Specifies the number of rows to use in the Matrix task. Rows * columns should be greater than or equal to the number of symbols.",
"recommended": "",
"editable": false,
"type": "int"
},
"matrix_columns": {
"value": "6",
"section": "matrix_task_config",
"name": "Matrix Columns",
"helpTip": "Specifies the number of columns to use in the Matrix task. Rows * columns should be greater than or equal to the number of symbols.",
"recommended": "",
"editable": false,
"type": "int"
},
"matrix_width": {
"value": "0.7",
"section": "matrix_task_config",
"name": "Matrix Width (%)",
"helpTip": "Specifies the max percentage of the display that the matrix grid should utilize. Must be between 0 and 1",
"recommended": "",
"editable": false,
"type": "float"
},
"acq_show_viewer": {
"value": "false",
"section": "acq_config",
"name": " EEG Viewer",
"helpTip": "If ‘true’, the EEG signal viewer will be displayed along with the Task. Note: This has not been throughly tested and could cause timing issues. Use with caution.",
"recommended": "",
"editable": false,
"type": "bool"
},
"stim_screen": {
"value": "0",
"section": "bci_config",
"name": "Task Display Monitor",
"helpTip": "Specifies which monitor to use for task display when two monitors are in use. If ‘0’, the task will be displayed on the primary monitor (with the EEG signal viewer on the second monitor, if EEG Viewer On/Off is set to ‘true’). If ‘1’, the opposite monitor assignment will be used.",
"recommended": "",
"editable": false,
"type": "int"
},
"task_buffer_length": {
"value": "2",
"section": "task_config",
"name": "Inter-inquiry Interval",
"helpTip": "Specifies the delay time (in seconds) between the final stimulus in one inquiry and the beginning (target stimulus or fixation cross) of the next inquiry in a task. Default: 2",
"recommended": "",
"editable": false,
"type": "float"
},
"is_txt_stim": {
"value": "true",
"section": "bci_config",
"name": "Text Stimuli",
"helpTip": "If ‘true’, text stimuli will be used. If ‘false’, image stimuli will be loaded from the folder specified in Image Stimulus Folder. Default: true",
"recommended": "",
"editable": false,
"type": "bool"
},
"path_to_presentation_images": {
"value": "bcipy/static/images/rsvp/",
"section": "bci_config",
"name": "Image Stimulus Folder",
"helpTip": "Specifies the location of image files to be used as stimuli (Text Stimuli On/Off must be set to ‘false’). This must be a directory ending with /.",
"recommended": "",
"editable": false,
"type": "directorypath"
},
"stim_space_char": {
"value": "–",
"section": "task_config",
"name": "Space Character",
"helpTip": "Specifies the text or Unicode character which represents a space during text-stimuli tasks. *Note* This only applies to RSVP Tasks. Default: –",
"recommended": [
"_",
"–",
"‒",
"□"
],
"editable": false,
"type": "str"
},
"stim_order": {
"value": "random",
"section": "bci_config",
"name": "Stimuli Order",
"helpTip": "Specifies the ordering of stimuli in an inquiry. Default is random.",
"recommended": [
"alphabetical",
"random"
],
"editable": false,
"type": "str"
},
"target_positions": {
"value": "distributed",
"section": "bci_config",
"name": "Target Positions",
"helpTip": "Specifies the positions of target stimuli in calibration task. Default is random.",
"recommended": [
"distributed",
"random"
],
"editable": false,
"type": "str"
},
"nontarget_inquiries": {
"value": "0",
"section": "bci_config",
"name": "Percentage of Nontarget Inquiries",
"helpTip": "Specifies the percentage (0-100) of inquiries which target stimuli flashed is not in inquiry. Default is 0 percent.",
"recommended": "",
"editable": false,
"type": "int"
},
"stim_length": {
"value": "10",
"section": "task_config",
"name": "Stimuli Per inquiry",
"helpTip": "Specifies the number of stimuli to present in each inquiry. Default: 10",
"recommended": "",
"editable": false,
"type": "int"
},
"time_flash": {
"value": "0.2",
"section": "task_config",
"name": "Stimulus Presentation Duration",
"helpTip": "Specifies the duration of time (in seconds) that each stimulus is displayed in an inquiry. Default: 0.2",
"recommended": "",
"editable": false,
"type": "float"
},
"time_prompt": {
"value": "1",
"section": "task_config",
"name": "Time Prompt Stimuli (sec)",
"helpTip": "The amount of time in seconds to present the target stimuli prompt in an inquiry.",
"recommended": "",
"editable": false,
"type": "float"
},
"time_fixation": {
"value": "0.5",
"section": "task_config",
"name": "Time Fixation Stimuli (sec)",
"helpTip": "The amount of time in seconds to present the fixation stimuli in an inquiry.",
"recommended": "",
"editable": false,
"type": "float"
},
"time_vep_animation": {
"value": "1.0",
"section": "vep_task_config",
"name": "Time VEP Animation (sec)",
"helpTip": "The amount of time in seconds for the animation moving symbols to boxes.",
"recommended": "",
"editable": false,
"type": "float"
},
"stim_jitter": {
"value": "0.0",
"section": "bci_config",
"name": "Stimulus Presentation Jitter (sec)",
"helpTip": "Specifies the time (sec) to jitter presentation rates. Default: 0.0",
"recommended": "",
"editable": false,
"type": "float"
},
"rsvp_stim_pos_x": {
"value": "0",
"section": "rsvp_task_config",
"name": "RSVP Stimulus Position Horizontal",
"helpTip": "Specifies the center point of the stimulus position along the X axis. Possible values range from -1 to 1, with 0 representing the center. Default: 0",
"recommended": "",
"editable": false,
"type": "float"
},
"rsvp_stim_pos_y": {
"value": "0",
"section": "rsvp_task_config",
"name": "RSVP Stimulus Position Vertical",
"helpTip": "Specifies the center point of the stimulus position along the Y axis. Possible values range from -1 to 1, with 0 representing the center. Default: 0",
"recommended": "",
"editable": false,
"type": "float"
},
"matrix_stim_pos_x": {
"value": "-0.6",
"section": "matrix_task_config",
"name": "Matrix Stimulus Starting Position Horizontal",
"helpTip": "Specifies the center point of the stimulus position along the X axis. Possible values range from -1 to 1, with 0 representing the center. Default: -0.6",
"recommended": "",
"editable": false,
"type": "float"
},
"matrix_stim_pos_y": {
"value": "0.4",
"section": "matrix_task_config",
"name": "Matrix Stimulus Starting Position Vertical",
"helpTip": "Specifies the center point of the stimulus position along the Y axis. Possible values range from -1 to 1, with 0 representing the center. Default: 0.4",
"recommended": "",
"editable": false,
"type": "float"
},
"font": {
"value": "Courier New",
"section": "task_config",
"name": "Font",
"helpTip": "Specifies the font used for all text stimuli. Default: Courier New",
"recommended": [
"Courier New",
"Lucida Sans",
"Arial",
"Consolas"
],
"editable": false,
"type": "str"
},
"rsvp_stim_height": {
"value": "0.4",
"section": "rsvp_task_config",
"name": "RSVP Stimulus Size",
"helpTip": "Specifies the height of text stimuli. See https://www.psychopy.org/general/units.html. Default: 0.4",
"recommended": "",
"editable": false,
"type": "float"
},
"vep_stim_height": {
"value": "0.1",
"section": "vep_task_config",
"name": "VEP Stimulus Size",
"helpTip": "Specifies the height of text stimuli. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": "",
"editable": false,
"type": "float"
},
"matrix_stim_height": {
"value": "0.17",
"section": "matrix_task_config",
"name": "Matrix Stimulus Size",
"helpTip": "Specifies the height of text stimuli. See https://www.psychopy.org/general/units.html. Default: 0.17",
"recommended": "",
"editable": false,
"type": "float"
},
"matrix_keyboard_layout": {
"value": "ALP",
"section": "matrix_task_config",
"name": "Matrix Keyboard Layout",
"helpTip": "Specifies the keyboard layout to use for the Matrix task. Default: ALP (Alphabetical)",
"recommended": [
"ALP",
"QWERTY",
"FREQ"
],
"editable": false,
"type": "str"
},
"stim_color": {
"value": "white",
"section": "bci_config",
"name": "Stimulus Color",
"helpTip": "Specifies the color of text stimuli within the RSVP stream. Default: white",
"recommended": "",
"editable": false,
"type": "str"
},
"target_color": {
"value": "white",
"section": "bci_config",
"name": "Target Color",
"helpTip": "Specifies the color of target characters during calibration. Default: white",
"recommended": "",
"editable": false,
"type": "str"
},
"fixation_color": {
"value": "red",
"section": "bci_config",
"name": "Fixation Cross Color",
"helpTip": "Specifies the color of the fixation cross that appears before each inquiry. Default: red",
"recommended": "",
"editable": false,
"type": "str"
},
"background_color": {
"value": "black",
"section": "task_config",
"name": "Task Background Color",
"helpTip": "Specifies the color of the task background. Default: black",
"recommended": "",
"editable": false,
"type": "str"
},
"info_pos_x": {
"value": "0",
"section": "task_config",
"name": "Position Text (X)",
"helpTip": "Position Text (X)",
"recommended": [
"0"
],
"editable": false,
"type": "float"
},
"info_pos_y": {
"value": "-0.75",
"section": "task_config",
"name": "Position Text (Y)",
"helpTip": "Position Text (Y)",
"recommended": [
"-0.75"
],
"editable": false,
"type": "float"
},
"info_text": {
"value": "",
"section": "task_config",
"name": "Text below main presentation",
"helpTip": "Text below main presentation",
"recommended": [
"",
"Demo Text",
"DEMO"
],
"editable": false,
"type": "str"
},
"info_height": {
"value": "0.1",
"section": "task_config",
"name": "Text below main presentation height",
"helpTip": "Specifies the height of info text stimuli. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": [
"0.1"
],
"editable": false,
"type": "float"
},
"info_color": {
"value": "white",
"section": "task_config",
"name": "Color Text",
"helpTip": "Color Text",
"recommended": [
"white",
"black",
"blue"
],
"editable": false,
"type": "str"
},
"task_text": {
"value": "HELLO_WORLD",
"section": "online_config",
"name": "Target Phrase",
"helpTip": "Specifies the target phrase displayed at the top of the screen during text-stimuli copy/spelling tasks. If copy_phrases_location is provided, this parameter will be ignored and overwritten in parameter saving.",
"recommended": "",
"editable": true,
"type": "str"
},
"copy_phrases_location": {
"value": "",
"section": "online_config",
"name": "Copy Phrases Location",
"helpTip": "Specifies a list of copy phrases to execute during Task Orchestration. If provided, any copy phrases in the protocol will be executed in order pulling task text and starting locations from the file.",
"recommended": "",
"editable": true,
"type": "filepath"
},
"rsvp_task_height": {
"value": "0.1",
"section": "rsvp_task_config",
"name": "RSVP Task Text Size",
"helpTip": "Specifies the height of task-specific text, e.g. #/100 in calibration and target phrase in copy/spelling. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": [
"0.1"
],
"editable": false,
"type": "float"
},
"vep_task_height": {
"value": "0.1",
"section": "vep_task_config",
"name": "VEP Task Text Size",
"helpTip": "Specifies the height of task-specific text, e.g. #/100 in calibration and target phrase in copy/spelling. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": [
"0.1"
],
"editable": false,
"type": "float"
},
"matrix_task_height": {
"value": "0.1",
"section": "matrix_task_config",
"name": "Matrix Task Text Size",
"helpTip": "Specifies the height of task-specific text, e.g. #/100 in calibration and target phrase in copy/spelling. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": [
"0.1"
],
"editable": false,
"type": "float"
},
"task_color": {
"value": "white",
"section": "bci_config",
"name": "Task Text Color",
"helpTip": "Specifies the color of task-specific text, e.g. #/100 in calibration and target phrase in copy/spelling. Default: white",
"recommended": "",
"editable": false,
"type": "str"
},
"rsvp_task_padding": {
"value": "0.05",
"section": "bci_config",
"name": "RSVP Task Bar Padding",
"helpTip": "Specifies the padding around the task bar text for RSVP tasks. Default: 0.05",
"recommended": [
"0.05"
],
"editable": false,
"type": "float"
},
"matrix_task_padding": {
"value": "0.05",
"section": "bci_config",
"name": "Matrix Task Bar Padding",
"helpTip": "Specifies the padding around the task bar text for Matrix Tasks. Default: 0.05",
"recommended": [
"0.05"
],
"editable": false,
"type": "float"
},
"stim_number": {
"value": "5",
"section": "bci_config",
"name": "Number of Calibration inquiries",
"helpTip": "Specifies the number of inquiries to present in a calibration session. Default: 100",
"recommended": "",
"editable": false,
"type": "int"
},
"enable_breaks": {
"value": "false",
"section": "bci_config",
"name": "Automatic Calibration Breaks",
"helpTip": "If ‘true’, automatic breaks will be added to the calibration session. If ‘false’, automatic breaks will not occur, but the session can still be paused by pressing Space.",
"recommended": "",
"editable": false,
"type": "bool"
},
"break_len": {
"value": "30",
"section": "bci_config",
"name": "Automatic Calibration Break Length",
"helpTip": "Specifies the length (in seconds) of automatic calibration breaks (Automatic Calibration Breaks On/Off must be set to ‘true’).",
"recommended": "",
"editable": false,
"type": "int"
},
"trials_before_break": {
"value": "20",
"section": "bci_config",
"name": "Automatic Calibration Break Timing",
"helpTip": "Specifies the number of inquiries between automatic calibration breaks (Automatic Calibration Breaks On/Off must be set to ‘true’).",
"recommended": "",
"editable": false,
"type": "int"
},
"break_message": {
"value": "Take a break!",
"section": "bci_config",
"name": "Automatic Calibration Break Message",
"helpTip": "Specifies the message displayed during automatic calibration breaks (Automatic Calibration Breaks On/Off must be set to ‘true’).",
"recommended": "",
"editable": false,
"type": "str"
},
"max_inq_len": {
"value": "50",
"section": "online_config",
"name": "Maximum Inquiry Length",
"helpTip": "Specifies the maximum number of inquiries to present in copy/spelling tasks. The task will end if this number is reached.",
"recommended": [
"20",
"25"
],
"editable": false,
"type": "int"
},
"max_minutes": {
"value": "20",
"section": "online_config",
"name": "Maximum Task Length (Time)",
"helpTip": "Specifies the time limit (in minutes) for copy/spelling tasks. The task will end if this time limit is reached.",
"recommended": "",
"editable": false,
"type": "int"
},
"max_selections": {
"value": "25",
"section": "online_config",
"name": "Maximum Number of Selections",
"helpTip": "The maximum number of selections for copy/spelling tasks. The task will end if this number is reached.",
"recommended": "",
"editable": false,
"type": "int"
},
"max_incorrect": {
"value": "5",
"section": "bci_config",
"name": "Maximum Number of Incorrect Selections",
"helpTip": "The maximum number of consecutive incorrect selections for copy/spelling tasks. The task will end if this number is reached.",
"recommended": "",
"editable": false,
"type": "int"
},
"decision_threshold": {
"value": "0.8",
"section": "online_config",
"name": "Decision Threshold",
"helpTip": "Specifies the decision threshold for stimulus selection in copy/spelling class. If the posterior probability (combining EEG and language model evidence) for a stimulus reaches this threshold, it will be selected. Possible value range: 0.0-1.0. Default: 0.8",
"recommended": "",
"editable": false,
"type": "float"
},
"min_inq_len": {
"value": "1",
"section": "online_config",
"name": "Minimum Inquiries Per Series",
"helpTip": "Specifies the minimum number of inquiries to present before making a decision in copy/spelling tasks. Default: 1",
"recommended": [
"1"
],
"editable": false,
"type": "int"
},
"max_inq_per_series": {
"value": "11",
"section": "online_config",
"name": "Maximum Inquiries Per Series",
"helpTip": "Specifies the maximum number of inquiries to present before making a decision in copy/spelling tasks.",
"recommended": [
"10",
"15"
],
"editable": false,
"type": "int"
},
"backspace_always_shown": {
"value": "true",
"section": "lang_model_config",
"name": "Always Show Backspace",
"helpTip": "If ‘true’, the backspace character will be included in every inquiry in text-stimuli copy/spelling tasks. If ‘false’, the backspace character will be treated the same as other characters, appearing in inquiries only when warranted by EEG/language model evidence.",
"recommended": "",
"editable": false,
"type": "bool"
},
"spelled_letters_count": {
"value": "0",
"section": "lang_model_config",
"name": "Pre-Selected Letters Count",
"helpTip": "Specifies the number of letters in the target phrase that are already typed when the task begins, e.g. if the target phrase is “THE_DOG”, setting this parameter to ‘4’ would display “THE_” as the typed string, and the user would begin typing with D. If ‘0’, the typed string will be blank.",
"recommended": "",
"editable": false,
"type": "int"
},
"lang_model_type": {
"value": "UNIFORM",
"section": "lang_model_config",
"name": "Language Model Type",
"helpTip": "Specifies which language model to use. Default: UNIFORM",
"recommended": [
"UNIFORM",
"CAUSAL",
"KENLM",
"MIXTURE",
"ORACLE"
],
"editable": false,
"type": "str"
},
"lm_backspace_prob": {
"value": "0.035",
"section": "lang_model_config",
"name": "Backspace Probability",
"helpTip": "Specifies the minimum probability assigned to the backspace character in the language model. Possible value range: 0.0-1.0. Default: 0.035",
"recommended": "0.05",
"editable": false,
"type": "float"
},
"show_preview_inquiry": {
"value": "false",
"section": "task_config",
"name": "Preview Inquiry Display",
"helpTip": "If ‘true’, the inquiry will be previewed as applicable for the Task. *Note* Not all tasks will have this enabled!",
"recommended": "",
"editable": false,
"type": "bool"
},
"preview_box_text_size": {
"value": "0.1",
"section": "task_config",
"name": "Preview Inquiry Box Text Size",
"helpTip": "Specifies the height of text stimuli in the preview inquiry box. See https://www.psychopy.org/general/units.html. Default: 0.1",
"recommended": "",
"editable": false,
"type": "float"
},
"preview_inquiry_error_prob": {
"value": "0.05",
"section": "bci_config",
"name": "Preview Inquiry Button Error Probability",
"helpTip": "Specifies the probability of a button error during inquiry preview. Default: 0.05",
"recommended": "",
"editable": true,
"type": "float"
},
"preview_inquiry_progress_method": {
"value": "0",
"section": "task_config",
"name": "Preview Inquiry Progression Method",
"helpTip": "If show_preview_inquiry true, this will determine how to proceed after a key hit. 0 = preview only; 1 = press to confirm; 2 = press to skip to another inquiry",
"recommended": [
"0",
"1",
"2"
],
"editable": false,
"type": "int"
},
"preview_inquiry_length": {
"value": "5",
"section": "task_config",
"name": "Preview Inquiry Display Length",
"helpTip": "Length of time in seconds to present an inquiry preview to the user.",
"recommended": "",
"editable": false,
"type": "float"
},
"preview_inquiry_key_input": {
"value": "return",
"section": "task_config",
"name": "Preview Inquiry Display Key Input Method",
"helpTip": "Defines the key used to engage with inquiry preview.",
"recommended": [
"space",
"escape",
"return"
],
"editable": false,
"type": "str"
},
"preview_inquiry_isi": {
"value": "1",
"section": "task_config",
"name": "Preview Inquiry Inter-Stimulus Interval",
"helpTip": "The time between previewing an inquiry and the start of an inquiry.",
"recommended": "",
"editable": false,
"type": "float"
},
"show_feedback": {
"value": "true",
"section": "task_config",
"name": "Feedback Display",
"helpTip": "If ‘true’, feedback will be shown after each inquiry. If ‘false’, feedback will not be shown. *Note* Not all tasks will have this enabled!",
"recommended": "",
"editable": false,
"type": "bool"
},
"feedback_duration": {
"value": "2",
"section": "task_config",
"name": "Feedback Time (seconds)",
"helpTip": "Specifies the length in time (seconds) feedback will be displayed after each inquiry in registered tasks (ex. RSVP Copy Phrase). Default: 2",
"recommended": "",
"editable": false,
"type": "float"
},
"psd_method": {
"value": "Welch",
"section": "signal_config",
"name": "Power Spectral Density Method",
"helpTip": "Specifies the method used to approximate power spectral density bands (Welch or MultiTaper). Default: Welch",
"recommended": [
"Welch",
"MutliTaper"
],
"editable": false,
"type": "str"
}
}