Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osl_inverse_model error #4

Open
Shrecki opened this issue Sep 19, 2024 · 0 comments
Open

osl_inverse_model error #4

Shrecki opened this issue Sep 19, 2024 · 0 comments

Comments

@Shrecki
Copy link

Shrecki commented Sep 19, 2024

Hello!

When running osl_inverse_model (in the hmm_1_preprocessing.m ), I'm encountering the following error:

Initialising batch system... done.
Item plugin: No field(s) named
montage_osl
Item plugin: No field(s) named
spmeeg_osl
Error using spm_jobman>fill_run_job (line 472)
No executable modules, but still unresolved dependencies or incomplete module inputs.

Error in spm_jobman (line 247)
sts = fill_run_job('run', cjob, varargin{3:end});

Error in osl_inverse_model (line 246)
spm_jobman('run',matlabbatch)

Error in hmm_1_preprocessing (line 279)
D = osl_inverse_model(D,p.template_coordinates,'pca_order',50);

Error in run (line 91)
evalin('caller', strcat(script, ';'));

Here are some extra informations on my system:
Operating system: Ubuntu 20.04.6 LTS 64bits
MATLAB version: R2021b

Any pointers to solve this issue?
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant