yadg.extractors.public.eclab package
Submodules
- yadg.extractors.public.eclab.mpr.extract(*, fn, timezone, **kwargs)
Processes EC-Lab raw data binary files.
- Parameters:
fn (
str
) – The file containing the data to parse.encoding – Encoding of
fn
, by default “windows-1252”.timezone (
str
) – A string description of the timezone. Default is “localtime”.
- Returns:
The full date is specified only if the “LOG” module is present.
- Return type:
- yadg.extractors.public.eclab.mpt.extract(*, fn, encoding, locale, timezone, **kwargs)
Processes EC-Lab human-readable text export files.
- Parameters:
fn (
str
) – The file containing the data to parse.encoding (
str
) – Encoding offn
, by default “windows-1252”.timezone (
str
) – A string description of the timezone. Default is “UTC”.
- Returns:
The full date may not be specified if header is not present.
- Return type: