File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ Version 1.6 25/11/2020
3+ -------------------------------------------------------------------------------
4+
5+ GUI:
6+
7+ - Experiments that uses multiple setups now load the task in parallel on all the
8+ setups at once, rather than serially on one setup after annother, giving a
9+ large speedup when many setups are used.
10+
11+ - The experiments tab now allows a subset of the subjects in an experiment
12+ to be selected to run, and allows different subjects to be started and
13+ stopped at different times.
14+
15+ - Task files can now be organised into subfolders within the tasks folder, to
16+ create a nested task select menu in the GUI.
17+
18+ - Buttons now have icons indicating their functionallity.
19+
20+ - Various minor bug fixes.
21+
122-------------------------------------------------------------------------------
223Version 1.5 11/02/2020
324-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11# Graphical user interface settings.
22
3- VERSION = '1.5 '
3+ VERSION = '1.6 '
44
55update_interval = 20 # Interval between calls to the GUIs update function (ms).
66
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ tasks : Task definition files
1515tools : Tools for importing and visualising pycontrol data
1616pyControl_GUI.py : Python script to launch the GUI.
1717
18- Version: v1.5
18+ Version: v1.6
1919---------------
2020
You can’t perform that action at this time.
0 commit comments