1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "camera": {
- "source": 0,
- "frame_width": 1024,
- "frame_height": 768,
- "fps": 30,
- "api": 700,
- "verbose": true
- },
- "video": {
- "fps": 30,
- "file_path": "video.avi",
- "save_contours": false,
- "csv_path": "video.csv"
- },
- "position": {
- "single_agent": true,
- "history_duration": 5,
- "hd_update_speed": 0.04,
- "background_light": "background_light.png",
- "background_dark": "background_dark.png",
- "threshold_light": 45,
- "threshold_dark": 30,
- "min_blob_size": 100,
- "subtract": 1,
- "arena_x": 524,
- "arena_y": 372,
- "arena_radius": 315,
- "floor_radius": 284,
- "max_fps": 50,
- "file_path": "positions.csv",
- "contour_path": "contours.csv",
- "floor_r_in_meters": 0.46,
- "angle_compensation": 90,
- "flip_x": true,
- "flip_y": false
- },
- "sound": {
- "device": [1, 26],
- "n_channels": 10,
- "sounds": {
- "noise": {"amp": 0.2, "channels": [6, 8]},
- "background": {"freq": 660, "amp": 0.05, "duration": 0.05, "harmonics": true, "channels": [1, 8]},
- "target": {"freq": 660, "amp": 0.1, "duration": 0.05, "harmonics": true, "channels": [2, 8]},
- "distractor1": {"freq": 660, "amp": 0.05, "duration": 0.05, "harmonics": true, "channels": [3, 8], "enabled": true},
- "distractor2": {"freq": 660, "amp": 0.1, "duration": 0.05, "harmonics": true, "channels": [2, 8], "enabled": false}
- },
- "pulse_duration": 0.05,
- "sample_rate": 44100,
- "latency": 0.25,
- "volume": 0.7,
- "roving": 5.0,
- "file_path": "sounds.csv"
- },
- "experiment": {
- "trial_number": 100,
- "session_duration": 3000,
- "trial_duration": 6000,
- "target_radius": 0.14,
- "target_duration": 50.0,
- "target_angle": "random",
- "unaudible_profile": 0,
- "subject": "000000",
- "experiment_type": "hippoSIT",
- "MCSArduinoPort": "COM10",
- "file_path": "events.csv",
- "light_events": [9600, 92400],
- "phi_max": 45,
- "timepoints": [9600, 91200, 91800, 92400],
- "iti_distance": 2.0,
- "iti_duration": 20,
- "punishment_duration": 10,
- "distractor_islands": 1,
- "distractor_fail": false,
- "enable_motors": false
- }
- }
|