Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | analyze_path.py: Use absolute path | Aaron LI | 2017-02-17 | 1 | -2/+3 | |
| | ||||||
* | manifest.py: Implement "getpath" sub-command | Aaron LI | 2017-02-13 | 1 | -1/+24 | |
| | ||||||
* | manifest.py: Add argument "-C" / "--directory" | Aaron LI | 2017-02-13 | 1 | -0/+5 | |
| | ||||||
* | collect_yaml.py: Use list comprehension instead of map | Aaron LI | 2017-02-13 | 1 | -2/+2 | |
| | ||||||
* | Add scripts/collect_yaml.py to collect results from YAML files | Aaron LI | 2017-02-12 | 1 | -0/+73 | |
| | ||||||
* | manifest.py: Add method "gets()" to get values of a list of items | Aaron LI | 2017-02-12 | 1 | -1/+33 | |
| | ||||||
* | manifest.py: Add sub-command "show" and make it the default | Aaron LI | 2017-02-12 | 1 | -4/+23 | |
| | ||||||
* | manifest.py: Try to parse given value to integer or float | Aaron LI | 2017-02-11 | 1 | -3/+17 | |
| | ||||||
* | manifest.py: Handle empty manifest file | Aaron LI | 2017-02-11 | 1 | -2/+4 | |
| | ||||||
* | Add scripts/{manifest,results}.py | Aaron LI | 2017-02-11 | 2 | -0/+246 | |
| | | | | | * manifest.py: Manage the observation products in YAML format manifest * results.py: Manage the analysis results in YAML format | |||||
* | Update doc/sbp_extract.org a bit | Aaron LI | 2017-02-09 | 1 | -5/+7 | |
| | ||||||
* | Move HOWTO to 'doc' directory; Update README.md a bit | Aaron LI | 2017-02-09 | 2 | -1/+4 | |
| | ||||||
* | 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 | |
| |