v2.0.0
Loading...
Searching...
No Matches
BIDSLIB::EDFChannelInfo Struct Reference

Channel-level metadata from the EDF header. More...

#include <bids_edf_reader.h>

Public Member Functions

FIFFLIB::FiffChInfo toFiffChInfo () const

Public Attributes

int channelNumber {-1}
QString label
QString transducerType
QString physicalDimension
QString prefiltering
float physicalMin {0.0f}
float physicalMax {0.0f}
long digitalMin {0}
long digitalMax {0}
long samplesPerRecord {0}
long sampleCount {0}
float frequency {0.0f}
bool isMeasurement {false}

Detailed Description

Channel-level metadata from the EDF header.

Definition at line 66 of file bids_edf_reader.h.

Member Function Documentation

◆ toFiffChInfo()

FiffChInfo EDFChannelInfo::toFiffChInfo ( ) const

Definition at line 64 of file bids_edf_reader.cpp.

Member Data Documentation

◆ channelNumber

int BIDSLIB::EDFChannelInfo::channelNumber {-1}

Definition at line 68 of file bids_edf_reader.h.

◆ digitalMax

long BIDSLIB::EDFChannelInfo::digitalMax {0}

Definition at line 76 of file bids_edf_reader.h.

◆ digitalMin

long BIDSLIB::EDFChannelInfo::digitalMin {0}

Definition at line 75 of file bids_edf_reader.h.

◆ frequency

float BIDSLIB::EDFChannelInfo::frequency {0.0f}

Definition at line 79 of file bids_edf_reader.h.

◆ isMeasurement

bool BIDSLIB::EDFChannelInfo::isMeasurement {false}

Definition at line 80 of file bids_edf_reader.h.

◆ label

QString BIDSLIB::EDFChannelInfo::label

Definition at line 69 of file bids_edf_reader.h.

◆ physicalDimension

QString BIDSLIB::EDFChannelInfo::physicalDimension

Definition at line 71 of file bids_edf_reader.h.

◆ physicalMax

float BIDSLIB::EDFChannelInfo::physicalMax {0.0f}

Definition at line 74 of file bids_edf_reader.h.

◆ physicalMin

float BIDSLIB::EDFChannelInfo::physicalMin {0.0f}

Definition at line 73 of file bids_edf_reader.h.

◆ prefiltering

QString BIDSLIB::EDFChannelInfo::prefiltering

Definition at line 72 of file bids_edf_reader.h.

◆ sampleCount

long BIDSLIB::EDFChannelInfo::sampleCount {0}

Definition at line 78 of file bids_edf_reader.h.

◆ samplesPerRecord

long BIDSLIB::EDFChannelInfo::samplesPerRecord {0}

Definition at line 77 of file bids_edf_reader.h.

◆ transducerType

QString BIDSLIB::EDFChannelInfo::transducerType

Definition at line 70 of file bids_edf_reader.h.


The documentation for this struct was generated from the following files: