Changes

Jump to navigation Jump to search
Line 236: Line 236:     
Input
 
Input
{| border="1"
+
{| class="wikitable"
 
|-
 
|-
| event || BrainStream event structure (optional) |
+
| event ||colspan=2| BrainStream event structure (optional)  
 
|-
 
|-
| text || string with requested folder reference |
+
| text ||colspan=2| string with requested folder reference
 
|-
 
|-
| ^ || 'RUNFOLDER' || folder with system related content  
+
| || 'RUNFOLDER' || folder with system related content  
 
|-
 
|-
| ^ || 'BLOCK' || folder with block file  
+
| || 'BLOCK' || folder with block file  
 
|-
 
|-
| ^ || 'SESSIONFOLDER' || folder with session related content  
+
| || 'SESSIONFOLDER' || folder with session related content  
 
|-
 
|-
| ^ || 'SUBJECTFOLDER' || folder with subject related content  
+
| || 'SUBJECTFOLDER' || folder with subject related content  
 
|-
 
|-
| ^ || 'EXPERIMENTFOLDER' || folder with experiment related content  
+
| || 'EXPERIMENTFOLDER' || folder with experiment related content  
 
|-
 
|-
| ^ || 'REFERENCEFOLDER' || folder with currently executed blockfile  
+
| || 'REFERENCEFOLDER' || folder with currently executed blockfile  
 
|-
 
|-
| ^ || 'BRAINSTREAMFOLDER' || brainstream core folder  
+
| || 'BRAINSTREAMFOLDER' || brainstream core folder  
 
|-
 
|-
| ^ || 'ROOT' || brainstream root folder  
+
| || 'ROOT' || brainstream root folder  
 
|-
 
|-
| ^ || 'RESOURCESFOLDER' || folder with user resources  
+
| || 'RESOURCESFOLDER' || folder with user resources  
 
|-
 
|-
| ^ || 'LIBFOLDER' || folder with library tables  
+
| || 'LIBFOLDER' || folder with library tables  
 
|-
 
|-
| ^ || 'PLUGINSFOLDER' || folder with plugin tables  
+
| || 'PLUGINSFOLDER' || folder with plugin tables  
 
|-
 
|-
| ^ || 'FIELDTRIPFOLDER' || fieldtrip toolbox folder  
+
| || 'FIELDTRIPFOLDER' || fieldtrip toolbox folder  
 
|-
 
|-
| ^ || 'EXAMPLES' || folder with examples  
+
| || 'EXAMPLES' || folder with examples  
 
|-
 
|-
| ^ || 'TOOLBOXES' || folder with internally included toolboxes  
+
| || 'TOOLBOXES' || folder with internally included toolboxes  
 
|}
 
|}
    
See also:
 
See also:
 +
 
=== bs_disp ===
 
=== bs_disp ===
 
bs_disp() outputs text to console (or screen). It is a wrapper function around Matlab disp function, intended to be used as function in the experiment definition table for displaying output to screen. Instead, you could also directly define the disp() function in the special [.DocsSectionsBuildingExperiments#SecFeval feval] column.
 
bs_disp() outputs text to console (or screen). It is a wrapper function around Matlab disp function, intended to be used as function in the experiment definition table for displaying output to screen. Instead, you could also directly define the disp() function in the special [.DocsSectionsBuildingExperiments#SecFeval feval] column.

Navigation menu