Skip to content
Snippets Groups Projects
Commit b02cbe11 authored by Jakob Roth's avatar Jakob Roth
Browse files

update README

parent cb469f1b
No related branches found
No related tags found
No related merge requests found
Pipeline #180643 passed
......@@ -5,15 +5,17 @@ This repository provides a hands on tutorial to perform radio imaging using info
The demo scripts `nifty_interfaces.py` and `nifty_intro.py` give and introduction
into the world of nifty and how to do inference with it.
In addition, two Jupyter notebooks are available:
In addition, three Jupyter notebooks are available:
- `demo_CorrelatedFields.ipynb`: An introduction to the correlated field model, its hyperparameters, and their effect in the statistical properties of the gaussian process.
- `demo_radio.ipynb`: A mock inference task given a simplified VLBI imaging setup using the uv-coverage of the 2017 imaging campaign of the Event Horizon Telescope ([eht](https://eventhorizontelescope.org/)) and an artificially generated sky brightness distribution.
- `demo_joint_cal_imag.ipynb`: A resolve demo script for joint calibration and imaging. The demo uses VLA data of SN1006.
## Requirements
- [python3](https://www.python.org/) (3.6 or later)
- [python3](https://www.python.org/) (3.7 or later)
- [matplotlib](https://matplotlib.org/)
- [nifty8](https://gitlab.mpcdf.mpg.de/ift/nifty/-/tree/NIFTy_8)
......@@ -26,7 +28,8 @@ To install the packages, simply run for example
```
pip install matplotlib
pip install nifty8
pip install ift-resolve
git clone --recursive https://gitlab.mpcdf.mpg.de/ift/resolve.git
pip install resolve
```
or build them from their sources.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment