MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Information about raw data in fiff file. More...
#include <mne_raw_info.h>
Public Types | |
typedef QSharedPointer< MneRawInfo > | SPtr |
typedef QSharedPointer< const MneRawInfo > | ConstSPtr |
Public Member Functions | |
MneRawInfo () | |
~MneRawInfo () | |
Static Public Member Functions | |
static FIFFLIB::FiffDirNode::SPtr | find_meas (const FIFFLIB::FiffDirNode::SPtr &node) |
static FIFFLIB::FiffDirNode::SPtr | find_meas_info (const FIFFLIB::FiffDirNode::SPtr &node) |
static FIFFLIB::FiffDirNode::SPtr | find_raw (const FIFFLIB::FiffDirNode::SPtr &node) |
static FIFFLIB::FiffDirNode::SPtr | find_maxshield (const FIFFLIB::FiffDirNode::SPtr &node) |
static int | get_meas_info (FIFFLIB::FiffStream::SPtr &stream, FIFFLIB::FiffDirNode::SPtr &node, FIFFLIB::fiffId *id, int *nchan, float *sfreq, float *highpass, float *lowpass, QList< FIFFLIB::FiffChInfo > &chp, FIFFLIB::FiffCoordTransOld **trans, FIFFLIB::fiffTime *start_time) |
static int | mne_load_raw_info (const QString &name, int allow_maxshield, MneRawInfo **infop) |
Public Attributes | |
QString | filename |
FIFFLIB::fiffId | id |
int | nchan |
QList< FIFFLIB::FiffChInfo > | chInfo |
int | coord_frame |
FIFFLIB::FiffCoordTransOld * | trans |
float | sfreq |
float | lowpass |
float | highpass |
FIFFLIB::fiffTimeRec | start_time |
int | buf_size |
int | maxshield_data |
QList< FIFFLIB::FiffDirEntry::SPtr > | rawDir |
int | ndir |
Information about raw data in fiff file.
Implements the MNE Raw Information (Replaces mneRawInfoRec, *mneRawInfo; struct of MNE-C mne_types.h).
Definition at line 80 of file mne_raw_info.h.
typedef QSharedPointer<const MneRawInfo> MNELIB::MneRawInfo::ConstSPtr |
Const shared pointer type for MneRawInfo.
Definition at line 84 of file mne_raw_info.h.
typedef QSharedPointer<MneRawInfo> MNELIB::MneRawInfo::SPtr |
Shared pointer type for MneRawInfo.
Definition at line 83 of file mne_raw_info.h.
MneRawInfo::MneRawInfo | ( | ) |
Constructs the MNE Raw Info Refactored: (.c)
Definition at line 73 of file mne_raw_info.cpp.
MneRawInfo::~MneRawInfo | ( | ) |
Destroys the MNE Raw Info Refactored: mne_free_raw_info (mne_raw_routines.c)
Definition at line 79 of file mne_raw_info.cpp.
int MNELIB::MneRawInfo::buf_size |
Buffer size in samples.
Definition at line 144 of file mne_raw_info.h.
QList<FIFFLIB::FiffChInfo> MNELIB::MneRawInfo::chInfo |
Channel info data .
Definition at line 130 of file mne_raw_info.h.
int MNELIB::MneRawInfo::coord_frame |
Which coordinate frame are the positions defined in?
Definition at line 131 of file mne_raw_info.h.
QString MNELIB::MneRawInfo::filename |
The name of the file this comes from.
Definition at line 127 of file mne_raw_info.h.
float MNELIB::MneRawInfo::highpass |
Highpass filter setting.
Definition at line 139 of file mne_raw_info.h.
FIFFLIB::fiffId MNELIB::MneRawInfo::id |
Measurement id from the file.
Definition at line 128 of file mne_raw_info.h.
float MNELIB::MneRawInfo::lowpass |
Lowpass filter setting.
Definition at line 138 of file mne_raw_info.h.
int MNELIB::MneRawInfo::maxshield_data |
Are these unprocessed MaxShield data.
Definition at line 145 of file mne_raw_info.h.
int MNELIB::MneRawInfo::nchan |
Number of channels.
Definition at line 129 of file mne_raw_info.h.
int MNELIB::MneRawInfo::ndir |
Number of tags in the above directory.
Definition at line 153 of file mne_raw_info.h.
QList<FIFFLIB::FiffDirEntry::SPtr> MNELIB::MneRawInfo::rawDir |
Directory of raw data tags These may be of type FIFF_DATA_BUFFER FIFF_DATA_SKIP FIFF_DATA_SKIP_SAMP FIFF_NOP
Definition at line 146 of file mne_raw_info.h.
float MNELIB::MneRawInfo::sfreq |
Sampling frequency.
Definition at line 137 of file mne_raw_info.h.
FIFFLIB::fiffTimeRec MNELIB::MneRawInfo::start_time |
Starting time of the acquisition taken from the meas date or the meas block id whence it may be inaccurate.
Definition at line 140 of file mne_raw_info.h.
FIFFLIB::FiffCoordTransOld* MNELIB::MneRawInfo::trans |
This is the coordinate transformation FIFF_COORD_HEAD <--> FIFF_COORD_DEVICE
Definition at line 134 of file mne_raw_info.h.