aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-05-16 10:45:34 +0800
committerAaron LI <aaronly.me@outlook.com>2017-05-16 10:45:34 +0800
commitd19f16e0d5a2f753fbc323fa13c438327ff3e058 (patch)
treef8f26c6922e5b8c482c7e302706d6d58a630a828
parent859b505afa1ea78b16c1d558ae59784dde3eb036 (diff)
downloadfg21sim-d19f16e0d5a2f753fbc323fa13c438327ff3e058.tar.bz2
README.rst: work on partial-sky simulation; update email
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 492ec81..76d7280 100644
--- a/README.rst
+++ b/README.rst
@@ -42,8 +42,8 @@ Features
- Fanaroff-Riley type I (FR-I) AGNs
- Fanaroff-Riley type II (FR-II) AGNs
-* All-sky simulation
- (*Note:* partial-sky simulation not supported yet)
+* All-sky simulation (with HEALPix)
+ (*Note:* partial-sky simulation is a WIP ...)
* Configuration file allowing fine-grained control
* Modular and well-designed API
* Easy-to-use command line tools (CLI)
@@ -79,7 +79,7 @@ Installation
$ make venv
$ . ./venv/bin/activate
- Check to make sure this virtual environment is active and the
+ Check to make sure that this virtual environment is activated so that the
default ``python3`` and ``pip3`` is pointed to the virtual environment.
4. Install this ``fg21sim`` package to the virtual environment::
@@ -104,7 +104,7 @@ Great! Be sure to consult the guidelines in |CONTRIBUTING.md|_.
Authors
-------
-* Weitian LI <``liweitianux@live.com``>
+* Weitian LI <``weitian@aaronly.me``>
Contributors