abs_reader

DataLoader.readers.abs_reader

class DataLoader.readers.abs_reader.Reader

Class to load IGOR reduced .ABS files

read(path)

Load data file.

Parameters:

path – file path

Returns:

Data1D object, or None

Raises:
  • RuntimeError – when the file can’t be opened
  • ValueError – when the length of the data vectors are inconsistent

Table Of Contents

Previous topic

Readers

Next topic

ascii_reader

This Page