Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rewrite extract_tcool.py | Aaron LI | 2016-06-07 | 1 | -12/+42 |
| | |||||
* | Add TODO items | Aaron LI | 2016-06-07 | 1 | -0/+4 |
| | |||||
* | Rewrite 'calc_entropy.py' from 'analyze_entropy_profile.py' | Aaron LI | 2016-06-07 | 5 | -392/+104 |
| | | | | | | * XXX: 'calc_entropy.py' needs test * XXX: check the uncertainty/error estimation/calculation * Remove obsolete 'fit_{d,}beta_entropy.sh' and 'calc_all_entropy.sh' | ||||
* | fit_nfwmass.sh: also keep the entropy profiles | Aaron LI | 2016-06-07 | 1 | -9/+15 |
| | | | | | 'entropy_center.qdp' and 'summary_entropy.qdp' are required to calculate the entropy at the required radius (see 'calc_entropy.py'). | ||||
* | 'query_source_info.sh' superseded by 'query_ned.py' from 'atoolbox' | Aaron LI | 2016-06-07 | 1 | -129/+0 |
| | | | | | Drop this limited and unmaintained query script, in favor of the 'query_{ned,simbad}.py' tools from my repository 'atoolbox'. | ||||
* | Remove obsolete try_beta.sh | Aaron LI | 2016-06-07 | 1 | -86/+0 |
| | |||||
* | Remove obsolete 'get_center_params.sh'. | Aaron LI | 2016-06-07 | 1 | -46/+0 |
| | | | | | This script was written to temporarily calculate the central values for a list of sources/objects only. | ||||
* | Remove obsolete 'fit_{d,}beta_nfw_mass_profile.sh' | Aaron LI | 2016-06-07 | 3 | -481/+0 |
| | | | | | These two scripts are superseded by 'fit_nfwmass_{d,}beta.sh', which are already merged together as 'fit_nfwmass.sh'. | ||||
* | Remove obsolete 'fit_{d,}beta_mass_profile.sh' | Aaron LI | 2016-06-07 | 2 | -398/+0 |
| | | | | | These two scripts are superseded by 'fit_nfwmass_{d,}beta.sh', which are already merged together as 'fit_nfwmass.sh'. | ||||
* | fit_sbp.sh: update comment; use cosmo_calc | Aaron LI | 2016-06-07 | 1 | -3/+9 |
| | |||||
* | Add previous uncommited analyze_lxfx.py | Aaron LI | 2016-06-07 | 1 | -29/+54 |
| | |||||
* | Merge fit_nfwmass_{d,}beta.sh => fit_nfwmass.sh | Aaron LI | 2016-06-07 | 3 | -466/+116 |
| | | | | | * Also remove 'fit_mass.sh' * Update README.md accordingly |