aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Enable '-Werror' flag and a minor cleanupAaron LI2017-02-171-4/+1
|
* Remove 'cooling_time.cpp' which superseded by 'ciao_calc_ct.sh'Aaron LI2017-02-171-4/+1
|
* Remove calc_distance (last used by the deleted 'calc_lx')Aaron LI2017-02-171-7/+1
|
* Remove 'calc_lx.cpp' (superseded by calc_lx_{beta,dbeta}.cpp)Aaron LI2017-02-171-4/+1
|
* Remove graphical plot report (depends on PGPLOT)Aaron LI2017-02-071-50/+26
| | | | Therefore remove the depends on PGPLOT (from HEASoft) and X11 libraries.
* Rename spline.h to spline.hppAaron LI2017-02-071-2/+2
|
* mass_profile/Makefile: add flag OPENMPAaron LI2016-06-081-2/+6
|
* mass_profile/Makefile: clean upAaron LI2016-06-081-35/+33
|
* Rewrite Makefile; also remove obsolete filesAaron LI2016-06-081-48/+136
|
* Add mass_profile toolsAaron LI2016-05-271-0/+57
| | | | | | | | | * 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.
* Unstage mass_profileAaron LI2016-05-271-0/+0
|
* Initial commitWeitian LI2014-06-181-0/+0
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