Changes

Jump to navigation Jump to search
69 bytes added ,  14:59, 24 September 2018
Line 18: Line 18:  
{| border="1"
 
{| border="1"
 
|-
 
|-
| '''Main Actions Table''' || || || ||
+
!colspan="5"| '''Main Actions Table'''  
 
|-
 
|-
 
| <strong>marker <br /></strong> || <strong>time <br /></strong> || <strong>function <br /></strong> || <strong>All_Pictures <br /></strong> || <strong>Picture </strong>  
 
| <strong>marker <br /></strong> || <strong>time <br /></strong> || <strong>function <br /></strong> || <strong>All_Pictures <br /></strong> || <strong>Picture </strong>  
Line 27: Line 27:  
|-
 
|-
 
| @Pictures || EVENT || show_picture || get || get  
 
| @Pictures || EVENT || show_picture || get || get  
 
+
|}
 +
<br />
 +
{| border="1"
 
|-
 
|-
| '''Main Dictionary Table''' || ||
+
!colspan="3"| '''Main Dictionary Table'''
 
|-
 
|-
 
| <strong>marker <br /></strong> || <strong>type <br /></strong> || <strong>value <br /></strong>  
 
| <strong>marker <br /></strong> || <strong>type <br /></strong> || <strong>value <br /></strong>  
 
|-
 
|-
 
| start_bci || stimulus || 1  
 
| start_bci || stimulus || 1  
   
|}
 
|}
 
+
<br />
 
At the BS_INIT marker, the BCI experiment will be initialized and subsequently a BCI processing pipeline will be executed. Let's assume that inside this processing pipeline is a function that inserts a marker whenever a picture needs to be shown. The presentation of pictures is taken care of by the Pictures table (@Pictures):
 
At the BS_INIT marker, the BCI experiment will be initialized and subsequently a BCI processing pipeline will be executed. Let's assume that inside this processing pipeline is a function that inserts a marker whenever a picture needs to be shown. The presentation of pictures is taken care of by the Pictures table (@Pictures):
    
{| border="1"
 
{| border="1"
 
|-
 
|-
| '''Imported Actions table''' || || || ||
+
!colspan="5"| '''Imported Actions table'''
 
|-
 
|-
 
| <strong>marker <br /></strong> || <strong>time </strong> || function || <strong>All_Pictures </strong> || <strong>Picture<br /></strong>  
 
| <strong>marker <br /></strong> || <strong>time </strong> || function || <strong>All_Pictures </strong> || <strong>Picture<br /></strong>  
Line 54: Line 55:  
|-
 
|-
 
| end || EVENT || || || 'end.jpg'  
 
| end || EVENT || || || 'end.jpg'  
 
+
|}
 +
<br />
 +
{| border="1"
 
|-
 
|-
| '''Imported Dictionary table''' || ||
+
!colspan="3"| '''Imported Dictionary table'''
 
|-
 
|-
 
| <strong>marker <br /></strong> || <strong>type <br /></strong> || <strong>value <br /></strong>  
 
| <strong>marker <br /></strong> || <strong>type <br /></strong> || <strong>value <br /></strong>  
Line 67: Line 70:  
|-
 
|-
 
| end || stimulus || 14  
 
| end || stimulus || 14  
   
|}
 
|}
 
+
<br />
 
At the BS_INIT marker, first the [[BrainStreamBuildingExperiments#SecUserFun|user defined variables]] All_Pictures and Pictures are initialized. Then the function load_pictures() is executed, which loads all pictures that are needed for the experiment and stores them in the variable All_Pictures. Finally, the content of the user defined variables is copied to the [[BrainStreamImportantConcepts#SecVariables|global variables]] with the put statement.
 
At the BS_INIT marker, first the [[BrainStreamBuildingExperiments#SecUserFun|user defined variables]] All_Pictures and Pictures are initialized. Then the function load_pictures() is executed, which loads all pictures that are needed for the experiment and stores them in the variable All_Pictures. Finally, the content of the user defined variables is copied to the [[BrainStreamImportantConcepts#SecVariables|global variables]] with the put statement.
   Line 77: Line 79:     
<div id="TableExpansion"></div>
 
<div id="TableExpansion"></div>
 +
 
== Table expansion ==
 
== Table expansion ==
  

Navigation menu