From ffd178e0bd72562a3c2cff9747b6e656edc881dc Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 27 May 2016 22:47:24 +0800 Subject: Add mass_profile tools * These tools are mainly use to calculate the total gravitational mass profile, as well as the intermediate products (e.g., surface brightness profile fitting, gas density profile, NFW fitting, etc.) * There are additional tools for calculating the luminosity and flux. * These tools mainly developed by Junhua GU, and contributed by Weitian (Aaron) LI, and Zhenghao ZHU. --- mass_profile/.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mass_profile/.gitignore (limited to 'mass_profile/.gitignore') diff --git a/mass_profile/.gitignore b/mass_profile/.gitignore new file mode 100644 index 0000000..4905ae4 --- /dev/null +++ b/mass_profile/.gitignore @@ -0,0 +1,24 @@ +# ignore built executables +calc_distance +calc_lx +calc_lx_beta +calc_lx_dbeta +cooling_time +cosmo_calc +fit_beta_sbp +fit_dbeta_sbp +fit_direct_beta +fit_lt_bpl +fit_lt_pl +fit_mt_bpl +fit_mt_pl +fit_nfw_mass +fit_nfw_sbp +fit_wang2012_model + +# building dependent libraries +libcpgplot.a +libpgplot.a + +# ignore the backup files +ly_mod/ -- cgit v1.2.2