Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.11 KB

imtools

Tools for creating and analyzing (many) simulated images of black holes. Useful both for individual image computations, and management of large image sets, e.g. computing overall statistics by model, or plotting results from a set of different models together as a "collage."

Dependencies

imtools requires only numpy, scipy, matplotlib, and h5py. Install it anywhere with

$ pip install -e .

If eht-imaging is installed to the same environment, there is limited support for converting imtools Image objects for use in eht-imaging and vice versa.

Use

Basic documentation for this library can be found here.

Check the scripts directory for basic usage of the Image object and figures plotting functions, likely the primary useful parts of this library. Example notebooks, including use of the ImageSet library object, will be added later.

The comparison utilities exist mostly to support this (private to EHT members until publication).