#include <fiff_epochs.h>
Public Attributes | |
| Eigen::MatrixXd | data |
| double | tmin = 0.0 |
| double | tmax = 0.0 |
Definition at line 60 of file fiff_epochs.h.
| Eigen::MatrixXd FiffEpochData::data |
Epoch data (n_channels × n_times_per_epoch).
Definition at line 62 of file fiff_epochs.h.
| double FiffEpochData::tmax = 0.0 |
End time of this epoch in seconds.
Definition at line 64 of file fiff_epochs.h.
| double FiffEpochData::tmin = 0.0 |
Start time of this epoch in seconds.
Definition at line 63 of file fiff_epochs.h.