default.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "camera": {
  3. "source": 0,
  4. "frame_width": 1024,
  5. "frame_height": 768,
  6. "fps": 20,
  7. "api": 700,
  8. "verbose": true
  9. },
  10. "video": {
  11. "fps": 20,
  12. "file_path": "video.avi"
  13. },
  14. "position": {
  15. "background_light": "background_light.png",
  16. "background_dark": "background_dark.png",
  17. "arena_x": 522,
  18. "arena_y": 372,
  19. "arena_radius": 330,
  20. "floor_radius": 287,
  21. "max_fps": 50,
  22. "file_path": "positions.csv"
  23. },
  24. "sound": {
  25. "device": [1, 26],
  26. "n_channels": 4,
  27. "sounds": [
  28. {"freq": 10000, "amp": 0.13, "channels": [1, 3]},
  29. {"freq": 660, "amp": 0.05, "channels": [1, 3]},
  30. {"freq": 860, "amp": 0.15, "channels": [1, 3]},
  31. {"freq": 1060, "amp": 0.25, "channels": [1, 3]},
  32. {"freq": 1320, "amp": 0.2, "channels": [1, 3]},
  33. {"freq": 20000, "amp": 0.55, "channels": [1, 3]},
  34. {"freq": 20, "amp": 0.01, "channels": [1, 3]}
  35. ],
  36. "pulse_duration": 0.05,
  37. "sample_rate": 44100,
  38. "latency": 0.25,
  39. "volume": 0.7,
  40. "roving": 5.0,
  41. "file_path": "sounds.csv"
  42. },
  43. "experiment": {
  44. "trial_number": 60,
  45. "session_duration": 600,
  46. "trial_duration": 60,
  47. "target_radius": 80,
  48. "target_duration": 6,
  49. "subject": "47",
  50. "experiment_type": "aSIT",
  51. "background_color": "T",
  52. "init_duration": 0.2,
  53. "distractor_island": 0,
  54. "capture_background": false,
  55. "MCSArduinoPort": "COM10",
  56. "file_path": "events.csv",
  57. "light_events": []
  58. }
  59. }