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.

Attributes

data

A view of the data in the file as a HDF5Object.

file_format

The file format of the data to be read.

path