VisMeta#

class xrayvision.visibility.VisMeta(*args, **kwargs)[source]#

Bases: VisMetaABC, dict

A class for holding Visibility-specific metadata.

Parameters:

meta (dict) – A dictionary of the metadata

Attributes Summary

instrument

The name of the instrument or observer that measured the visibilities.

observer_coordinate

Location of the observer.

spectral_range

Spectral range over which the visibilities are computed.

time_range

Time range over which the visibilities are computed.

vis_labels

Labels of each visibility.

Attributes Documentation

instrument#
observer_coordinate#
spectral_range#
time_range#
vis_labels#