To create or load a multi-study design matrix via scripting, the individual design matrix files (*.rtc) and the volume time courses (*.vtc) need to be available.
From the methods shown below, requires the AddStudyAndDesignMatrix() function the following 2 parameters:
1. name of functional file (*.fmr or *.vtc)
2. name of single subject design matrix file (*.rtc)
The LoadMultiStudyGLMDefinitionFile() method requires 1 parameter:
1. name of multi study design matrix file (*.mdm)
For a sample script, see *.mdm sample script.
Methods
ClearMultiStudyGLMDefinition()
AddStudyAndDesignMatrix()
LoadMultiStudyGLMDefinitionFile(): Boolean
SaveMultiStudyGLMDefinitionFile()