edges_io.io.FieldSpectrum#

class edges_io.io.FieldSpectrum(path)[source]#

A simple object able to read any known spectrum format.

Parameters:

path (str | pathlib.Path) – The path to the file to read.

Methods

__init__(path)

Method generated by attrs for class FieldSpectrum.

get_data()

Get a GSData object from the file.

Attributes

file_format

The file format of the data to be read.

path