config_dump_14_34_11.yaml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. !munch.Munch
  2. general: !munch.Munch {debug: 1, clear_trial_history: false}
  3. supplemental_config: [config/model_conf.yaml, config/channels.yaml, config/colorspeller.yaml]
  4. sim_data: !munch.Munch {rate_bl: 10}
  5. paradigms: !munch.Munch
  6. exploration: !munch.Munch
  7. mode: [Screening]
  8. selected_mode: 0
  9. states: [SchliesseHand, BeugeRechtenMittelfinger, BeugeRechtenZeigefinger, BeugeRechtenDaumen,
  10. OeffneHand, StreckeRechtenMittelfinger, StreckeRechtenZeigefinger, StreckeRechtenDaumen]
  11. selected_states: [0, 1, 2, 3, 4, 5, 6, 7]
  12. audio_path: /kiap/data/speller/Audio/exploration
  13. number_of_stim: 5
  14. feedback: !munch.Munch
  15. sounds: !munch.Munch {success: /kiap/data/speller/feedback/kerching.wav, fail: /kiap/data/speller/feedback/blarg.wav}
  16. play_end_feedback: !munch.Munch {success: true, fail: true}
  17. mode: [Training, Validation]
  18. selected_mode: 0
  19. states: !munch.Munch
  20. up: [1.0, 0.7, 1.0]
  21. down: [0.0, 0.0, 0.3]
  22. number_of_stim: 10
  23. symmetrical: true
  24. audio_path: /kiap/data/speller/feedback/
  25. training_color: !munch.Munch
  26. mode: [Training]
  27. selected_mode: 0
  28. states:
  29. - - gelb
  30. - [E, A, D, C, B, F, ^]
  31. - - gruen
  32. - [N, S, R, O, M, P, Q, ^]
  33. - - rot
  34. - [I, H, L, G, K, J, ^]
  35. - - blau
  36. - [T, U, W, Z, V, Y, X, ^]
  37. - - weiss
  38. - [<, ' ', '?', word, end, ^]
  39. training_string: Gustav
  40. confirmation_yes: 1
  41. confirmation_no: 1
  42. color: !munch.Munch
  43. mode: [Validation, Free]
  44. speller_user_corpus: speller_user.txt
  45. validation_string: ''
  46. general_user_corpus: general_user_cfd.txt
  47. selected_mode: 1
  48. general_corpus: cfd_tiger.p
  49. states:
  50. - - gelb
  51. - [E, A, D, C, B, F, ^]
  52. - - gruen
  53. - [N, S, R, O, M, P, Q, ^]
  54. - - rot
  55. - [I, H, L, G, K, J, ^]
  56. - - blau
  57. - [T, U, W, Z, V, Y, X, ^]
  58. - - weiss
  59. - [<, ' ', end, ^]
  60. word_prediction: false
  61. init_string: ''
  62. corpora_path: /kiap/data/speller/Corpora
  63. n_repeat_unclassified: 1
  64. max_length_vocabulary: 5
  65. selected_confirmation_method: 1
  66. confirmation_methods: [single, double_yes, best_of_three]
  67. audio_path: /kiap/data/speller/Audio
  68. question: !munch.Munch
  69. mode: [Training, Validation, Free]
  70. selected_mode: 2
  71. audio_path: /kiap/data/speller/Audio/question
  72. number_of_stim: 10
  73. symmetrical: true
  74. variablesToShowInGUI: !munch.Munch
  75. variableGroups: [timing, color]
  76. variableNames: [t_baseline, t_response, bci_loop_interval, selected_mode, max_length_vocabulary]
  77. t: 1
  78. classifier: !munch.Munch
  79. trigger_pos: start
  80. model_training: !munch.Munch {save_model: false, model: scikit, solver: lsqr, cross_validation: true,
  81. n_splits: 5, test_size: 0.2, reg_fact: 0.3, fsel: false, triggers_plot: 3}
  82. n_classes: 2
  83. exclude_data_channels: []
  84. max_active_ch_nr: []
  85. deadtime: 40
  86. exclude_channels: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
  87. 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
  88. 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58,
  89. 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,
  90. 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
  91. 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114,
  92. 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127]
  93. psth: !munch.Munch
  94. cut: [-40, 100]
  95. thr_prob: 0.8
  96. n_triggers: 2
  97. break_loop: true
  98. thr_window: 40
  99. peaks: !munch.Munch {distance: 40, sig: pred, prefilter: false}
  100. n_neg_train: 100000
  101. include_channels: [20]
  102. template: !!python/object/apply:numpy.core.multiarray._reconstruct
  103. args:
  104. - !!python/name:numpy.ndarray ''
  105. - !!python/tuple [0]
  106. - !!binary |
  107. Yg==
  108. state: !!python/tuple
  109. - 1
  110. - !!python/tuple [8]
  111. - !!python/object/apply:numpy.dtype
  112. args: [i8, 0, 1]
  113. state: !!python/tuple [3, <, null, null, null, -1, -1, 0]
  114. - false
  115. - !!binary |
  116. CgAAAAAAAAAOAAAAAAAAABIAAAAAAAAAFgAAAAAAAAAaAAAAAAAAAB4AAAAAAAAAIgAAAAAAAAAm
  117. AAAAAAAAAA==
  118. saved_model_conf_name: config/model_conf.yaml
  119. path_model1: /data/clinical/neural/fr/2019-06-26/model1_104948.pkl
  120. online: false
  121. path_model2: /data/clinical/neural/fr/2019-06-26/model2_104948.pkl
  122. n_features: 1024
  123. file_handling: !munch.Munch {data_path: /data/clinical/neural/fr/, results: /data/clinical/nf/results/,
  124. paradigm_config_file: paradigm.yaml, save_data: true, mode: ab, datafile_path: /data/clinical/neural/fr/2019-11-18,
  125. filename_data: /data/clinical/neural/fr/2019-11-18/data_14_34_11.bin, filename_baseline: /data/clinical/neural/fr/2019-11-18/bl_14_34_11.npy,
  126. filename_log_info: /data/clinical/neural/fr/2019-11-18/info_14_34_11.log, filename_log_debug: /data/clinical/neural/fr/2019-11-18/debug_14_34_11.log,
  127. filename_events: /data/clinical/neural/fr/2019-11-18/events_14_34_11.txt, filename_config: /data/clinical/neural/fr/2019-11-18/config_14_34_11.yaml,
  128. filename_paradigm: /data/clinical/neural/fr/2019-11-18/paradigm_14_34_11.yaml, filename_config_dump: /data/clinical/neural/fr/2019-11-18/config_dump_14_34_11.yaml,
  129. filename_git_patch: /data/clinical/neural/fr/2019-11-18/git_changes_14_34_11.patch,
  130. filename_history: /data/clinical/neural/fr/2019-11-18/history.bin, git_hash: 52c204f}
  131. daq: !munch.Munch
  132. normalization: !munch.Munch
  133. update_interval: 10.0
  134. range: [10, 90]
  135. clamp_firing_rates: true
  136. do_update: false
  137. len: 600.0
  138. use_all_channels: false
  139. channels:
  140. - !munch.Munch {id: 20, bottom: 9.0, top: 18.0, invert: true}
  141. all_channels: !munch.Munch {bottom: 1.15625, top: 1.59375, invert: false}
  142. car_channels: []
  143. spike_rates: !munch.Munch {n_units: 1, bin_width: 0.05, loop_interval: 50, method: boxcar,
  144. decay_factor: 0.9, max_bins: 20, bl_offset: 30.0, correct_bl: false, correct_bl_model: false}
  145. trigger_len: 50
  146. fs: 30000.0
  147. exclude_channels: []
  148. smpl_fct: 30
  149. data_source: spike_rates
  150. n_channels_max: 128
  151. daq_sleep: 0.1
  152. spike_band_power: !munch.Munch
  153. loop_interval: 50
  154. integrated_samples: 1500
  155. average_n_bins: 10
  156. filter: !munch.Munch
  157. b: [0.956543225556877, -1.91308645111375, 0.956543225556877]
  158. a: [1, -1.91119706742607, 0.914975834801434]
  159. sample_group: 6
  160. n_channels: 128
  161. recording: !munch.Munch
  162. timing: !munch.Munch {decoder_refresh_interval: 0.01, recording_loop_interval_data: 0.02,
  163. t_baseline_rand: 1.0, t_response: 5.0, t_after_stimulus: 0.2, bci_loop_interval: 0.05,
  164. recording_loop_interval: 0.05, t_baseline_1: 5.0, t_baseline_all: 1.0}
  165. buffer: !munch.Munch
  166. length: 600
  167. shape: [600, 128]
  168. system: !munch.Munch {plot: 0}
  169. session: !munch.Munch
  170. flags: !munch.Munch {stimulus: true, decode: false, bl: true, bl_rand: true}
  171. feedback: !munch.Munch {hold_iterations: 2, beta: 120, tone_length: 0.25, target_n_tones: 5,
  172. target_tone_length: 1.0, alpha: 360, feedback_tone: true}
  173. cerebus: !munch.Munch {instance: 0, buffer_reset: true, buffer_size_cont: 30001, buffer_size_comments: 500}
  174. plot: !munch.Munch
  175. channels: [20, 24, 96]
  176. pca: false
  177. filter_min_rate: 2
  178. fps: 10.0
  179. speller: !munch.Munch {type: color, pyttsx_rate: 100, audio: true, speller_matrix: true,
  180. audio_result_fb: true}
  181. lfp: !munch.Munch
  182. fs: 1000
  183. sampling_ratio: 30
  184. filter_fc_lb: [10, 0]
  185. filter_fc_mb: [12, 40]
  186. filter_fc_hb: [60, 250]
  187. filter_order_lb: 2
  188. filter_order_mb: 6
  189. filter_order_hb: 10
  190. artifact_thr: 400
  191. array1: [32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
  192. 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]
  193. array21: [0, 1]
  194. array22: []
  195. array1_exclude: []
  196. array2_exclude: []
  197. i_start: 0
  198. i_stop: -1
  199. psth_win: [-1000, 5000]
  200. exclude: false
  201. normalize: false
  202. zscore: false
  203. car: true
  204. sub_band: 1
  205. motor_mapping: [Zunge, Schliesse_Hand, Oeffne_Hand, Bewege_Augen, Bewege_Kopf]
  206. spectra: !munch.Munch {spgr_len: 500}
  207. plot: !munch.Munch
  208. ch_ids: [0]
  209. general: true
  210. filters: false
  211. array2: [0, 1]