__init__(self,
samples=None,
**kwargs)
(Constructor)
| source code
|
Initialize EEPDataset.
- Parameters:
samples, ndarray - Three-dimensional array: (samples x channels x timepoints).
t0, float - Reference time of the first timepoint. Can be used to preserve
information about the onset of some stimulation. Preferably in
seconds.
dt, float - Temporal distance between two timepoints. Has to be given in
seconds. Otherwise samplingrate property will not return
Hz.
channelids, list - List of channel names.
- Overrides:
mapped.MappedDataset.__init__
Parameters:
- samples: Filename (string) of a EEP binary file or an EEPBin
- object
|