aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Update manifest.py and results.py for 'acispy'Aaron LI2017-02-192-434/+6
* Split 'analyze_path.py' to two parts for 'acispy'Aaron LI2017-02-191-37/+2
* Setup module 'acispy' and clean 'scripts' directoryAaron LI2017-02-196-454/+16
* Remove unused ciao_check_offset.shAaron LI2017-02-181-269/+0
* Remove ciao_expcorr_sbp.shAaron LI2017-02-181-240/+0
* Remove 'ciao_calc_ct_csb.sh' and update HOWTOAaron LI2017-02-181-51/+0
* Remove chandra_update_xpeak.sh & chandra_xpeak_coord.shAaron LI2017-02-182-570/+0
* Remove chandra_update_xcentroid.shAaron LI2017-02-181-224/+0
* calc_centroid.py: Support to get the starting point from a region fileAaron LI2017-02-181-1/+3
* Add 'region.py' to manipulate regions in CIAO formatAaron LI2017-02-181-0/+251
* calc_centroid.py: Smooth image firstAaron LI2017-02-171-4/+9
* Add 'calc_centroid.py' to replace 'chandra_xcentroid.sh'Aaron LI2017-02-171-0/+184
* event2image.py: Use relative paths; Validate energy rangeAaron LI2017-02-171-2/+7
* Remove make_infojson.shAaron LI2017-02-171-191/+0
* Remove cooling time & radius related calculations and resultsAaron LI2017-02-171-9/+2
* Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh')Aaron LI2017-02-171-6/+2
* Remove 'calc_lx' related calculations and resultsAaron LI2017-02-171-25/+3
* Remove chandra_update_xpeak2.shAaron LI2017-02-171-311/+0
* Finish test 'clean_evt2.py' and fix several issues!Aaron LI2017-02-173-17/+25
* event2image.py: Fix a typo; Add short-version argumentsAaron LI2017-02-171-3/+3
* Remove 'ciao_procevt.sh' (replaced by 'clean_evt2.py')Aaron LI2017-02-171-206/+0
* Add 'clean_evt2.py' to replace 'ciao_procevt.sh'Aaron LI2017-02-171-0/+202
* Add module ds9.py for easier image viewingAaron LI2017-02-171-0/+27
* Integrate 'chandra_acis.py' into 'acis.py'Aaron LI2017-02-173-91/+58
* Add 'renorm_spectrum.py' to replace 'chandra_bkg_rescale.sh'Aaron LI2017-02-173-149/+74
* Add acis.py and spectrum.py modulesAaron LI2017-02-172-0/+78
* 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
* 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
* 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
* collect_infodata.sh: Update to work with new style configsAaron LI2017-02-091-64/+38
* ciao_sbp.sh: Various cleanupsAaron LI2017-02-081-151/+105