From 5e8333f1e87f6b74aec2483fde22903ad5a8c6e1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 7 Feb 2017 14:41:22 +0800 Subject: Move settings and websites to README.md; cleanup HOWTO --- README.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad6ce69..374b073 100644 --- a/README.md +++ b/README.md @@ -70,19 +70,16 @@ Settings Add the following settings to your shell's initialization file (e.g., ``~/.bashrc`` or ``~/.zshrc``). ``` -# environment variables: -export MASS_PROFILE_DIR="/path/to/mass_profile" -export CHANDRA_SCRIPT_DIR="/path/to/script" -# aliaes -# ciao scripts -alias chcld="${CIAO_SCRIPT_DIR}/chandra_collect_data_v3.sh" -alias chr500="${CIAO_SCRIPT_DIR}/ciao_r500avgt_v3.sh" -# mass_profile related -alias fitmass="${MASS_PROFILE_DIR}/fit_nfwmass.sh" +# Environment variables: +export MASS_PROFILE_DIR="/chandra-acis-analysis/mass_profile" +export CHANDRA_SCRIPT_DIR="/chandra-acis-analysis/scripts" + +# Handy aliases: +alias fitmass="${MASS_PROFILE_DIR}/fit_mass.sh" alias fitnfw="${MASS_PROFILE_DIR}/fit_nfw_mass mass_int.dat" alias fitsbp="${MASS_PROFILE_DIR}/fit_sbp.sh" -alias fitwang="${MASS_PROFILE_DIR}/fit_wang2012_model tcl_temp_profile.txt" -alias calclxfx="${MASS_PROFILE_DIR}/calc_lxfx_wrapper.sh" +alias fittp="${MASS_PROFILE_DIR}/fit_wang2012_model" +alias calclxfx="${MASS_PROFILE_DIR}/calc_lxfx_simple.sh" alias getlxfx="${MASS_PROFILE_DIR}/get_lxfx_data.sh" ``` @@ -92,7 +89,15 @@ Usage See the doc ``HOWTO_chandra_acis_analysis.txt`` +Useful Links +------------ +* [Chandra Chaser](http://cda.harvard.edu/chaser/) +* [NED search by name](http://ned.ipac.caltech.edu/forms/byname.html) +* [SIMBAD](http://simbad.u-strasbg.fr/simbad/) +* [HEASARC nH tool](https://heasarc.gsfc.nasa.gov/cgi-bin/Tools/w3nh/w3nh.pl) + + License ------- -The tools are distributed under the **MIT license** unless otherwise declared. -The documents are distributed under the ??? License (coming...). +* The tools are distributed under the **MIT license** unless otherwise declared. +* The documents are distributed under the ??? License (TBD). -- cgit v1.2.2