This is the first go at creating a file that will read a SPM configuration and produce a SnPM anlaysis.
Specifically, it reads a SPM configuration and then produces a Matlab Batch system job structure, which when called with spm_jobman('run',job) will cause the SnPM analysis to be configured.
Current version works with one-sample t-test only... lots more plug ins and SPM designs needed to be covered/tested...
This is the first go at creating a file that will read a SPM configuration and produce a SnPM anlaysis.
Specifically, it reads a SPM configuration and then produces a Matlab Batch system job structure, which when called with
spm_jobman('run',job)
will cause the SnPM analysis to be configured.Current version works with one-sample t-test only... lots more plug ins and SPM designs needed to be covered/tested...