aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/coolfunc_calc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh'Aaron LI2017-02-171-110/+0
| | | | | * coolfunc_calc.sh -> calc_coolfunc.sh * coolfunc_calc_erg.sh -> calc_coolfunc_bands.sh
* Clean up 'coolfunc_calc.sh' to not calculate <coolfunc_bolo>Aaron LI2017-02-171-40/+4
| | | | | The <coolfunc_bolo> data was only used by 'cooling_time.cpp', which has already been removed.
* No longer calculate and use 'flux_cnt_ratio.txt'Aaron LI2017-02-171-13/+8
| | | | | This ratio file only was only used by 'calc_lx', which has already been removed.
* Update variable names to be more clearAaron LI2017-02-171-15/+12
|
* coolfunc_calc_erg.sh: clean up according to coolfunc_calc.shAaron LI2016-06-081-4/+4
| | | | | * Drop calc_distance support in favor of cosmo_calc * Some cleanups
* Merge branch 'cosmo_calc'Aaron LI2016-06-081-43/+59
|
* Merge branch 'cosmo_calc'Aaron LI2016-06-081-59/+43
|
* Merge 'coolfunc_calc2.sh' into 'coolfunc_calc.sh'Aaron LI2016-06-081-43/+59
| | | | | | | | * Merge 'coolfunc_calc{2,}.sh' to reduce duplications * Clean up 'coolfunc_calc.sh' a bit * Use 'cosmo_calc' instead of 'calc_distance' in 'coolfunc_calc.sh' * Update comments/description of 'coolfunc_calc.sh' * Update 'fit_{sbp,nfwmass}.sh' accordingly
* Add mass_profile toolsAaron LI2016-05-271-0/+138
| | | | | | | | | * 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