aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-16 20:23:45 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 01:16:46 +0800
commitfb870df3552657e545903ea37455235578a0a516 (patch)
tree968fde896614a2cd409cc685fbb515b9f5aabf33
parent53a8e7a09bffdb01503cabd3a97c96ca178b651e (diff)
downloadchandra-acis-analysis-fb870df3552657e545903ea37455235578a0a516.tar.bz2
README.md: Update WARNING and TODO
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index dbf0d3b..631f7b0 100644
--- a/README.md
+++ b/README.md
@@ -30,20 +30,15 @@ These tools are tested with:
WARNING
-------
-Our Chandra sample has been finished for a period of time, and we at the moment
-have no plan to re-process/update the results.
-In consequence, these tools/scripts are currently **untested** and very likely have
-some **bugs**.
+These tools are currently under **heavy development**, therefore may have
+**various bugs**.
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
++ rewrite most scripts using Python
++ rewrite ``cosmo_calc`` using Python and Astropy with fine-tuning arguments
++ write memos/docs for Chandra data analysis
Installation