forked from achael/eht-imaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ ehtim (eht-imaging) | |
|
||
Python modules for simulating and manipulating VLBI data and producing images with regularized maximum likelihood methods. This version is an early release so please submit a pull request or email [email protected] if you have trouble or need help for your application. | ||
|
||
The package contains several primary classes for loading, simulating, and manipulating VLBI data. The main classes are the ``Image``, ``Array``, ``Obsdata``. ``Movie``,``Caltable``, and ``Vex`` provide tools for loading images and data, producing simulated data from realistic u-v tracks, and calibrating, inspecting, and plotting data.``Imager`` is a generic Stokes I imaging module that can produce images from data sets using various data terms and regularizers. | ||
The package contains several primary classes for loading, simulating, and manipulating VLBI data. The main classes are the ``Image``, ``Array``, ``Obsdata``, ``Movie`` ,``Caltable``, and ``Vex`` provide tools for loading images and data, producing simulated data from realistic u-v tracks, and calibrating, inspecting, and plotting data.``Imager`` is a generic Stokes I imaging module that can produce images from data sets using various data terms and regularizers. | ||
|
||
Note that this is a pre-release of ehtim. If you have a problem please submit a pull request on the git repository. | ||
|
||
|