Skip to content

Commit 7a4dffb

Browse files
authored
Update README.rst
1 parent bbd3aeb commit 7a4dffb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installing with pip will update most of the required libraries automatically (`n
3131
3232
Alternatively, first install NFFT manually following the instructions on the `readme <https://github.com/NFFT/nfft>`_, making sure to use the ``--enable-openmp`` flag in compilation. Then install `pynfft <https://github.com/ghisvail/pyNFFT/>`_, with pip, following the readme instructions to link the installation to where you installed NFFT. Finally, reinstall ehtim.
3333

34-
**Certain eht-imaging functions require other external packages that are not automatically installed.** In addition to pynfft, these include `networkx <https://networkx.github.io/>`_ (for image comparison functions), `requests <http://docs.python-requests.org/en/master/>`_ (for dynamical imaging), and `scikit-image <https://scikit-image.org/>`_ (for Hough transforms). However, the vast majority of the code will work without these dependencies.
34+
**Certain eht-imaging functions require other external packages that are not automatically installed.** In addition to pynfft, these include `networkx <https://networkx.github.io/>`_ (for image comparison functions), `requests <http://docs.python-requests.org/en/master/>`_ (for dynamical imaging), and `scikit-image <https://scikit-image.org/>`_ (for a few image analysis functions). However, the vast majority of the code will work without these dependencies.
3535

3636
Documentation
3737
-------------
@@ -43,7 +43,7 @@ A full tutorial is in progress, but here are some ways to learn to use the code:
4343

4444
- `Slides <https://www.dropbox.com/s/7533ucj8bt54yh7/Bouman_Chael.pdf?dl=0>`_ from the EHT2016 data generation and imaging workshop contain a tutorial on generating data with the VLBI imaging `website <http://vlbiimaging.csail.mit.edu>`_, loading into the library, and producing an image.
4545

46-
Some publications that use ehtim
46+
Selected publications that use ehtim
4747
--------------------------------
4848
If you use ehtim in your publication, please cite `Chael+ 2018 <http://adsabs.harvard.edu/abs/2018ApJ...857...23C>`_
4949

@@ -111,6 +111,10 @@ Let us know if you use ehtim in your publication and we'll list it here!
111111

112112
- Event Horizon Telescope observations of the jet launching and collimation in Centaurus A, `Janssen et al. 2021 <https://www.nature.com/articles/s41550-021-01417-w.pdf>`_
113113

114+
- RadioAstron discovers a mini-cocoon around the restarted parsec-scale jet in 3C 84 `Savolainen et al. 2021 <https://arxiv.org/pdf/2111.04481.pdf>`_
115+
116+
- Unravelling the Innermost Jet Structure of OJ 287 with the First GMVA+ALMA Observations, `Zhao et al. 2022 <https://arxiv.org/pdf/2205.00554.pdf>`_
117+
114118
Documentation
115119
----------------
116120

0 commit comments

Comments
 (0)