Differences
This shows you the differences between two versions of the page.
— |
reference:loreta2fieldtrip [2018/08/23 14:43] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== LORETA2FIELDTRIP ===== | ||
+ | |||
+ | Note that this reference documentation is identical to the help that is displayed in MATLAB when you type "help loreta2fieldtrip". | ||
+ | |||
+ | <html><pre> | ||
+ | <a href=/reference/loreta2fieldtrip><font color=green>LORETA2FIELDTRIP</font></a> reads and converts a LORETA source reconstruction into a | ||
+ | FieldTrip data structure, which subsequently can be used for statistical | ||
+ | analysis or other analysis methods implemented in Fieldtrip. | ||
+ | |||
+ | Use as | ||
+ | [source] = loreta2fieldtrip(filename, ...) | ||
+ | where optional arguments can be passed as key-value pairs. | ||
+ | |||
+ | filename can be the binary file from LORETA or a LORETA file exported as | ||
+ | a text file (using the format converter in LORETA-KEY). | ||
+ | |||
+ | The following optional arguments are supported | ||
+ | 'timeframe' = integer number, which timepoint to read (default is to read all) | ||
+ | |||
+ | See also EEGLAB2FIELDTRIP, <a href=/reference/spm2fieldtrip><font color=green>SPM2FIELDTRIP</font></a>, <a href=/reference/nutmeg2fieldtrip><font color=green>NUTMEG2FIELDTRIP</font></a>, <a href=/reference/spass2fieldtrip><font color=green>SPASS2FIELDTRIP</font></a> | ||
+ | </pre></html> | ||