est.io.utils.readers.larch_reader.LarchReader#

class est.io.utils.readers.larch_reader.LarchReader[source]#

Bases: AbstractAsciiReader

static get_all_scan_titles(file_path: str) List[str]#
static get_first_scan_title(file_path: str)#
static get_scan_column_names(file_path: str, scan_title: str) List[str][source]#
static read_spectrum(column_file, energy_col_name=None, absorption_col_name=None, monitor_col_name=None, energy_unit=<Unit('electron_volt')>, scan_title=None) Tuple[ndarray | None, ndarray | None][source]#