aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the obsolete 'constrained_dbeta.hpp'Aaron LI2017-02-172-79/+2
|
* Remove unused 'fit_{lt,mt}_{bpl,pl}.cpp' toolsAaron LI2017-02-175-1206/+2
|
* Remove the unused 'fit_nfw_sbp.cpp' with 'nfw_ne.hpp'Aaron LI2017-02-173-626/+1
|
* Remove the unused mass_profile/fit_direct_beta.cppAaron LI2017-02-172-65/+1
|
* Update mass_profile/README.mdAaron LI2017-02-171-15/+15
|
* Explain the 'nH=0' and output units differences and usages.Aaron LI2017-02-173-15/+22
|
* Makefile: Enable '-Werror' flag and a minor cleanupAaron LI2017-02-171-4/+1
|
* Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh'Aaron LI2017-02-175-14/+9
| | | | | * 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.
* Remove 'extract_tcool.py' which no longer used by 'fit_mass.sh'Aaron LI2017-02-171-42/+0
|
* Remove cooling time & radius related calculations and resultsAaron LI2017-02-171-29/+2
|
* Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh')Aaron LI2017-02-171-580/+0
|
* Remove 'cooling_time.cpp' which superseded by 'ciao_calc_ct.sh'Aaron LI2017-02-172-66/+1
|
* Remove useless call of 'coolfunc_calc.sh'Aaron LI2017-02-171-5/+2
|
* Update description & usage; change variable name to be more clearAaron LI2017-02-172-23/+24
|
* No longer calculate and use 'flux_cnt_ratio.txt'Aaron LI2017-02-173-33/+16
| | | | | This ratio file only was only used by 'calc_lx', which has already been removed.
* Remove 'calc_lx' related calculations and resultsAaron LI2017-02-171-12/+1
|
* Remove calc_distance (last used by the deleted 'calc_lx')Aaron LI2017-02-175-252/+1
|
* Remove 'calc_lx.cpp' (superseded by calc_lx_{beta,dbeta}.cpp)Aaron LI2017-02-172-222/+1
|
* Update variable names to be more clearAaron LI2017-02-172-25/+21
|
* fit_mass.sh: Fix the wrong argument for calc_lxAaron LI2017-02-071-5/+5
|
* calc_lxfx.sh: Update to use the new style config filesAaron LI2017-02-071-56/+47
|
* Rename fit_nfwmass.sh to fit_mass; Update to the new style configAaron LI2017-02-071-100/+76
|
* Add shuffle_profile.py to replace shuffle_{T,sbp}.pyAaron LI2017-02-073-36/+37
| | | | | | NOTE: This tool shuffle the data on column 3 according to their errors on column 4.
* Remove graphical plot report (depends on PGPLOT)Aaron LI2017-02-076-186/+39
| | | | Therefore remove the depends on PGPLOT (from HEASoft) and X11 libraries.
* Rename spline.h to spline.hppAaron LI2017-02-079-27/+17
|
* Update tools to use the new style sbp config fileAaron LI2017-02-076-207/+213
|
* Fix undeclared variables in projector.hppAaron LI2017-02-072-7/+8
|
* Handle #pragma omp warning when not give -fopenmpAaron LI2017-02-071-0/+6
|
* Update fit_sbp.sh to use the new style config filesAaron LI2017-02-071-19/+31
|
* cleanup mass_profile/projector.hppAaron LI2016-06-221-78/+80
|
* coolfunc_calc_erg.sh: clean up according to coolfunc_calc.shAaron LI2016-06-082-85/+57
| | | | | * Drop calc_distance support in favor of cosmo_calc * Some cleanups
* Superseded by 'scripts/ciao_calc_csb.sh'Aaron LI2016-06-081-160/+0
|
* Merge branch 'cosmo_calc'Aaron LI2016-06-087-402/+88
|
* Merge branch 'cosmo_calc'Aaron LI2016-06-087-88/+402
|
* Merge branch 'cosmo_calc'Aaron LI2016-06-082-44/+26
|\
| * mass_profile/cooling_time2.sh: drop calc_distance in favor of cosmo_calcAaron LI2016-06-081-32/+20
| |
| * mass_profile/csb_calc_lwt.sh: drop calc_distance in favor of cosmo_calcAaron LI2016-06-081-12/+6
| |
* | Merge 'coolfunc_calc2.sh' into 'coolfunc_calc.sh'Aaron LI2016-06-084-219/+62
| | | | | | | | | | | | | | | | * 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
* | Remove unused coolfunc_calc_bolo.shAaron LI2016-06-081-139/+0
|/
* mass_profile: fix many compilation warningsAaron LI2016-06-0820-319/+300
|
* mass_profile/Makefile: add flag OPENMPAaron LI2016-06-081-2/+6
|
* mass_profile/Makefile: clean upAaron LI2016-06-081-35/+33
|
* calc_lxfx.sh: clean up a bitAaron LI2016-06-081-7/+4
|
* fit_nfwmass.sh: only support "wang2012" modelAaron LI2016-06-081-9/+2
|
* update .gitignore a bitAaron LI2016-06-081-3/+0
|
* Rewrite Makefile; also remove obsolete filesAaron LI2016-06-083-56/+136
|
* README.md: add an TODO itemAaron LI2016-06-081-0/+1
|
* constrained_dbeta.hpp: add missing <iostream> and std::Aaron LI2016-06-081-38/+35
| | | | Also some style adjustments
* calc_distance: fix some -WerrorAaron LI2016-06-072-5/+5
|