Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: sbp_extract.org: add events usage notes | Aaron LI | 2017-02-09 | 1 | -1/+20 |
| | |||||
* | doc: add sbp_extract.org | Aaron LI | 2017-02-09 | 1 | -0/+55 |
| | | | | | Add document to explain the surface brightness profile extraction procedure and track some of the notes/caveats. | ||||
* | Various small updates to HOWTO | Aaron LI | 2017-02-09 | 1 | -14/+26 |
| | |||||
* | collect_infodata.sh: Update to work with new style configs | Aaron LI | 2017-02-09 | 1 | -64/+38 |
| | |||||
* | Update HOWTO | Aaron LI | 2017-02-09 | 2 | -19/+24 |
| | |||||
* | files/wang2012_param.txt: Change the default values a bit | Aaron LI | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | ciao_sbp.sh: Various cleanups | Aaron LI | 2017-02-08 | 1 | -151/+105 |
| | |||||
* | sbp_{s,d}beta.conf: Add supported key "rmin_kpc" and "rmin_pixel" | Aaron LI | 2017-02-08 | 2 | -0/+6 |
| | |||||
* | README.md: Update license and format. | Aaron LI | 2017-02-08 | 1 | -24/+35 |
| | |||||
* | 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 |
| | |||||
* | Delete script clean_massdir.sh | Aaron LI | 2017-02-07 | 1 | -219/+0 |
| | |||||
* | Delete the old/obsolete config files | Aaron LI | 2017-02-07 | 4 | -44/+0 |
| | |||||
* | Import updated opt_utilities | Aaron LI | 2017-02-07 | 1 | -0/+0 |
| | |||||
* | Update sample config files a bit | Aaron LI | 2017-02-07 | 3 | -3/+2 |
| | |||||
* | 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. | ||||
* | xspec_avg_tz.tcl: Fix the edge case that failed to calculate errors | Aaron LI | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Update Installation guide about clone this repo | Aaron LI | 2017-02-07 | 1 | -2/+13 |
| | | | | | | Credit: * How to `git clone` including submodules? https://stackoverflow.com/a/4438292/4856091 | ||||
* | GSL is not a dependency | Aaron LI | 2017-02-07 | 1 | -4/+1 |
| | |||||
* | Move settings and websites to README.md; cleanup HOWTO | Aaron LI | 2017-02-07 | 2 | -44/+22 |
| | |||||
* | Remove graphical plot report (depends on PGPLOT) | Aaron LI | 2017-02-07 | 7 | -190/+42 |
| | | | | 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 |
| | |||||
* | Import updated opt_utilities | Aaron LI | 2017-02-07 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | Add new simplified config files and update HOWTO | Aaron LI | 2017-02-07 | 4 | -16/+46 |
| | | | | | | * Change config filenames * Change configuration keys to be more intuitive * Simplify configuration items | ||||
* | xspec_avg_tz.tcl: Handle the case of too large reduced chi^2 | Aaron LI | 2017-02-06 | 1 | -13/+25 |
| | |||||
* | Update HOWTO w.r.t. updated xspec scripts | Aaron LI | 2017-02-06 | 1 | -21/+21 |
| | | | | And other small updates | ||||
* | Add xspec_avg_tz.tcl to help calc average temperature and abundance | Aaron LI | 2017-02-06 | 2 | -8/+115 |
| | | | | Also update xspec_tprofile.tcl a bit | ||||
* | Clean up and update json2csv.py | Aaron LI | 2017-02-06 | 1 | -24/+41 |
| | |||||
* | Rename 3 scripts; Clean up HOWTO a bit | Aaron LI | 2017-02-06 | 4 | -5/+1 |
| | |||||
* | Significantly clean up xspec_tprofile.tcl | Aaron LI | 2017-02-06 | 1 | -126/+34 |
| | |||||
* | Rename xspec scripts | Aaron LI | 2017-02-06 | 3 | -2/+2 |
| | |||||
* | Specify regions format and system for ds9 | Aaron LI | 2017-02-06 | 6 | -39/+70 |
| | | | | Also strip trailing white spaces. | ||||
* | Generate skyfov if no previous one found | Aaron LI | 2017-02-06 | 2 | -6/+18 |
| | |||||
* | setup_pfiles.py: Handle the SameFileError when copy pfiles | Aaron LI | 2017-02-06 | 1 | -1/+4 |
| | |||||
* | Small updates to HOWTO_chandra_acis_analysis.txt | Aaron LI | 2017-02-06 | 1 | -13/+20 |
| | |||||
* | Add chandra_acis.py to determine ACIS type of data | Aaron LI | 2017-02-06 | 1 | -0/+62 |
| | |||||
* | Add setup_pfiles.py to setup parameter files for CIAO tools | Aaron LI | 2017-02-06 | 1 | -0/+35 |
| | |||||
* | Replace analyze_path.sh with analyze_path.py | Aaron LI | 2017-02-06 | 2 | -61/+86 |
| | | | | The only support data directory format is "<name>_oi<obsid>". | ||||
* | Delete analyze_path.awk | Aaron LI | 2017-02-05 | 1 | -49/+0 |
| | |||||
* | Ignore more files | Aaron LI | 2017-02-05 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | Drop calc_distance support in favor of cosmo_calc | Aaron LI | 2016-06-08 | 2 | -80/+39 |
| | |||||
* | ciao_calc_csb.sh: add a reference; drop calc_distance support | Aaron LI | 2016-06-08 | 1 | -43/+32 |
| |