HenryJFlynn / mouse2afc

The Mouse2AFC experimental neuroscience protocol.
GNU General Public License v3.0
0 stars 0 forks source link

Add real time task_parameter gui plots #32

Open HenryJFlynn opened 1 year ago

HenryJFlynn commented 1 year ago

problem

currently, there is no feedback to the experimenter about how the experiment is going. Having this feedback is essential for the experimenter to do their work.

Goal

Plot relevant experimental data in real time which can be used by the experimenters. This is extremely similar to the trend2afc plugin

Variables we are interested in:

ideas

  1. create/modify a plugin
  2. use qt multiprocessing
HenryJFlynn commented 1 year ago

Brainstorming resources:

HenryJFlynn commented 1 year ago

Tab dump (tabs I had open before leaving):

  1. https://stackoverflow.com/questions/11874767/how-do-i-plot-in-real-time-in-a-while-loop/38486349#38486349
  2. https://www.geeksforgeeks.org/pyqt5-qtabwidget/
  3. https://www.geeksforgeeks.org/pyqt5-setting-current-index-in-combobox/
  4. https://stackoverflow.com/questions/60451350/pyqt5-with-ui-file-tab-menu-padding-and-window-size-in-designer
  5. https://www.riverbankcomputing.com/static/Docs/PyQt5/designer.html
  6. https://doc.qt.io/qt-5/qtabwidget.html#currentWidget