adlofts created page: essinit authored by Andrew Lofts's avatar Andrew Lofts
...@@ -123,7 +123,7 @@ Adjust the matrix that is displayed at the bottom until you find the right fit a ...@@ -123,7 +123,7 @@ Adjust the matrix that is displayed at the bottom until you find the right fit a
*** ***
# Event and Marks Variables # Event and Marks Variables
The pipeline proceeding this script needs to be contain specific events that indicate in-task time and out of task time. This is because ICA analysis is sensitive to messy task time that could contain movement artifacts or non-stationary so we only want to submit the essential data to ICA. To do this the out of task time is flagged using our Out/On/In events to create removal marks. This system uses the [Vised Marks plugin](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home) to do the data flagging. The pipeline proceeding this script needs to be contain specific events that indicate in-task time and out of task time. This is because ICA analysis is sensitive to messy task time that could contain movement artifacts or non-stationary so we only want to submit the essential data to ICA. To do this the out of task time is flagged using our Out/On/In events to [create removal marks](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks). This system uses the [Vised Marks plugin](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home) to do the data flagging.
:so: If you are building your own ESS capsule or you are lucky these events can be built into the capsule already. Use the HED tags: :so: If you are building your own ESS capsule or you are lucky these events can be built into the capsule already. Use the HED tags:
* Custom/Marks/RecStart * Custom/Marks/RecStart
...@@ -148,7 +148,7 @@ Depending on which method you are using simply type in the event numbers separat ...@@ -148,7 +148,7 @@ Depending on which method you are using simply type in the event numbers separat
![events](/uploads/38fbc765ee402361dffbc6e0f34c0795/events.png) ![events](/uploads/38fbc765ee402361dffbc6e0f34c0795/events.png)
If you selected *Manual Mode* then this little GUI will pop up. This GUI simply warns you that you are entering the Vised-Marks editor and that any annotations you add here will be added to the marks structure permanently. The two commands you will be using are: If you selected *Manual Mode* then this little GUI will pop up. This GUI simply warns you that you are entering the [Vised-Marks editor](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/manual-vised-edit) and that any annotations you add here will be added to the [marks structure](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks) permanently. The two commands you will be using are:
* ```a``` to drop a RecStart event at your cursor * ```a``` to drop a RecStart event at your cursor
* ```b``` to drop a RecStop event at your cursor * ```b``` to drop a RecStop event at your cursor
See the example below where we placed events before and after each block of tasks. See the example below where we placed events before and after each block of tasks.
... ...
......