physioex.data.EDFHeader#

class physioex.data.EDFHeader(available_channels: 'List[str]', channel_fs: 'Dict[str, float]', channel_units: 'Dict[str, str]', patient_meta: 'Dict[str, Optional[str]]', duration_sec: 'float', source_mtime: 'float', start_sec: 'float' = 0.0)[source]#

Bases: object

Parameters:
__init__(available_channels, channel_fs, channel_units, patient_meta, duration_sec, source_mtime, start_sec=0.0)#
Parameters:
Return type:

None

Methods

__init__(available_channels, channel_fs, ...)

from_dict(d)

to_dict()

Attributes

start_sec

available_channels

channel_fs

channel_units

patient_meta

duration_sec

source_mtime