Introduction to the VLBI Imaging Problem
Very-long baseline interferometry (VLBI) is capable of taking the highest resolution images in the world, achieving angular resolutions of ~20 μas. In 2019, the first-ever image of a black hole was produced by the Event Horizon Telescope (EHT). However, while the EHT has unprecedented resolution, it is also a sparse interferometer. As a result, the sampling in the uv or Fourier space of the image is incomplete. This incompleteness makes the imaging problem uncertain. Namely, infinitely many images are possible, given the data. Comrade
is a imaging/modeling package that aims to quantify this uncertainty using Bayesian inference.
If we denote visibilities by V
and the image structure/model by I
, Comrade
will then compute the posterior or the probability of an image given the visibility data or in an equation
Here I
. The prior
Therefore, we must specify the likelihood and prior to construct our posterior. Below we provide a brief description of the likelihoods and models/priors that Comrade
uses. However, if the user wants to see how everything works first, they should check out the
Likelihood
Following TMS[1], we note that the likelihood for a single complex visibility at baseline
In this equation, Comrade
can be found in
Modeling the gains can be computationally expensive, especially if our image model is simple. For instance, in Comrade
, we have a wide variety of geometric models. These models tend to have a small number of parameters and are simple to evaluate. Solving for gains then drastically increases the amount of time it takes to sample the posterior. As a result, part of the typical EHT analysis[2][3] instead uses closure products as its data. The two forms of closure products are:
Closure Phases,
Log-Closure Amplitudes.
Closure Phases
Similar log-closure amplitudes are found by selecting four baselines
Instead of directly fitting closure amplitudes, it turns out that the statistically better-behaved data product is the log-closure amplitude.
The benefit of fitting closure products is that they are independent of complex gains, so we can leave them out when modeling the data. However, the downside is that they effectively put uniform improper priors on the gains[4], meaning that we often throw away information about the telescope's performance. On the other hand, we can then view closure fitting as a very conservative estimate about what image structures are consistent with the data. Another downside of using closure products is that their likelihoods are complex. In the high-signal-to-noise limit, however, they do reduce to Gaussian likelihoods, and this is the limit we are usually in for the EHT. For the explicit likelihood Comrade
uses, we refer the reader to appendix F in paper IV of the first Sgr A* EHT publications[3:1]. The computational implementation of these likelihoods can be found in VLBILikelihoods.jl.
Prior Model
Comrade
has included a large number of possible models (see Comrade API for a list). These can be broken down into two categories:
Parametric or geometric models
Non-parametric or image models
Comrade
's geometric model interface is built using VLBISkyModels and is different from other EHT modeling packages because we don't directly provide fully formed models. Instead, we offer simple geometric models, which we call primitives. These primitive models can then be modified and combined to form complicated image structures. For more information, we refer the reader to the VLBISkyModels docs.
Additionally, we include an interface to Bayesian imaging methods, where we directly fit a rasterized image to the data. These models are highly flexible and assume very little about the image structure. In that sense, these methods are an excellent way to explore the data first and see what kinds of image structures are consistent with observations. For an example of how to fit an image model to closure products, we refer the reader to the other tutorial included in the docs.
References
Thompson, A., Moran, J., Swenson, G. (2017). Interferometry and Synthesis in Radio Astronomy (Third). Springer Cham ↩︎
Event Horizon Telescope Collaboration, (2022). First M87 Event Horizon Telescope Results. VI. The Shadow and Mass of the Central Black Hole. ApJL 875 L6 doi ↩︎
Event Horizon Telescope Collaboration, (2022). First Sagittarius A* Event Horizon Telscope Results. IV. Variability, Morphology, and Black Hole Mass. ApJL 930 L15 arXiv ↩︎ ↩︎
Blackburn, L., et. al. (2020). Closure statistics in interferometric data. ApJ, 894(1), 31. ↩︎