Open source Very Long Baseline Interferometry
OpenVLBI
Classes | Enumerations

The OpenVLBI Server, a C++ implementation of an OpenVLBI server or application.
More...

Classes

class  VLBI::Server
 Inherit this class to create an OpenVLBI server application. More...
 

Enumerations

enum  VLBI::vlbi_plot_flags { VLBI::plot_flags_moving_baseline = 1, VLBI::plot_flags_uv_coverage = 2, VLBI::plot_flags_synced = 4, VLBI::plot_flags_custom_delegate = 8 }
 Flags that characterize a plot. More...
 

Detailed Description

This class offers a simple interface with the commonly used methods, allowing custom overrides and
extensibility.

Author
Ilia Platone

Enumeration Type Documentation

◆ vlbi_plot_flags

See also
Server::Plot()
Enumerator
plot_flags_moving_baseline 

This indicates that the nodes have a positional stream companion.

plot_flags_uv_coverage 

This will fill all baselines projected pixels with ones.

plot_flags_synced 

This indicates that the nodes are synced already and no delay calculation will be done.

plot_flags_custom_delegate 

This will use a custom visibility delegate.