Split "get acq with python" and "get acq with classic methods".
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.
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.
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 withget_acq
) are split into two items inpspm_init
.Users can use
get_acq
to import acq files with the classic method or useget_acq_python
to import acq files with the python packagebioread
.