"Metroization" is an algorithm that can identify if an image is a ring or not. This repository contains codes and tools to derive, validate, and apply metroization on Sgr A* imaging surveys.
To use this repository, place your data repository, or a symbolic to
your data repository, in the data/ directory, i.e.
$ ln -s ~/Dropbox/EHT/Sample0 data/
This would create the symlink data/Sample0 that points to your data
set,
$ ls data/Sample0
crescent_3598_lo+hi_01728392_dsct.fits
crescent_3598_lo+hi_01728537_dsct.fits
...
The actual algorithms are implemented inside the python files in
common/.
We then load these python files in Jupyter Notebook for interactive
data analysis.