123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- monitor_settings_file: config/monitor_settings_VPixx.yaml
- #monitor_settings_file: config/monitor_settings_mbp.yaml
- #monitor_settings_file: config/monitor_settings_dell.yaml
- window_cfg:
- units: deg
- colorSpace: rgb
- fix:
- pos: [0, 0]
- radius: 0.2
- lineWidth: 0
- fillColor: [1, 1, 1]
- stimulus:
- show_time: 0.5
- RT_limit: 8
- judge_cue:
- pos: [0, 0]
- radius: 0.2
- lineWidth: 0
- fillColor: [-1, -1, -1]
- stimulus_oval:
- pos: [0, 0]
- size: [0.75, 6.0]
- # size: [2.5, 6.0]
- lineWidth: 0
- fillColor: [0.5, 0.5, 0.5]
- stimulus_grating:
- pos: [0, 0]
- # size: [0.75, 6.0]
- size: [6.0, 6.0]
- contrast: 0.5
- frequency: 1
- opacity: 1
- stimulus_array:
- fieldShape: circle
- pos: [ 0, 0 ]
- colors: [0.5, 0.5, 0.5]
- elementSize: [0.8, 0.1]
- elementMask: circle
- element_nmb: 24
- xys_var: 0.1
- outer:
- fieldSize: 2.5
- element_nmb: 16
- inner:
- fieldSize: 1.0
- element_nmb: 8
- refline:
- pos: [0, 0]
- # size: [18.0, 1.0]
- lineWidth: 3
- length: 10
- lineColor: [-0.5, -0.5, -0.5]
- RT_limit: 4
- adapt_time: 0.75
- multi_lineColor: [-0.2, -0.2, -0.2]
- # # For reference line as rectangle
- #refline:
- # pos: [0, 0]
- # size: [18.0, 0.1]
- # lineWidth: 0
- ## fillColor: [0.5, 0.5, 0.5]
- # fillColor: [-0.5, -0.5, -0.5]
- # RT_limit: 4
- # adapt_time: 0.75
- refdot:
- radius: 0.2
- lineWidth: 0
- fillColor: [0.5, 0.5, 0.5]
- gray_disc:
- pos: [0, 0]
- radius: 5.0
- fillColor: [0, 0, 0]
- lineWidth: 0
- edges: 100
- mask_stimulus:
- pos: [0, 0]
- size: [10.0, 10.0]
- contrast: 0.5
- frequency: 0.03
- show_time: 0.5
- mask_ref:
- pos: [0, 0]
- size: [15.0, 15.0]
- contrast: 0.5
- frequency: 0.03
- show_time: 0.5
- ITI: 0.5
- text:
- height: 0.8
- color: [-1, -1, -1]
- probe:
- pos: [0, 0]
- length: 3.0
- lineWidth: 3
- lineColor: [0.5, 0.5, 0.5]
- shape_edges: 100
|