Giter Club home page Giter Club logo

eat's Introduction

The Event Horizon Telescope Analysis Toolkit

Dependencies

  • python 2.7+
  • numpy
  • scipy
  • matplotlib
  • pandas
  • astropy
  • HOPS (for mk4 access, optional)
  • seaborn (for some data inspection plots, optional)

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.

eat's People

Contributors

achael avatar iniyannatarajan avatar jpbarrett avatar junliu avatar kazuakiyama avatar klbouman avatar lindyblackburn avatar phanicode avatar rndsrc avatar wielgusm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eat's Issues

support non-regular grid in fringe search

in hops.util.findfringe
currently frequencies are assumed to stack into a regular grid
current DiFX configuration for EHT 2017 breaks this by having discontiguous HOPS channels, with subchannels that do not lie on a regular grid
an FFT fringe search over the entire band needs to be adapted to (approximately) handle this
one option is to place visibilities onto a supersampled regular grid, which is memory intensive but will scale computationally as logN which isn't so bad
can possibly deal with the memory issue by making sure we loop efficiently over time, at each stage we can throw away the "zero-padded" part of the delay spectrum

add quadratic interpolation to max fringe solution

in hops.util.findfringe
currently fourier interpolation is used to zoom into the fringe location but this is inefficient to apply to the entire search space
add additional stage quadratic interpolation
or put fringe at DC and do a limited supersampling, or do a direct search
can plot statistical uncertainties as well

update closecf for single site label

For EHT 2015+ data, DiFX is changed to use 1 site label for dual-polarization stations, instead of separate site labels.
closecf should be updated for this new book-keeping

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.