aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove the 'rehash' command from heainit()Aaron LI2018-09-211-1/+0
| | | | | The 'rehash' command is available in ZSH, but not in Bash, which uses 'hash -r' instead.
* Add scripts/heasoft.sh to help avoid library conflictsAaron LI2018-09-141-0/+68
|
* scripts/ciao_calc_ct.sh: Update to use "cosmo_calc.py"Aaron LI2017-10-311-13/+11
|
* chandra_genspcreg.sh: Give default values for reg_in and reg_outAaron LI2017-03-061-5/+4
|
* Remove chandra_gensbpreg.sh (replaced by make_sbprofile_reg.py)Aaron LI2017-03-031-150/+0
|
* ciao_deproj_spectra.sh: Change variable 'LINES' to 'NREG'Aaron LI2017-02-261-7/+7
| | | | It seems the 'LINES' may be used as a environment variable.
* ciao_deproj_spectra.sh: Cleanup and simplificationAaron LI2017-02-262-155/+23
| | | | | | | Use newly developed tools: + manifest.py + results.py + renorm_spectrum.py
* ciao_bkg_spectra.sh: Use 'renorm_spectrum.py'Aaron LI2017-02-261-35/+2
|
* Remove 'scripts/ciao_genregs.sh'Aaron LI2017-02-261-307/+0
|
* chandra_genspcreg.sh: Cleanup and simplificationAaron LI2017-02-261-66/+72
|
* chandra_gensbpreg.sh: cleanups and simplificationAaron LI2017-02-261-100/+73
|
* ciao_bkg_spectra.sh: Update to use 'manifest.py' and 'results.py'Aaron LI2017-02-261-118/+29
|
* Remove 'collect_infodata.sh' and 'json2csv.py'Aaron LI2017-02-262-648/+0
| | | | Superseded by 'manifest.py' and 'results.py'
* Remove 'ciao_sbp.sh' and 'chandra_ccdgap_rect.py'Aaron LI2017-02-262-589/+0
| | | | Replaced by 'extract_sbprofile.py'
* Remove 'scripts/ciao_expcorr.sh'Aaron LI2017-02-231-414/+0
| | | | Replaced by 'calc_spectral_weights.py' and 'make_expmap.py'
* Update to use 'cosmo_calc.py'Aaron LI2017-02-221-3/+2
|
* Update to use 'cosmo_calc.py' instead of 'cosmo_calc'Aaron LI2017-02-213-3/+3
|
* Move various Python tools from 'scripts/' to 'bin/'Aaron LI2017-02-2111-1118/+0
|
* scripts/cosmo_calc.py: Rewrite arguments processingAaron LI2017-02-211-52/+94
| | | | | * Allow specifying multiple quantities to be calculated * Default to calculate all supported quantities
* Remove 'chandra_xcentroid.sh' (replaced by calc_centroid.py)Aaron LI2017-02-201-332/+0
|
* calc_centroid.py: Update default arguments for better resultsAaron LI2017-02-201-20/+11
|
* Fix errors in acispy/region.py and scripts/calc_centroid.pyAaron LI2017-02-201-2/+3
|
* Remove scripts/ciao_blanksky.sh (replaced by make_blanksky.py)Aaron LI2017-02-201-269/+0
|
* Add scripts/make_blanksky.py (to replace ciao_blanksky.sh)Aaron LI2017-02-201-0/+228
|
* Rename 'context.py' to '_context.py'Aaron LI2017-02-2010-9/+9
|
* Add scripts/cosmo_calc.pyAaron LI2017-02-201-0/+91
| | | | | * This 'cosmo_calc.py' replaces the original C++ version 'cosmo_calc' * Also fix a issue in 'acispy/cosmo.py'
* renorm_spectrum.py: Fix the positional argument errorAaron LI2017-02-191-1/+1
|
* Update various script for 'acispy'Aaron LI2017-02-195-13/+18
|
* 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
| | | | | | Setup a module 'acispy' to hold some generic Python modules for better/easier reuse, and clean up the 'scripts' directory, which will be used to hold the CLI tools.
* 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
|