ascii_reader

DataLoader.readers.ascii_reader

class DataLoader.readers.ascii_reader.Reader

Class to load ascii files (2, 3 or 4 columns).

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

abs_reader

Next topic

associations

This Page