Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the obsolete 'constrained_dbeta.hpp' | Aaron LI | 2017-02-17 | 2 | -79/+2 |
| | |||||
* | Remove unused 'fit_{lt,mt}_{bpl,pl}.cpp' tools | Aaron LI | 2017-02-17 | 5 | -1206/+2 |
| | |||||
* | Remove the unused 'fit_nfw_sbp.cpp' with 'nfw_ne.hpp' | Aaron LI | 2017-02-17 | 3 | -626/+1 |
| | |||||
* | Remove the unused mass_profile/fit_direct_beta.cpp | Aaron LI | 2017-02-17 | 2 | -65/+1 |
| | |||||
* | Update mass_profile/README.md | Aaron LI | 2017-02-17 | 1 | -15/+15 |
| | |||||
* | Explain the 'nH=0' and output units differences and usages. | Aaron LI | 2017-02-17 | 3 | -15/+22 |
| | |||||
* | Makefile: Enable '-Werror' flag and a minor cleanup | Aaron LI | 2017-02-17 | 1 | -4/+1 |
| | |||||
* | Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh' | Aaron LI | 2017-02-17 | 5 | -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 LI | 2017-02-17 | 1 | -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 LI | 2017-02-17 | 1 | -42/+0 |
| | |||||
* | Remove cooling time & radius related calculations and results | Aaron LI | 2017-02-17 | 1 | -29/+2 |
| | |||||
* | Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh') | Aaron LI | 2017-02-17 | 1 | -580/+0 |
| | |||||
* | Remove 'cooling_time.cpp' which superseded by 'ciao_calc_ct.sh' | Aaron LI | 2017-02-17 | 2 | -66/+1 |
| | |||||
* | Remove useless call of 'coolfunc_calc.sh' | Aaron LI | 2017-02-17 | 1 | -5/+2 |
| | |||||
* | Update description & usage; change variable name to be more clear | Aaron LI | 2017-02-17 | 2 | -23/+24 |
| | |||||
* | No longer calculate and use 'flux_cnt_ratio.txt' | Aaron LI | 2017-02-17 | 3 | -33/+16 |
| | | | | | This ratio file only was only used by 'calc_lx', which has already been removed. | ||||
* | Remove 'calc_lx' related calculations and results | Aaron LI | 2017-02-17 | 1 | -12/+1 |
| | |||||
* | Remove calc_distance (last used by the deleted 'calc_lx') | Aaron LI | 2017-02-17 | 5 | -252/+1 |
| | |||||
* | Remove 'calc_lx.cpp' (superseded by calc_lx_{beta,dbeta}.cpp) | Aaron LI | 2017-02-17 | 2 | -222/+1 |
| | |||||
* | Update variable names to be more clear | Aaron LI | 2017-02-17 | 2 | -25/+21 |
| | |||||
* | fit_mass.sh: Fix the wrong argument for calc_lx | Aaron LI | 2017-02-07 | 1 | -5/+5 |
| | |||||
* | calc_lxfx.sh: Update to use the new style config files | Aaron LI | 2017-02-07 | 1 | -56/+47 |
| | |||||
* | Rename fit_nfwmass.sh to fit_mass; Update to the new style config | Aaron LI | 2017-02-07 | 1 | -100/+76 |
| | |||||
* | Add shuffle_profile.py to replace shuffle_{T,sbp}.py | Aaron LI | 2017-02-07 | 3 | -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 LI | 2017-02-07 | 6 | -186/+39 |
| | | | | Therefore remove the depends on PGPLOT (from HEASoft) and X11 libraries. | ||||
* | Rename spline.h to spline.hpp | Aaron LI | 2017-02-07 | 9 | -27/+17 |
| | |||||
* | Update tools to use the new style sbp config file | Aaron LI | 2017-02-07 | 6 | -207/+213 |
| | |||||
* | Fix undeclared variables in projector.hpp | Aaron LI | 2017-02-07 | 2 | -7/+8 |
| | |||||
* | Handle #pragma omp warning when not give -fopenmp | Aaron LI | 2017-02-07 | 1 | -0/+6 |
| | |||||
* | Update fit_sbp.sh to use the new style config files | Aaron LI | 2017-02-07 | 1 | -19/+31 |
| | |||||
* | cleanup mass_profile/projector.hpp | Aaron LI | 2016-06-22 | 1 | -78/+80 |
| | |||||
* | coolfunc_calc_erg.sh: clean up according to coolfunc_calc.sh | Aaron LI | 2016-06-08 | 2 | -85/+57 |
| | | | | | * Drop calc_distance support in favor of cosmo_calc * Some cleanups | ||||
* | Superseded by 'scripts/ciao_calc_csb.sh' | Aaron LI | 2016-06-08 | 1 | -160/+0 |
| | |||||
* | Merge branch 'cosmo_calc' | Aaron LI | 2016-06-08 | 7 | -402/+88 |
| | |||||
* | Merge branch 'cosmo_calc' | Aaron LI | 2016-06-08 | 7 | -88/+402 |
| | |||||
* | Merge branch 'cosmo_calc' | Aaron LI | 2016-06-08 | 2 | -44/+26 |
|\ | |||||
| * | mass_profile/cooling_time2.sh: drop calc_distance in favor of cosmo_calc | Aaron LI | 2016-06-08 | 1 | -32/+20 |
| | | |||||
| * | mass_profile/csb_calc_lwt.sh: drop calc_distance in favor of cosmo_calc | Aaron LI | 2016-06-08 | 1 | -12/+6 |
| | | |||||
* | | Merge 'coolfunc_calc2.sh' into 'coolfunc_calc.sh' | Aaron LI | 2016-06-08 | 4 | -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.sh | Aaron LI | 2016-06-08 | 1 | -139/+0 |
|/ | |||||
* | mass_profile: fix many compilation warnings | Aaron LI | 2016-06-08 | 20 | -319/+300 |
| | |||||
* | mass_profile/Makefile: add flag OPENMP | Aaron LI | 2016-06-08 | 1 | -2/+6 |
| | |||||
* | mass_profile/Makefile: clean up | Aaron LI | 2016-06-08 | 1 | -35/+33 |
| | |||||
* | calc_lxfx.sh: clean up a bit | Aaron LI | 2016-06-08 | 1 | -7/+4 |
| | |||||
* | fit_nfwmass.sh: only support "wang2012" model | Aaron LI | 2016-06-08 | 1 | -9/+2 |
| | |||||
* | update .gitignore a bit | Aaron LI | 2016-06-08 | 1 | -3/+0 |
| | |||||
* | Rewrite Makefile; also remove obsolete files | Aaron LI | 2016-06-08 | 3 | -56/+136 |
| | |||||
* | README.md: add an TODO item | Aaron LI | 2016-06-08 | 1 | -0/+1 |
| | |||||
* | constrained_dbeta.hpp: add missing <iostream> and std:: | Aaron LI | 2016-06-08 | 1 | -38/+35 |
| | | | | Also some style adjustments | ||||
* | calc_distance: fix some -Werror | Aaron LI | 2016-06-07 | 2 | -5/+5 |
| |