VIDA.jl
or the Variational Image Domain Analysis provides a interface to extracting features from fits images created for the EHT, using the notion of probability divergences similar to variational inference, hence the name. The currently implemented divergences are the Bhattacharyya distance/divergence as well as the Kullback-Leibler divergence. These are used to extract ring-like features from image reconstructions of black holes such as from M87.
For more information on how to use VIDA please refer to the documentation
VIDA.jl
is registered so to install it just go into the REPL and type ]add VIDA
.
In the examples folder we have a complete script that shows how to use VIDA on a cluster to extract image features from multiple images at the same time. Please see the README in the scripts folder for more information.