A Jupyter Book for Event Horizon Telescope (EHT) data processing. It covers topics from understanding the foundation of Very Long Baseline Interferometry (VLBI) to actual data processing methods and practices.
All materials in this Jupyter Book are stored a special flavour of Markdown called MyST (or Markedly Structured Text).
To edit the materials locally as Jupyter Notebooks, simply use Jupytext to create a pair notebook:
jupytext --sync --to ipynb [chapter].md
All changed made to the notebook will be automatically synced to the MyST markdown file.
To build the Jupyter Book locally, run
cd eht-databook
jupyter-book build docs