1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "camera": {
- "source": 0,
- "frame_width": 1024,
- "frame_height": 768,
- "fps": 20,
- "api": 700,
- "verbose": true
- },
- "video": {
- "fps": 20,
- "file_path": "video.avi"
- },
- "position": {
- "background_light": "background_light.png",
- "background_dark": "background_dark.png",
- "arena_x": 522,
- "arena_y": 372,
- "arena_radius": 330,
- "floor_radius": 287,
- "max_fps": 50,
- "file_path": "positions.csv"
- },
- "sound": {
- "device": [1, 26],
- "n_channels": 4,
- "sounds": [
- {"freq": 10000, "amp": 0.13, "channels": [1, 3]},
- {"freq": 660, "amp": 0.05, "channels": [1, 3]},
- {"freq": 860, "amp": 0.15, "channels": [1, 3]},
- {"freq": 1060, "amp": 0.25, "channels": [1, 3]},
- {"freq": 1320, "amp": 0.2, "channels": [1, 3]},
- {"freq": 20000, "amp": 0.55, "channels": [1, 3]},
- {"freq": 20, "amp": 0.01, "channels": [1, 3]}
- ],
- "pulse_duration": 0.05,
- "sample_rate": 44100,
- "latency": 0.25,
- "volume": 0.7,
- "roving": 5.0,
- "file_path": "sounds.csv"
- },
- "experiment": {
- "trial_number": 60,
- "session_duration": 600,
- "trial_duration": 60,
- "target_radius": 80,
- "target_duration": 6,
- "subject": "47",
- "experiment_type": "aSIT",
- "background_color": "T",
- "init_duration": 0.2,
- "distractor_island": 0,
- "capture_background": false,
- "MCSArduinoPort": "COM10",
- "file_path": "events.csv",
- "light_events": []
- }
- }
|