aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-18 22:20:59 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-18 22:20:59 +0800
commite3923265d0d6949407a83726e9a9bd5d97079221 (patch)
tree9afd8520595f4cf80815b9bccfc3dcf2879ebe47 /README.md
downloadchandra-acis-analysis-e3923265d0d6949407a83726e9a9bd5d97079221.tar.bz2
Initial commit
Added files: * mass_profile: developed by Junhua GU, modified by Weitian LI * opt_utilities: developed by Junhua GU * tools/cosmo_calc: originated from 'calc_distance', modified * scripts: scripts used to process Chandra ACIS data * files: useful files used in processing * HOWTO_chandra_acis_process.txt * README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c6cbdb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+README.md
+=========
+
+
+Install/Compile
+---------------
+(1) mass_profile
+$ cd mass_profile
+$ make clean
+$ heainit # initilize heasoft, to link libpgplot.a and libcpgplot.a
+$ ./init.sh
+$ make
+(2) cosmo_calc
+$ cd tools/cosmo_calc
+$ make clean; make
+$ cp cosmo_calc ~/bin # within $PATH
+
+
+Settings
+--------
+## Add following settings to ~/.bashrc
+# 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_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_simple.sh"
+alias getlxfx="${MASS_PROFILE_DIR}/get_lxfx_data.sh"
+
+
+Usage
+-----
+see 'HOWTO_chandra_acis_process
+