bachlab / PsPM

A matlab suite for Psycho-Physiological Modelling
GNU General Public License v3.0
43 stars 11 forks source link

Fix issue 733 #734

Closed teddychao closed 5 months ago

teddychao commented 5 months ago

Fixes #733.

Changes proposed in this pull request:

Currently, "acq any version" (can be imported with get_acq_python) and "get acq equal to or earlier than version 3.9.0" (can be imported with get_acq) are split into two items in pspm_init.

Users can use get_acq to import acq files with the classic method or use get_acq_python to import acq files with the python package bioread.

teddychao commented 5 months ago

Screenshots

image
image

Note "Bioread" is used as an item there because it wants to use the interface "pspm_cfg_selector_python". The title of this item has to be the name of the python package.