sao-eht / eat

EHT Analysis Toolkit
121 stars 20 forks source link

The Event Horizon Telescope Analysis Toolkit

Dependencies

Installation

eat can be used directly by adding the module location to your Python path,

git clone https://github.com/sao-eht/eat.git
python
>>> import sys
>>> sys.path.append('eat')
>>> import eat

Alternatively for a system install,

git clone https://github.com/sao-eht/eat.git
pip install -e eat

Documentation

Sphinx apidoc.

HOPSTOOLS

Tools to convert data from the HOPS format.