Difference between revisions of "Create Triggers for Artifact-Rejected Epochs"

From BESA® Wiki
Jump to: navigation, search
m (Small changes.)
m (link to file)
Line 5: Line 5:
 
# Define the Epochs and Filters as you like.
 
# Define the Epochs and Filters as you like.
 
# Run the artifact rejection.
 
# Run the artifact rejection.
# Close everything and find the respective paradigm file in the folder of raw file S2.cnt (typically %basename%.pdg, in my case S2.pdg).
+
# Close everything and find the respective paradigm file in the folder of raw file S2.cnt (typically %basename%.pdg, in my case S2.pdg, see [[Media:S2.pdg]]).
 
# Open the paradigm file in a text editor (e.g. Notepad, please do not use word as it might change the format of the text).
 
# Open the paradigm file in a text editor (e.g. Notepad, please do not use word as it might change the format of the text).
 
# Find the section starting with [ArtifactScan], ignore the following 4 lines (see the [[page name for the pdg format|PDG file format description]] for details if you are curious!) and copy everything thereafter to a new txt file.  
 
# Find the section starting with [ArtifactScan], ignore the following 4 lines (see the [[page name for the pdg format|PDG file format description]] for details if you are curious!) and copy everything thereafter to a new txt file.  

Revision as of 11:24, 12 May 2016

Here we demonstrate how to track what epochs were rejected by the artifact rejection. There might be experiments were one is interested in actually analyzing the rejected epochs. This information is available in the respective paradigm file but has to be extracted by the user. The idea is to create a new trigger for the rejected epochs that can later be read back into BESA Research.

In this example we use the subject 2 of the Auditory Intensity experiment located in the BESA Research examples folder (../Examples/AuditoryIntensity/S2.cnt).

  1. Open the raw file S2.cnt and create a new paradigm for it. In the conditions tab create only conditions that directly correspond to each of the respective triggers (in my case I have 5 triggers, thus I have 5 conditions, one for each "current" trigger).
  2. Define the Epochs and Filters as you like.
  3. Run the artifact rejection.
  4. Close everything and find the respective paradigm file in the folder of raw file S2.cnt (typically %basename%.pdg, in my case S2.pdg, see Media:S2.pdg).
  5. Open the paradigm file in a text editor (e.g. Notepad, please do not use word as it might change the format of the text).
  6. Find the section starting with [ArtifactScan], ignore the following 4 lines (see the PDG file format description for details if you are curious!) and copy everything thereafter to a new txt file.
  7. Import the newly created file in Excel by specifying that spaces and tabs are the delimiters for the columns. Save the file in excel format and leave it open.
  8. Open the attached excel file. In the first sheet you should be able to see a blue painted area. Please copy the contents of the table you created in there. Be sure to copy the values only (not e.g. the format). The table will basically check if a particular epoch was rejected or not. In case it will substitute the value for the trigger on the left most side of the table with a new trigger (12 in this case, marked in orange in the table). The table was made to support up to 256 channels, in case you have more please just adjust the formulas in Exceeds max Amp etc…

Please also set the right artifact rejection values (cells are marked with green in the table) as in the paradigm window. Please also make the tables length match the length of your data by copy pasting the 4 row x 10 columns block accordingly.

  1. Ok, now you should be almost done. The 5 leftmost columns on your table should have all the necessary information to create a new event file. Please copy the 4 columns starting from the cell immediately below the label "Tmu" (A13 if nobody changed the table in the meantime) to the end of the table. Insert them in a new sheet (NewEventFile) from A2 onward. Please be careful to paste values only! (Do paste special->values only in excel).
  2. Almost there! Please select all the data in the new sheet and press Sort & Filter, select Custom sort, and choose sort by Column A, Sort On Values and choose A->Z as order. This should effectively remove the empty rows.
  3. Please select all the relevant rows for the 5 columns in the new sheet and just copy them to a new file in Notepad. Please save the file with the evt extension. Attached you can see the evt file I got from the example above.
  4. Go back to BESA, remove all the existing triggers in ERP->Edit Triggers->Delete. Once this is done please load the file evt file you created by doing ERP->Open Event File.
  5. Trigger 12 should now appear in your data and represents those triggers that will be removed during artifact rejection.
  6. Using the paradigm window you should now be able to run your analysis using the new trigger 12 you created.