diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-28 10:11:29 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-28 10:11:29 +0800 |
commit | 6ed3c55430aef7442be7be2d3aa512502e5e994d (patch) | |
tree | 24eb13c4b91ec3c99c3d3b0297714fbbedc8c9d3 | |
parent | 69b88a98a8d40e064993b316a36573e3a0ac0666 (diff) | |
download | chandra-acis-analysis-6ed3c55430aef7442be7be2d3aa512502e5e994d.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 39 |
1 files changed, 32 insertions, 7 deletions
@@ -4,10 +4,35 @@ Chandra ACIS analysis tools and documents Weitian (Aaron) LI, Junhu GU, and Zhenghao ZHU -Install/Compile ---------------- -Dependence: -+ ``libgsl-dev`` +Introduction +------------ +This repository currently contains the following tools: ++ Chandra ACIS data reduction ++ Point source and flares removal ++ Blanksky reprojection ++ Background spectrum correction ++ Source spectra extraction and deprojection analysis (temperature profile) ++ Surface brightness profile extraction ++ Gravitational mass profile calculation (NFW profile extrapolation) ++ Luminosity and flux calculation + +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. + +These tools are tested with: ++ CIAO v4.4 (support will be dropped) ++ CIAO v4.6 ++ HEASoft v6.12 ++ HEASoft v6.16 + + +Installation +------------ +Dependencies: ++ GSL ++ a working HEASoft installation (for ``libpgplot.a`` and ``libcpgplot.a``) 1. ``mass_profile`` ``` @@ -19,8 +44,8 @@ $ make ``` 2. ``cosmo_calc`` -Get from repository [atoolbox](https://github.com/liweitianux/atoolbox) -``astro/cosmo_calc``. +Get from repository [atoolbox](https://github.com/liweitianux/atoolbox), +under the directory ``astro/cosmo_calc``. Settings @@ -53,5 +78,5 @@ See the doc ``HOWTO_chandra_acis_analysis.txt`` License ------- The tools are distributed under the **MIT license** unless otherwise declared. -The documents are distributed under the ??? license (comming...). +The documents are distributed under the ??? License (coming...). |