MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Processes AsA .elc files which contain the electrode positions of a EEG hat. More...
#include <layoutloader.h>
Public Types | |
typedef QSharedPointer< LayoutLoader > | SPtr |
typedef QSharedPointer< const LayoutLoader > | ConstSPtr |
Static Public Member Functions | |
static bool | readAsaElcFile (const QString &path, QStringList &channelNames, QList< QVector< float > > &location3D, QList< QVector< float > > &location2D, QString &unit) |
static bool | readAsaElcFile (const std::string &path, std::vector< std::string > &channelNames, std::vector< std::vector< float > > &location3D, std::vector< std::vector< float > > &location2D, std::string &unit) |
static bool | readMNELoutFile (const QString &path, QMap< QString, QPointF > &channelData) |
static bool | readMNELoutFile (const std::string &path, QMap< std::string, QPointF > &channelData) |
Processes AsA .elc files which contain the electrode positions of a EEG hat.
Processes layout files (AsA .elc, MNE .lout) files which contain the electrode positions of a EEG/MEG hat.
Definition at line 82 of file layoutloader.h.
typedef QSharedPointer<const LayoutLoader> UTILSLIB::LayoutLoader::ConstSPtr |
Const shared pointer type for LayoutLoader.
Definition at line 86 of file layoutloader.h.
typedef QSharedPointer<LayoutLoader> UTILSLIB::LayoutLoader::SPtr |
Shared pointer type for LayoutLoader.
Definition at line 85 of file layoutloader.h.
|
static |
Reads the specified ANT elc-layout file.
[in] | path | holds the file path of the elc file which is to be read. |
[in] | location3D | holds the vector to which the read 3D positions are stored. |
[in] | location2D | holds the vector to which the read 2D positions are stored. |
Definition at line 65 of file layoutloader.cpp.
|
static |
Reads the specified ANT elc-layout file.
[in] | path | holds the file path of the elc file which is to be read. |
[in] | location3D | holds the vector to which the read 3D positions are stored. |
[in] | location2D | holds the vector to which the read 2D positions are stored. |
Definition at line 154 of file layoutloader.cpp.
|
static |
Reads the specified MNE .lout file.
[in] | path | holds the file path of the lout file which is to be read. |
[in] | channel | data holds the x,y and channel number for every channel. The map keys are the channel names (i.e. 'MEG 0113'). |
Definition at line 249 of file layoutloader.cpp.
|
static |
Reads the specified MNE .lout file.
[in] | path | holds the file path of the lout file which is to be read. |
[in] | channel | data holds the x,y and channel number for every channel. The map keys are the channel names (i.e. 'MEG 0113'). |
Definition at line 294 of file layoutloader.cpp.