diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:27:18 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:27:18 +0800 |
commit | e0109c401de783c5d67173bcedcb008fd2f3e9c5 (patch) | |
tree | d744af479ae6f59ca66ca7dbb683fed183b78a1f /README.md | |
parent | 4ea7a05ea9a7352602f1f48a860fd81c36e8bc04 (diff) | |
download | chandra-acis-analysis-e0109c401de783c5d67173bcedcb008fd2f3e9c5.tar.bz2 |
atoolbox/cosmo_calc already replaced by 'scripts/cosmo_calc.py'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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) |