VisibilitiesABC#

class xrayvision.visibility.VisibilitiesABC[source]#

Bases: ABC

Attributes Summary

amplitude

Amplitudes of the visibilities.

amplitude_uncertainty

Amplitude uncertainty of the visibilities.

meta

Metadata.

phase

Phases of the visibilities.

phase_center

The position of the phase center of the visibilities.

phase_uncertainty

Phase uncertainty of the visibilities.

u

u-coordinate on the complex plane of the visibilities.

uncertainty

Uncertainties on visibilities values.

v

v-coordinate on the complex plane of the visibilities.

visibilities

Complex numbers representing the visibilities.

Attributes Documentation

amplitude#

Amplitudes of the visibilities.

amplitude_uncertainty#

Amplitude uncertainty of the visibilities.

meta#

Metadata.

phase#

Phases of the visibilities.

phase_center#

The position of the phase center of the visibilities.

phase_uncertainty#

Phase uncertainty of the visibilities.

u#

u-coordinate on the complex plane of the visibilities.

uncertainty#

Uncertainties on visibilities values.

v#

v-coordinate on the complex plane of the visibilities.

visibilities#

Complex numbers representing the visibilities.