hest.readers.Reader

class hest.readers.Reader

ST/H&E reader

Methods table

auto_read(path, **read_kwargs)

Automatically detect the file names and determine a reading strategy based on the detected files.

read(**options)

Methods

Reader.auto_read(path: str, **read_kwargs) HESTData

Automatically detect the file names and determine a reading strategy based on the detected files. For more control on the reading process, consider using read() instead

Parameters:

path (st) – path to the directory containing all the necessary files

Returns:

STObject that was read

Return type:

HESTData

abstract Reader.read(**options) HESTData