configs.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. monitor_settings_file: config/monitor_settings_VPixx.yaml
  2. #monitor_settings_file: config/monitor_settings_mbp.yaml
  3. #monitor_settings_file: config/monitor_settings_dell.yaml
  4. window_cfg:
  5. units: deg
  6. colorSpace: rgb
  7. fix:
  8. pos: [0, 0]
  9. radius: 0.2
  10. lineWidth: 0
  11. fillColor: [1, 1, 1]
  12. stimulus:
  13. show_time: 0.5
  14. RT_limit: 8
  15. judge_cue:
  16. pos: [0, 0]
  17. radius: 0.2
  18. lineWidth: 0
  19. fillColor: [-1, -1, -1]
  20. stimulus_oval:
  21. pos: [0, 0]
  22. size: [0.75, 6.0]
  23. # size: [2.5, 6.0]
  24. lineWidth: 0
  25. fillColor: [0.5, 0.5, 0.5]
  26. stimulus_grating:
  27. pos: [0, 0]
  28. # size: [0.75, 6.0]
  29. size: [6.0, 6.0]
  30. contrast: 0.5
  31. frequency: 1
  32. opacity: 1
  33. stimulus_array:
  34. fieldShape: circle
  35. pos: [ 0, 0 ]
  36. colors: [0.5, 0.5, 0.5]
  37. elementSize: [0.8, 0.1]
  38. elementMask: circle
  39. element_nmb: 24
  40. xys_var: 0.1
  41. outer:
  42. fieldSize: 2.5
  43. element_nmb: 16
  44. inner:
  45. fieldSize: 1.0
  46. element_nmb: 8
  47. refline:
  48. pos: [0, 0]
  49. # size: [18.0, 1.0]
  50. lineWidth: 3
  51. length: 10
  52. lineColor: [-0.5, -0.5, -0.5]
  53. RT_limit: 4
  54. adapt_time: 0.75
  55. multi_lineColor: [-0.2, -0.2, -0.2]
  56. # # For reference line as rectangle
  57. #refline:
  58. # pos: [0, 0]
  59. # size: [18.0, 0.1]
  60. # lineWidth: 0
  61. ## fillColor: [0.5, 0.5, 0.5]
  62. # fillColor: [-0.5, -0.5, -0.5]
  63. # RT_limit: 4
  64. # adapt_time: 0.75
  65. refdot:
  66. radius: 0.2
  67. lineWidth: 0
  68. fillColor: [0.5, 0.5, 0.5]
  69. gray_disc:
  70. pos: [0, 0]
  71. radius: 5.0
  72. fillColor: [0, 0, 0]
  73. lineWidth: 0
  74. edges: 100
  75. mask_stimulus:
  76. pos: [0, 0]
  77. size: [10.0, 10.0]
  78. contrast: 0.5
  79. frequency: 0.03
  80. show_time: 0.5
  81. mask_ref:
  82. pos: [0, 0]
  83. size: [15.0, 15.0]
  84. contrast: 0.5
  85. frequency: 0.03
  86. show_time: 0.5
  87. ITI: 0.5
  88. text:
  89. height: 0.8
  90. color: [-1, -1, -1]
  91. probe:
  92. pos: [0, 0]
  93. length: 3.0
  94. lineWidth: 3
  95. lineColor: [0.5, 0.5, 0.5]
  96. shape_edges: 100