|
|
[[_TOC_]]
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
|
... | ... | @@ -7,7 +9,78 @@ |
|
|
|
|
|

|
|
|
|
|
|
# Visual Editing Options
|
|
|
description
|
|
|
****
|
|
|
|
|
|
# EEG Plot Options
|
|
|
description
|
|
|
**Sampling Rate [srate]**
|
|
|
* Sampling rate in Hz {default|0: 256 Hz}
|
|
|
|
|
|
**Y axis spacing [spacing]**
|
|
|
* Display range per channel (default|0: max(whole_data)-min(whole_data))
|
|
|
|
|
|
**Time Limits [limits]**
|
|
|
* [start end] Time limits for data epochs in ms (for labeling purposes only).
|
|
|
|
|
|
**Window Time Length [winlength]**
|
|
|
* [value] Seconds (or epochs) of data to display in window {default: 5}.
|
|
|
|
|
|
**n Channels to Display [dispchans]**
|
|
|
* [integer] Number of channels to display in the activity window {default: from data}. If < total number of channels, a vertical slider on the left side of the figure allows vertical data scrolling.
|
|
|
|
|
|
**Title**
|
|
|
* Figure title {default: none}.
|
|
|
|
|
|
**X Axis Grid Lines [xgrid]**
|
|
|
* ['on'|'off'] Toggle display of the x-axis grid {default: 'off'}
|
|
|
|
|
|
**Y Axis Grid Lines [ygrid]**
|
|
|
* ['on'|'off'] Toggle display of the y-axis grid {default: 'off'}
|
|
|
|
|
|
**Plot Event Duration [ploteventdur]**
|
|
|
* ['on'|'off'] Toggle display of event duration { default: 'off' }
|
|
|
|
|
|
**Overlay Data [data2]**
|
|
|
* [float array] identical size to the original data and plotted on top of it.
|
|
|
|
|
|
**Button Command [command]**
|
|
|
* ['string'] Matlab command to evaluate when the 'REJECT' button is clicked. The 'REJECT' button is visible only if this parameter is not empty. As explained in the "Output" section below, the variable TMPREJ' contains the rejected windows (see the functions eegplot2event() and eegplot2trial()).
|
|
|
|
|
|
**Button Label [butlabel]**
|
|
|
* Reject button label. {default: 'REJECT'}
|
|
|
|
|
|
**Chanel Color [color]**
|
|
|
* ['on'|'off'|cell array] Plot channels with different colors. If an RGB cell array {'r' 'b' 'g'}, channels will be plotted using the cell-array color elements in cyclic order {default:'off'}.
|
|
|
|
|
|
**Axis Marking Color [wincolor]**
|
|
|
* [color] Color to use to mark data stretches or epochs {default: [ 0.7 1 0.9] is the default marking color}.
|
|
|
|
|
|
**Subtract Signal Mean [submean]**
|
|
|
* ['on'|'off'] Remove channel means in each window {default: 'on'}
|
|
|
|
|
|
**Figure Window [position]**
|
|
|
* [lowleft_x lowleft_y width height] Position of the figure in pixels.
|
|
|
|
|
|
**Figure Window [tag]**
|
|
|
* [string] Matlab object tag to identify this eegplot() window (allows keeping track of several simultaneous eegplot() windows).
|
|
|
|
|
|
**Figure [children] Handle**
|
|
|
* [integer] Figure handle of a *dependent* eegplot() window. Scrolling horizontally in the master window will produce the same scroll in the dependent window. Allows comparison of two concurrent datasets, or of channel and component data from the same dataset.
|
|
|
|
|
|
**Amplitude [scale]**
|
|
|
* ['on'|'off'] Display the amplitude scale {default: 'on'}.
|
|
|
|
|
|
# Marks Property Options
|
|
|
description
|
|
|
|
|
|
|
|
|
|
|
|
In the pop up load :b: *vised_config.txt* file from *analysis/support/config*
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
In the pop up load :b: *vised_config.txt* file from *analysis/support/config* |
|
|
\ No newline at end of file |
|
|
[ :house: **Return to Main Page**](https://git.sharcnet.ca/jdesjard/vised_marks/wikis/home) |
|
|
\ No newline at end of file |