|
|
# Selecting Marks
|
|
|
|
|
|
The select marks tool is available in order to select the EEG.data that is or is not currently selected by particular marks. In EEGLAB go to:
|
|
|
*Tools -> Marks-> Select Data*
|
|
|

|
|
|
|
|
|

|
|
|
|
|
|
In the
|
|
|

|
|
|
This user interface allow you to select the marks that you have added into the data. Simply choose the name of the marks you would like to select by using the`| ... |` button. The field below should then auto populate will all of the indexes that have been selected with that mark.
|
|
|
|
... | ... | @@ -12,48 +12,67 @@ EEGLAB will then prompt you to save the new datafile. |
|
|
|
|
|
This same process can be used when selecting and removing components. Visually identify the unwanted components such as blinks and heartbeats, mark them, then use this tool to remove them from the component data. You can also type the components directly into the user interface.
|
|
|
|
|
|
If you do not selct remove these indecies then what you will be collecting is the ????????????????????????????????????????????????.
|
|
|
|
|
|
# Editing Marks
|
|
|
This section contains some more information on creating, editing and selecting marks in ways that would be frustratingly difficult by hand. The editing marks section allows you to preform things such as automatically searching for event breaks or flag breaks. You can also add/combined and delete your marks using the pop up GUIs.
|
|
|
|
|
|

|
|
|
|
|
|
**Collect *Reject* Structure into *Marks* Structure**
|
|
|
# Collect *Reject* Structure into *Marks* Structure
|
|
|
When selecting this option you will be prompted for the new save name of the data set.
|
|
|
NOT SURE WHAT THIS ACTUALLY DOES?
|
|
|
|
|
|
**Mark Flag Gaps**
|
|
|
# Mark Flag Gaps
|
|
|
This tool can be used to find areas in data where there are no other flags.
|
|
|
* Mark Labels to Consider:
|
|
|
You will have to specify what flags you are looking for the absence of. For example if you wanted to mark all the time containing good data, you would list all of the flags that are in bad data.
|
|
|
* Critical inter-flag gap:
|
|
|
This is the minimum gap needed between marks to be considered. The default is set to 3 seconds so good data in a segment of less that 3 sec in will not be considered. This will ensure you are not looking at tiny slivers of time if they are surrounded by bad data.
|
|
|
* Gap Marks Reference Points:?????????????????????????????
|
|
|
* Offset: ????????????????????
|
|
|
* New Mark Label, New Mark Label:
|
|
|
* Gap Marks Reference Points:
|
|
|
?????????????????????????????
|
|
|
* Offset:
|
|
|
????????????????????
|
|
|
* New Mark Label, New Mark Label:
|
|
|
Select the color and name for your new mark!
|
|
|
|
|
|

|
|
|
**Mark Event Gaps**
|
|
|
# Mark Event Gaps
|
|
|
This tool can be used to find areas in data where there are no events.
|
|
|
* Event Types to Consider:
|
|
|
* Event Types to Consider:
|
|
|
You will have to specify what events you are looking for the absence of. For example if you wanted to mark all the time that is out of the task like a break, then you would select all of the tasks to consider.
|
|
|
* Critical inter-flag gap:
|
|
|
* Critical inter-flag gap:
|
|
|
This is the minimum/maximum gap needed between events to be considered. The default is set to 3 seconds so the mark will only highlight when the wait time between the events is longer than 3 seconds for minimum. If you use the maximum option than you could mark the event gaps that are shorter than your time if you wanted.
|
|
|
* Gap Marks Reference Points:?????????????????????????????
|
|
|
* Offset: ????????????????????
|
|
|
* New Mark Label, New Mark Label:
|
|
|
* Gap Marks Reference Points:
|
|
|
?????????????????????????????
|
|
|
* Offset:
|
|
|
????????????????????
|
|
|
* New Mark Label, New Mark Label:
|
|
|
Select the color and name for your new mark!
|
|
|
|
|
|

|
|
|
**Combine Flag Types**
|
|
|
# Combine Flag Types
|
|
|
This tool combines two marks structure into one.
|
|
|
* Info Type: Select the type of mark you are going to edit.
|
|
|
* Merge: This is the mark that is going to be removed.
|
|
|
* Merge Into: This is the mark that is going to receive the mark information, it will contain all of its old indcies marked , plus any indcies that were unique to the merging marks. This is the function used to combined marks into *manual* when [marking using scripts.]()
|
|
|
* Info Type:
|
|
|
Select the type of mark you are going to edit from the drop down box.
|
|
|
* Merge:
|
|
|
This is the mark that is going to be removed.
|
|
|
* Merge Into:
|
|
|
This is the mark that is going to receive the mark information, it will contain all of its old indices marked , plus any indices that were unique to the merging marks. This is the function used to combined marks into *manual* see [Manual Marks](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks#manual-marks) for reference.
|
|
|
For both of these fields you can use the ```| ... | ``` button to select from you list of created marks.
|
|
|
|
|
|

|
|
|
**Add/Remove/Clear Marks Flag Type**
|
|
|
# Add/Remove/Clear Marks Flag Type
|
|
|
In this GUI you can add, clear or delete you marks.
|
|
|
* Action to Perform: select add, clear or delete from the drop down box.
|
|
|
* Info Type: Select the type of mark you are going to edit from the drop down box.
|
|
|
* Mark Label: Select the mark that you wish to change. Or type in the name of the new mark you are creating.
|
|
|
* Line and Tag Color: If you are adding, chose the color of the line and the color of the tag for vised display.
|
|
|
* Mark Order: NOT SURE WHAT THIS IS???
|
|
|
|
|
|

|
|
|
|
|
|
These GUIs are very helpful when manually editing files or if you are just getting started. Once you understand how the functions work you can incorporate these actions as function calls and place them in your scripts.
|
|
|
|
|
|
***
|
|
|
|
... | ... | |