Changes
Page history
adlofts created page: essinit
authored
Feb 08, 2017
by
Andrew Lofts
Show whitespace changes
Inline
Side-by-side
essinit.md
View page @
e4ae198a
...
@@ -32,13 +32,13 @@ All of the mandatory variables need to be in the config, if they are not, a GUI
...
@@ -32,13 +32,13 @@ All of the mandatory variables need to be in the config, if they are not, a GUI
|----------------|:---:|:------:|:------:|:------:|:------:|---------------------------------------------------------------------------------|
|----------------|:---:|:------:|:------:|:------:|:------:|---------------------------------------------------------------------------------|
| Variable | XML | Config | Manual | Config | Manual | Description |
| Variable | XML | Config | Manual | Config | Manual | Description |
| loadType | | x | x | x | x | ESS or OTHER type of study you are loading |
| loadType | | x | x | x | x | ESS or OTHER type of study you are loading |
| ref_loc_file | | x | | x | | Warp reference surface, default is the MNI head if no config is given |
| oneloc | | x | x | x | x | 1 if you are using a single montage location file, 0 for subject specific files |
| modality | x | | | x | x | System used for recording |
| modality | x | | | x | x | System used for recording |
| oneloc | | x | x | x | x | 1 if you are using a single montage location file, 0 for subject specific files |
| locs_file_name | x | | | x | x | Path to montage or naming convention for subject specific files |
| locs_file_name | x | | | x | x | Path to montage or naming convention for subject specific files |
| srate | x | | | x | x | Number of data points collected per second |
| srate | x | | | x | x | Number of data points collected per second |
| NotEEG_chans | x | | | x | | Channel numbers that do not contain EEG data |
| NotEEG_chans | x | | | x | | Channel numbers that do not contain EEG data |
| Fid_chans | x | | | x | x | Channel numbers of the Fiducials for warping reference |
| Fid_chans | x | | | x | x | Channel numbers of the Fiducials for warping reference |
| ref_loc_file | | x | | x | | Warp reference surface, default is the MNI head if no config is given |
| tMatrix | | x | x | x | x | Matrix used to warp your location files to MNI head |
| tMatrix | | x | x | x | x | Matrix used to warp your location files to MNI head |
| Onevents | | x | x | x | x | Events that represent HED tag 'Custom/Marks/RecStart' |
| Onevents | | x | x | x | x | Events that represent HED tag 'Custom/Marks/RecStart' |
| Offevents | | x | x | x | x | Events that represent HED tag 'Custom/Marks/RecStop' |
| Offevents | | x | x | x | x | Events that represent HED tag 'Custom/Marks/RecStop' |
...
@@ -46,6 +46,42 @@ All of the mandatory variables need to be in the config, if they are not, a GUI
...
@@ -46,6 +46,42 @@ All of the mandatory variables need to be in the config, if they are not, a GUI
# Variable Specifics
# Variable Specifics
**loadType**

**modality**

**oneloc**

**locs_file_name**

**srate**

**NotEEG_chans**
**Fid_chans**

**ref_loc_file**
**tMatrix**



**Onevents/Offevents/Inevents**




***
***
...
...
...
...