|
[[_TOC_]]
|
|
[[_TOC_]]
|
|
|
|
|
|
# Introduction
|
|
# Introduction
|
|
This plug in uses a multitude of functions and their descriptions can be found below.
|
|
This plugin uses a multitude of functions and their descriptions can be found below.
|
|
You can find more information about the particular inputs and outputs as well how to call the function in the function help descriptions found by running the command:
|
|
You can find more information about the particular inputs and outputs as well how to call the function in the function help descriptions found by running the help command:
|
|
|
|
|
|
```matlab
|
|
```matlab
|
|
help function_name
|
|
help function_name
|
... | @@ -12,28 +12,32 @@ help function_name |
... | @@ -12,28 +12,32 @@ help function_name |
|
The functions used in this extension can be summarised into three parts:
|
|
The functions used in this extension can be summarised into three parts:
|
|
1. Interpret Reference
|
|
1. Interpret Reference
|
|
2. Interpret Montage
|
|
2. Interpret Montage
|
|
3. Warp Locations
|
|
3. Warp Locations
|
|
|
|
|
|
|
|
Each part consists of two functions one to create the GUI and accept the inputs and the other which preforms the interpretation.
|
|
|
|
|
|
***
|
|
***
|
|
|
|
|
|

|
|

|
|
|
|
|
|
***
|
|
***
|
|
|
|
**eegplugin_interp_mont**
|
|
|
|
* EEGLAB plugin for interpolating data to locations found in coordinate file recognised by readlocs.
|
|
|
|
|
|
**pop_interp_mont**
|
|
**pop_interp_mont**
|
|
* Description
|
|
* Collect inputs for interpmont. Interpolate current data to coordinates from a specified coordinate file.
|
|
|
|
|
|
**interp_mont**
|
|
**interp_mont**
|
|
* Description
|
|
* Interpolate current data to coordinates from a specified sfp file.
|
|
|
|
|
|
**pop_interp_ref**
|
|
**pop_interp_ref**
|
|
* Description
|
|
* Collects inputs for interpref.
|
|
|
|
|
|
**interp_ref**
|
|
**interp_ref**
|
|
* Description
|
|
* This function reads coordinate files and interpolates data to these locations from the currently loaded data in EEGLAB. The average of the interpolated channels is then calculated and subtracted from each of channels in the currently loaded data in EEGLAB (Then the interpolated channels are removed)
|
|
|
|
|
|
**pop_warp_locs**
|
|
**pop_warp_locs**
|
|
* Description
|
|
* Collect inputs for warplocs. Interpolate current data to coordinates from a specified coordinate file.
|
|
|
|
|
|
**warp_locs**
|
|
**warp_locs**
|
|
* Description
|
|
* Description
|
... | | ... | |