sao-eht / eat

EHT Analysis Toolkit
121 stars 20 forks source link

Quick-and-dirty-and-untested implementation of field rotation angle #10

Closed rndsrc closed 6 years ago

rndsrc commented 6 years ago

Two new classes are introduced. One is called "Site" with telescope information and the field rotation angle fra() function. The other is called "EHT" (probably not the best name) which contains an array of sites.

An usage example is given in "examples/eht.ipynb".

The part I trust the less is how time is handled.