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} |
Channel-level metadata from the EDF header.
Definition at line 66 of file bids_edf_reader.h.
| FiffChInfo EDFChannelInfo::toFiffChInfo | ( | ) | const |
Definition at line 64 of file bids_edf_reader.cpp.
| int BIDSLIB::EDFChannelInfo::channelNumber {-1} |
Definition at line 68 of file bids_edf_reader.h.
| long BIDSLIB::EDFChannelInfo::digitalMax {0} |
Definition at line 76 of file bids_edf_reader.h.
| long BIDSLIB::EDFChannelInfo::digitalMin {0} |
Definition at line 75 of file bids_edf_reader.h.
| float BIDSLIB::EDFChannelInfo::frequency {0.0f} |
Definition at line 79 of file bids_edf_reader.h.
| bool BIDSLIB::EDFChannelInfo::isMeasurement {false} |
Definition at line 80 of file bids_edf_reader.h.
| QString BIDSLIB::EDFChannelInfo::label |
Definition at line 69 of file bids_edf_reader.h.
| QString BIDSLIB::EDFChannelInfo::physicalDimension |
Definition at line 71 of file bids_edf_reader.h.
| float BIDSLIB::EDFChannelInfo::physicalMax {0.0f} |
Definition at line 74 of file bids_edf_reader.h.
| float BIDSLIB::EDFChannelInfo::physicalMin {0.0f} |
Definition at line 73 of file bids_edf_reader.h.
| QString BIDSLIB::EDFChannelInfo::prefiltering |
Definition at line 72 of file bids_edf_reader.h.
| long BIDSLIB::EDFChannelInfo::sampleCount {0} |
Definition at line 78 of file bids_edf_reader.h.
| long BIDSLIB::EDFChannelInfo::samplesPerRecord {0} |
Definition at line 77 of file bids_edf_reader.h.
| QString BIDSLIB::EDFChannelInfo::transducerType |
Definition at line 70 of file bids_edf_reader.h.