physioex.data.SubjectSpec#

class physioex.data.SubjectSpec(subject_id, edf_path, label_path=None, external_meta=<factory>)[source]#

Bases: object

Metadata describing how to locate a single subject’s raw data.

Returned by BasePhysioDataset._list_subjects(). Lightweight – must not itself load signal data.

Parameters:
__init__(subject_id, edf_path, label_path=None, external_meta=<factory>)#
Parameters:
Return type:

None

Methods

__init__(subject_id, edf_path[, label_path, ...])

Attributes

label_path

subject_id

edf_path

external_meta