aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-20 12:27:18 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-20 12:27:18 +0800
commite0109c401de783c5d67173bcedcb008fd2f3e9c5 (patch)
treed744af479ae6f59ca66ca7dbb683fed183b78a1f
parent4ea7a05ea9a7352602f1f48a860fd81c36e8bc04 (diff)
downloadchandra-acis-analysis-e0109c401de783c5d67173bcedcb008fd2f3e9c5.tar.bz2
atoolbox/cosmo_calc already replaced by 'scripts/cosmo_calc.py'
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 631f7b0..d30a453 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,6 @@ These tools are currently under **heavy development**, therefore may have
TODO
----
+ rewrite most scripts using Python
-+ rewrite ``cosmo_calc`` using Python and Astropy with fine-tuning arguments
+ write memos/docs for Chandra data analysis
@@ -67,14 +66,7 @@ Installation
$ make OPENMP=yes
```
-3. Get and build ``cosmo_calc``:
-
- Get it from repository [atoolbox](https://github.com/liweitianux/atoolbox),
- under the directory ``astro/cosmo_calc``.
- Then place the built binary to where can be searched by shell
- (e.g., ``~/bin``, and add ``~/bin`` to ``$PATH``).
-
-4. Install the following runtime dependencies:
+3. Install the following runtime dependencies:
* Python (>=3.5)
* [ruamel.yaml](https://bitbucket.org/ruamel/yaml)