vitabel.utils.loading¶
Attributes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read an EDF+ file and return channels, labels, and metadata. |
Module Contents¶
- vitabel.utils.loading.logger¶
- vitabel.utils.loading.read_zolljson(filepath: pathlib.Path | str)¶
- vitabel.utils.loading.read_zolljson_contin(wave_recording_elements, starttime)¶
- vitabel.utils.loading.read_zolljson_trend(trend_rpt, starttime)¶
- vitabel.utils.loading.read_zolljson_compr(cpr_compr, starttime)¶
- vitabel.utils.loading.read_zollxml(filepath: pathlib.Path | str)¶
- vitabel.utils.loading.read_zollxml_contin(wave_recording_elements, starttime)¶
- vitabel.utils.loading.read_zollxml_trend(trend_rpt, starttime)¶
- vitabel.utils.loading.read_zollxml_compr(cpr_compr, starttime)¶
- vitabel.utils.loading.find_wavetypevar(entry)¶
- vitabel.utils.loading.read_zollcsv(filepath: pathlib.Path | str, filepathxml: pathlib.Path | str, quick=False)¶
- vitabel.utils.loading.new_names(oldkey)¶
- vitabel.utils.loading.read_lifepak(f_cont, f_cont_wv, f_cpre, further_files=[])¶
- vitabel.utils.loading.lifepak2zoll_name(lp)¶
- vitabel.utils.loading.read_lucas(f_luc: pathlib.Path, f_cpre: pathlib.Path)¶
- vitabel.utils.loading.read_corpuls(f_corpuls)¶
- vitabel.utils.loading.read_eolife_export(eolife_filepath: pathlib.Path) vitabel.typing.EOLifeRecord¶
- vitabel.utils.loading.read_edfplus(file_path: pathlib.Path | str) tuple[list, list, dict]¶
Read an EDF+ file and return channels, labels, and metadata.
- Parameters:
- file_path
Path to the EDF+ file.
- Returns:
- channelslist[Channel]
List of Channel objects for each biosignal track.
- labelslist[Label]
List of Label objects for annotations.
- metadatadict
Recording-level metadata extracted from the EDF+ header.