edges_io.io#

A module defining the overall file structure and internal contents of cal obs.

This module defines the overall file structure and internal contents of the calibration observations. It does not implement any algorithms/methods on that data, making it easier to separate the algorithms from the data checking/reading.

Classes

AntSimS11(path[, log_level, check, fix, ...])

CalibrationObservation(path[, log_level, ...])

A full set of data required to calibrate field observations.

FieldSpectrum(path)

A simple object able to read any known spectrum format.

LoadS11(path[, log_level, check, fix, ...])

ReceiverReading(path[, log_level, check, ...])

Resistance(path[, log_level, check, fix])

An object representing a resistance measurement (and its structure).

Resistances(path[, log_level, check, fix, ...])

S11Dir(path[, log_level, repeat_num, ...])

Class representing the entire S11 subdirectory of an observation.

S1P(path[, log_level, check, fix])

Spectra(path[, log_level, check, fix, ...])

Spectrum(path[, log_level, check, fix])

Class representing an observed spectrum.

SwitchingState(path[, log_level, check, ...])