VLBI Resolve: Dynamic VLBI Imaging with information field theory
This repository belongs to the paper "The variable shadow of M87*" (https://arxiv.org/abs/2002.05218).
Installation
Make sure that you have a python version >= 3.6. Then install the python packages scipy, matplotlib, nifty and nifty_gridder.
pip3 install --user "scipy>=1.4" matplotlib git+https://gitlab.mpcdf.mpg.de/ift/nifty@bb1069ae91a0bca50af3ec49d6c6c5957424e9ae git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git@f1540b9cca161e1aa32aa3cd09a592b3dac5f16b
With the following commands start a reconstruction of your favourite example.
python3 reconstruction.py blobs
python3 reconstruction.py crescent
python3 reconstruction.py disk
In order to run the tests you need pytest. Then run:
pytest-3 test.py