Changes

Jump to navigation Jump to search
Line 61: Line 61:  
| '''marker''' || '''time''' || '''function''' || '''stimsequence''' || '''sequence_count''' || '''epoch_count'''  
 
| '''marker''' || '''time''' || '''function''' || '''stimsequence''' || '''sequence_count''' || '''epoch_count'''  
 
|-
 
|-
| || | || | ||  
+
| || || || || ||  
 
|}
 
|}
    
We will initialize these variables at the beginning of the experiment. It is usually good to define the initialization actions at the BS_INIT marker, as this is always the first marker to arrive within an experiment. At the beginning of the experiment, the sequence counter will be set to 0. The epoch counter is initialized as empty and will be set to 0 at the beginning of each new sequence. The variable ''stimsequence'' must contain the sentences that will be shown. We will initialize it as empty and retrieve its content from the block file in the next step.
 
We will initialize these variables at the beginning of the experiment. It is usually good to define the initialization actions at the BS_INIT marker, as this is always the first marker to arrive within an experiment. At the beginning of the experiment, the sequence counter will be set to 0. The epoch counter is initialized as empty and will be set to 0 at the beginning of each new sequence. The variable ''stimsequence'' must contain the sentences that will be shown. We will initialize it as empty and retrieve its content from the block file in the next step.
{| border="1"
+
{| class="wikitable"
 
|-
 
|-
 
| '''<strong>marker</strong>''' || '''<strong>time</strong>''' || '''<strong>function</strong>''' || '''<strong>stimsequence</strong>''' || '''<strong>sequence_count</strong>''' || '''<strong>epoch_count</strong>'''  
 
| '''<strong>marker</strong>''' || '''<strong>time</strong>''' || '''<strong>function</strong>''' || '''<strong>stimsequence</strong>''' || '''<strong>sequence_count</strong>''' || '''<strong>epoch_count</strong>'''  
 
|-
 
|-
| BS_INIT || EVENT || | [] || 0 || []  
+
| BS_INIT || EVENT || || [] || 0 || []  
 
|}
 
|}
   Line 231: Line 231:     
<div id="DataSelection"></div>
 
<div id="DataSelection"></div>
 +
 
=== Specifying Data Selection ===
 
=== Specifying Data Selection ===
  

Navigation menu