Browse Source

some fixes

Andrey Sobolev 1 year ago
parent
commit
c874b69a40
3 changed files with 84 additions and 75 deletions
  1. 78 72
      controllers/sound.ipynb
  2. 1 3
      profiles/default.json
  3. 5 0
      requirements.txt

File diff suppressed because it is too large
+ 78 - 72
controllers/sound.ipynb


+ 1 - 3
profiles/default.json

@@ -70,8 +70,6 @@
         "punishment_duration": 10,
         "distractor_islands": 1,
         "distractor_fail": false,
-        "enable_motors": false,
-        "motors_port": "COM12",
-        "cable_motor_port": "COM13"
+        "enable_motors": false
     }
 }

+ 5 - 0
requirements.txt

@@ -4,3 +4,8 @@ numpy==1.18.4
 opencv-python==4.2.0.34
 sounddevice
 multiprocess
+nbimporter
+matplotlib
+keyboard
+h5py
+scikit-image