aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-06-08 10:46:19 +0800
committerAaron LI <aaronly.me@gmail.com>2016-06-08 10:46:19 +0800
commit03abfd529244c1bd7d18baaae6ad1781ce51324d (patch)
tree108aaee2b647ad22e959050f34d8f5eb81371fef
parentb71410683124e061302e9dac34f0be3f5446de9a (diff)
downloadchandra-acis-analysis-03abfd529244c1bd7d18baaae6ad1781ce51324d.tar.bz2
README.md: add a TODO; update doc a bit
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index bb7c56d..f17d72f 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ TODO
----
+ drop ``calc_distance`` in favor of ``cosmo_calc``
+ use JSON as the output format (for easier parse and conversion)
++ use python (instead of shell) to manipulate JSON data files
+ add arguments to control the ``cosmo_calc`` output for easier use in scripts
+ integrate the memos/docs for Chandra data analysis
+ integrate the ``chandra_guide`` doc
@@ -49,15 +50,15 @@ Installation
------------
Dependencies:
+ GSL
++ X11 libraries
+ a working HEASoft installation (for ``libpgplot.a`` and ``libcpgplot.a``)
1. ``mass_profile``
```
$ cd mass_profile
-$ make clean
-$ heainit # initilize heasoft, to link libpgplot.a and libcpgplot.a
-$ ./init.sh
-$ make
+$ make cleanall
+$ heainit # initilize HEASoft, in order to find libpgplot.a and libcpgplot.a
+$ make OPENMP=yes
```
2. ``cosmo_calc``
@@ -96,4 +97,3 @@ License
-------
The tools are distributed under the **MIT license** unless otherwise declared.
The documents are distributed under the ??? License (coming...).
-