adlofts created page: epoching data authored by Andrew Lofts's avatar Andrew Lofts
......@@ -34,19 +34,22 @@ If you already have a configuration file you can load it by clicking `|Load Vise
**Key Select Command [keyselectcommand]**
* [cell array] each row is string containing a key character followed by "," then a command to execute when the key character is pressed while the pointer is over the data axis.
![ketstringcommand](/uploads/2f96cf0a9d2babdee1514a259ca28a1d/ketstringcommand.png)
**MORE DESCRIPTION ON ALL OF THESE ABOVE PICTURES WITH CELL STRING EXAMPLE ETC**
# EEG Plot Options
description
**Keep figure at front [mouse_data_front]**
* [''on''|''off''] When mouse moves over the data axis bring/keep the eegplot figure window at the front {default: ''on''}
**Sampling Rate [srate]**
* Sampling rate in Hz {default|0: 256 Hz}
* Sampling rate in Hz {default|0: 256 Hz}.Use in the calculation of times labels on the x axis of the eegplot scroll window.
**Y axis spacing [spacing]**
* Display range per channel (default|0: max(whole_data)-min(whole_data))
* Display range per channel (default|0: max(whole_data)-min(whole_data)) Y axis distance in uV between the zero value of each waveform in the eegplot scroll window.
**Time Limits [limits]**
* [start end] Time limits for data epochs in ms (for labeling purposes only).
* [start end] Time limits for data epochs in ms (for labelling purposes only).
**Window Time Length [winlength]**
* [value] Seconds (or epochs) of data to display in window {default: 5}.
......@@ -98,7 +101,26 @@ description
# Marks Property Options
description find THESE DESCRIPTIONS IN VISEDCONFIG2PROPGRID!!!!!!!!!!!!!!!!!!!!!!
** Marks Y axis Location [marks_y_loc]**
*'Location along the y axis [percent from bottom to top] ' ...
'to diplay the marks structure flags {default .8}. May also ' ...
'be an array of values to plot ']) ...
**Inter-Mark Interval [inter_mark_int]**
* 'Distance along the y axis [percent from bottom to top] ' ...
'to separate each marks type {default .04}.']) ...
PropertyGridField('inter_tag_int', visedconfig.inter_tag_int, ...
**Inter_tag Interval [inter_tag_int]**
* ['Distance along the x axis [percent from left to right] ' ...
'to separate each channel tag pointing at flagged channel labels {default .002}.']) ...
**Color Interval [marks_col_int]**
* Marks surface plots depict values between 0 to 1. ' ...
'The marks_col_int sets the interval of color change in the plot {default .1}.']) ...
**Marks Surface Plot Transparency [marks_col_alpha]
* ['Alpha is a value between 0 and 1 where 0 = transparent and 1 = opaque {default .7}.']) ...
***
......
......