aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-10-10 22:47:09 +0800
committerAaron LI <aly@aaronly.me>2018-10-10 22:47:09 +0800
commit65e0a6f4984dc0a8a3c3a3300d350d2ed2a958ad (patch)
tree2838757c441b7def82d6e8d045143ede3ef9c953
parentadd22a782288bb1959b46f7903f0246047b9520e (diff)
downloadchandra-acis-analysis-master.tar.bz2
README.md: Describe TODO tasks moreHEADmaster
-rw-r--r--README.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a2bbaa..5b59d3c 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,29 @@ This repository currently contains the following tools:
These tools are developed to help and automate our batch analysis of the
big galaxy groups and clusters sample observed by Chandra ACIS.
Therefore, there are many assumptions and hacks in these tools, and many
-cleanups are needed. Last but not least, documents are badly needed.
+cleanups are needed.
+In addition, documents are badly needed!
TODO
----
-+ Rewrite more scripts in Python
-+ Write more docs
++ Rewrite more shell scripts in Python, use YAML configuration files, and
+ store results into `results.yaml` (get rid of `INFO.json`). e.g.,
+ - `bin/fit_mass.sh`
+ - `bin/fit_sbp.sh`
+ - `bin/calc_lxfx.sh`
+ - `bin/calc_lxfx_wrapper.sh`
+ - `bin/get_lxfx_data.sh`
+ - `bin/fg_2500_500.py`
+ - `scripts/chandra_genspcreg.sh`
+ - `scripts/ciao_bkg_spectra.sh`
+ - `scripts/ciao_deproj_spectra.sh`
+ - `scripts/ciao_r500avgt.sh`
+ - more scripts in the `scripts` directory (also cleanups)
++ Some Python programs need rewrite, e.g.,
+ - `bin/analyze_lxfx.py`
+ - `bin/analyze_mass_profile.py`
++ Update the current docs and write more!
Requirements