sasdata.dataloader.readers.abs_reader module

IGOR 1D data reader

class sasdata.dataloader.readers.abs_reader.Reader

Bases: FileReader

Class to load IGOR reduced .ABS files

__annotations__ = {}
__doc__ = '\n    Class to load IGOR reduced .ABS files\n    '
__module__ = 'sasdata.dataloader.readers.abs_reader'
ext = ['.abs', '.cor']
get_file_contents()

Get the contents of the file

Raises:
  • RuntimeError – when the file can’t be opened

  • ValueError – when the length of the data vectors are inconsistent

type = ['IGOR 1D files (*.abs)|*.abs', 'IGOR 1D USANS files (*.cor)|*.cor']
type_name = 'IGOR 1D'