Visibility#
- class xrayvision.visibility.Visibility(
- vis,
- *,
- u,
- v,
- offset=<Quantity [0.,
- 0.] arcsec>,
- phase_centre=<Quantity [0.,
- 0.] arcsec>,
Bases:
objectDeprecated since version 0.2.0: The Visibility class is deprecated and may be removed in a future version. Use Visibilities instead.
Hold a set of related visibilities and information.
Deprecated since version 0.2.0: The Visibility class is deprecated and may be removed in a future version. Use Visibilities instead.
Generic Visibility object.
- Parameters:
vis (astropy.units.quantity.Quantity) – Array of N complex visibilities sampled at the
u,vcoordinates.u (astropy.units.quantity.Quantity) – Array of
ucoordinates where visibilities are sampled.v (astropy.units.quantity.Quantity) – Array of
vcoordinates where visibilities are sampled.phase_centre (astropy.units.quantity.Quantity) – Phase centre of the visibility, defaults to (0,0).
offset (astropy.units.quantity.Quantity) – Offset of the phase_center visibility, defaults to (0,0).