aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add acis.py and spectrum.py modulesAaron LI2017-02-173-0/+79
| | | | Also add astropy to the runtime dependencies.
* Remove scripts/calc_lx_simple.shAaron LI2017-02-171-133/+0
|
* Rename 'evt2image.py' to 'event2image.py'; Add executable permissionAaron LI2017-02-171-0/+0
|
* README.md: Add runtime dependenciesAaron LI2017-02-171-0/+7
|
* Add scripts/evt2image.py to make image from event fileAaron LI2017-02-171-0/+99
|
* manifest.py: Support return relative path w.r.t CWD for "getpath()"Aaron LI2017-02-171-3/+12
|
* manifest.py: Do not change when to find the manifest file.Aaron LI2017-02-171-8/+7
|
* manifest.py: Add setpath() method and setpath sub-commandAaron LI2017-02-171-0/+34
|
* Add get_manifest() and get_results() functionsAaron LI2017-02-172-0/+34
|
* chandra_acis.py: Add function "get_chips()"Aaron LI2017-02-171-4/+31
|
* manifest.py: Add parameter 'splitlist' to gets() for CSV exportAaron LI2017-02-172-3/+26
|
* README.md: Add several more useful linksAaron LI2017-02-171-0/+7
|
* README.md: Update CIAO & HEASoft versionsAaron LI2017-02-171-2/+2
|
* manifest.py: Support multiple files for "getpath()"Aaron LI2017-02-171-5/+20
|
* manifest.py: Only change directory when need to find manifest fileAaron LI2017-02-171-3/+2
|
* 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.