Kasim Acar - 2019-12-29

Hi everyone,

made a similar post in GitHub about a week ago, hoping to get a response here.

OS: macOS Catalina
Matlab: R2019b
PsPM: 4.2.1

When following the tutorials for both GLM and Non-Linear Model, I get errors:

For GLM:

23-Dec-2019 19:48:58 - Running 'Import'

Pulse data was converted to waveform with a sampling rate of 5000.00 Hz, to allow 10-fold oversampling.
Warning: call of pspm_butter failed

In pspm_prepdata (line 102)
In pspm_pulse_convert (line 75)
In pspm_get_spike (line 82)
In pspm_import (line 199)
In pspm_cfg_run_import (line 97)
In cfg_run_cm (line 29)
In cfg_util>local_runcj (line 1708)
In cfg_util (line 968)
In cfg_ui>MenuFileRun_Callback (line 703)
In gui_mainfcn (line 95)
In cfg_ui (line 53)
Warning: call of pspm_prepdata failed
In pspm_pulse_convert (line 77)
In pspm_get_spike (line 82)
In pspm_import (line 199)
In pspm_cfg_run_import (line 97)
In cfg_run_cm (line 29)
In cfg_util>local_runcj (line 1708)
In cfg_util (line 968)
In cfg_ui>MenuFileRun_Callback (line 703)
In gui_mainfcn (line 95)
In cfg_ui (line 53)
done.
23-Dec-2019 19:49:02 - Done 'Import'
23-Dec-2019 19:49:02 - Done"

Although this actually creates the file "pspm_trsp_1_25.mat", I seem to get errors when trying to specify the first-level GLM, which does not create "glm_25.mat":

"------------------------------------------------------------------------
23-Dec-2019 19:55:01 - Running job #4

23-Dec-2019 19:55:01 - Running 'GLM for SCR'
Computing GLM: /Users/kash/Downloads/Tutorial_data_GLM/glm_25.mat ...
Getting data ....
Preparing & inverting model ... Warning: call of pspm_butter failed

In pspm_prepdata (line 102)
In pspm_glm (line 484)
In pspm_cfg_run_glm_scr (line 38)
In cfg_run_cm (line 29)
In cfg_util>local_runcj (line 1708)
In cfg_util (line 968)
In cfg_ui>MenuFileRun_Callback (line 703)
In gui_mainfcn (line 95)
In cfg_ui (line 53)
Warning: Failed to filter data
In pspm_glm (line 485)
In pspm_cfg_run_glm_scr (line 38)
In cfg_run_cm (line 29)
In cfg_util>local_runcj (line 1708)
In cfg_util (line 968)
In cfg_ui>MenuFileRun_Callback (line 703)
In gui_mainfcn (line 95)
In cfg_ui (line 53)
23-Dec-2019 19:55:02 - Done 'GLM for SCR'
23-Dec-2019 19:55:02 - Done"

For the Non-Linear Model, this is what I get:

23-Dec-2019 21:32:54 - Running 'Non-Linear Model'
Warning: call of pspm_butter failed

In pspm_prepdata (line 102)
In pspm_dcm (line 443)
In pspm_cfg_run_dcm (line 131)
In cfg_run_cm (line 29)
In cfg_util>local_runcj (line 1708)
In cfg_util (line 968)
In cfg_ui>MenuFileRun_Callback (line 703)
In gui_mainfcn (line 95)
In cfg_ui (line 53)
23-Dec-2019 21:32:56 - Done 'Non-Linear Model'
23-Dec-2019 21:32:56 - Done"

Also, in the non-linear tutorial, it says there should be filtered SCR data named: 'tpspm_s...',
However, I only find files named 'tscr_s..." in a folder called 'scr'. Do I have the wrong data or am I missing something?

Have attached the .mat files for both the GLM and Non-Linear tutorial.

All help is much appreciated

Kindly,
Kasim