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

No executable modules, but still unresolved dependencies or incomplete module inputs #2

Open
Moskvicheva opened this issue Sep 5, 2023 · 1 comment

Comments

@Moskvicheva
Copy link

Hello! I have an issue while executing demo.m. The current folder in matlab is the copy of this repo. What might be wrong?
Below are logs.


SPM12: go_eeg_touch                                20:02:49 - 05/09/2023
========================================================================
Data type is missing or incorrect, assigning default.

SPM12: spm_eeg_inv_mesh_ui (v4027)                 20:02:52 - 05/09/2023
========================================================================
undoing the G3BR2 balancing for the gradiometer definition
creating layout from cfg.grad
undoing the G3BR2 balancing for the gradiometer definition
creating layout for ctf275 system

SPM12: spm_eeg_inv_forward (v7702)                 20:02:54 - 05/09/2023
========================================================================
Completed                               :          20:02:55 - 05/09/2023
computing surface normals


------------------------------------------------------------------------
05-Sep-2023 20:02:56 - Running job #1
------------------------------------------------------------------------
05-Sep-2023 20:02:56 - Running 'Simulation of sources'

Nsources =

     2

Simulating data on MEG channels only
Using closest mesh vertices to the specified coordinates
Furthest distance from dipole location to mesh 0.00 mm

ans =

    'm'

SIMULATING CURRENT DISTRIBUTIONS ON MESH
Computing Gain Matrix: 
	SPM12: spm_eeg_lgainmat (v7757)            20:02:57 - 05/09/2023
	----------------------------------------------------------------
computing surface normals
 - done
Warning: Directory already exists. 
Saving prior in directory C:\Users\acer\Downloads\EBBcorr-master\EBBcorr-master\sims\simprior_dual_corr_sim_-10dB_001
Using 1 iterations of 2 fixed patches

 In last iteration...setting up patch 1 with  10.00 nAm , FWHM 10.00mm, mean moment density 127.49 pAm/mm2, peak momemnt density 356.44 pAm/mm2 

 In last iteration...setting up patch 2 with  10.00 nAm , FWHM 10.00mm, mean moment density 131.28 pAm/mm2, peak momemnt density 384.84 pAm/mm2 
Prior 1. Average Mean (over dist of FWHM from centre) moment density 129.39, sd 2.68 pAm/mm2
Prior 1. Average Peak (max vertex) moment density 370.64, sd 20.08 pAm/mm2
Saving C:\Users\acer\Downloads\EBBcorr-master\EBBcorr-master\sims\simprior_dual_corr_sim_-10dB_001\prior918894.mat
Setting white noise to give sensor level SNR of -10B
Assembling 2 prior components
end assemble

 Finish
05-Sep-2023 20:03:56 - Done    'Simulation of sources'
05-Sep-2023 20:03:56 - Done

Item plugin: No field(s) named
tdcov
Error using spm_jobman>fill_run_job
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 run_sims_and_inversions (line 102)
    [a b] = spm_jobman('run',matlabbatch);

Error in demo (line 32)
run_sims_and_inversions(emptyD,snr);
 
@georgeoneill
Copy link
Owner

georgeoneill commented Sep 8, 2023

Hello, it appears you are running a version of spm which doesn't have bf_features_tdcov installed. Can you check if you are running a recent (post 2020) version? You can get it with the command git clone https://github.com/spm/spm/.

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

2 participants