VisibilitiesABC#
- class xrayvision.visibility.VisibilitiesABC[source]#
Bases:
ABCAttributes Summary
Amplitudes of the visibilities.
Amplitude uncertainty of the visibilities.
Metadata.
Phases of the visibilities.
The position of the phase center of the visibilities.
Phase uncertainty of the visibilities.
u-coordinate on the complex plane of the visibilities.
Uncertainties on visibilities values.
v-coordinate on the complex plane of the 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.