aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* manifest.py: Support list of values for itemsAaron LI2017-02-171-21/+39
|
* analyze_path.py: Use absolute pathAaron LI2017-02-171-2/+3
|
* manifest.py: Implement "getpath" sub-commandAaron LI2017-02-131-1/+24
|
* manifest.py: Add argument "-C" / "--directory"Aaron LI2017-02-131-0/+5
|
* collect_yaml.py: Use list comprehension instead of mapAaron LI2017-02-131-2/+2
|
* Add scripts/collect_yaml.py to collect results from YAML filesAaron LI2017-02-121-0/+73
|
* manifest.py: Add method "gets()" to get values of a list of itemsAaron LI2017-02-121-1/+33
|
* manifest.py: Add sub-command "show" and make it the defaultAaron LI2017-02-121-4/+23
|
* manifest.py: Try to parse given value to integer or floatAaron LI2017-02-111-3/+17
|
* manifest.py: Handle empty manifest fileAaron LI2017-02-111-2/+4
|
* Add scripts/{manifest,results}.pyAaron LI2017-02-112-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 bitAaron LI2017-02-091-5/+7
|
* Move HOWTO to 'doc' directory; Update README.md a bitAaron LI2017-02-092-1/+4
|
* doc: sbp_extract.org: add events usage notesAaron LI2017-02-091-1/+20
|
* doc: add sbp_extract.orgAaron LI2017-02-091-0/+55
| | | | | Add document to explain the surface brightness profile extraction procedure and track some of the notes/caveats.
* Various small updates to HOWTOAaron LI2017-02-091-14/+26
|
* collect_infodata.sh: Update to work with new style configsAaron LI2017-02-091-64/+38
|
* Update HOWTOAaron LI2017-02-092-19/+24
|
* files/wang2012_param.txt: Change the default values a bitAaron LI2017-02-081-1/+1
|
* ciao_sbp.sh: Various cleanupsAaron LI2017-02-081-151/+105
|
* sbp_{s,d}beta.conf: Add supported key "rmin_kpc" and "rmin_pixel"Aaron LI2017-02-082-0/+6
|
* README.md: Update license and format.Aaron LI2017-02-081-24/+35
|
* 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
|
* Delete script clean_massdir.shAaron LI2017-02-071-219/+0
|
* Delete the old/obsolete config filesAaron LI2017-02-074-44/+0
|
* Import updated opt_utilitiesAaron LI2017-02-071-0/+0
|
* Update sample config files a bitAaron LI2017-02-073-3/+2
|
* 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.
* xspec_avg_tz.tcl: Fix the edge case that failed to calculate errorsAaron LI2017-02-071-1/+1
|
* Update Installation guide about clone this repoAaron LI2017-02-071-2/+13
| | | | | | Credit: * How to `git clone` including submodules? https://stackoverflow.com/a/4438292/4856091
* GSL is not a dependencyAaron LI2017-02-071-4/+1
|
* Move settings and websites to README.md; cleanup HOWTOAaron LI2017-02-072-44/+22
|
* Remove graphical plot report (depends on PGPLOT)Aaron LI2017-02-077-190/+42
| | | | 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
|
* Import updated opt_utilitiesAaron LI2017-02-071-0/+0
|
* 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
|
* Add new simplified config files and update HOWTOAaron LI2017-02-074-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^2Aaron LI2017-02-061-13/+25
|
* Update HOWTO w.r.t. updated xspec scriptsAaron LI2017-02-061-21/+21
| | | | And other small updates
* Add xspec_avg_tz.tcl to help calc average temperature and abundanceAaron LI2017-02-062-8/+115
| | | | Also update xspec_tprofile.tcl a bit
* Clean up and update json2csv.pyAaron LI2017-02-061-24/+41
|
* Rename 3 scripts; Clean up HOWTO a bitAaron LI2017-02-064-5/+1
|
* Significantly clean up xspec_tprofile.tclAaron LI2017-02-061-126/+34
|
* Rename xspec scriptsAaron LI2017-02-063-2/+2
|
* Specify regions format and system for ds9Aaron LI2017-02-066-39/+70
| | | | Also strip trailing white spaces.