Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ciao_deproj_spectra.sh: Change variable 'LINES' to 'NREG' | Aaron LI | 2017-02-26 | 1 | -7/+7 |
| | | | | It seems the 'LINES' may be used as a environment variable. | ||||
* | ciao_deproj_spectra.sh: Cleanup and simplification | Aaron LI | 2017-02-26 | 2 | -155/+23 |
| | | | | | | | Use newly developed tools: + manifest.py + results.py + renorm_spectrum.py | ||||
* | ciao_bkg_spectra.sh: Use 'renorm_spectrum.py' | Aaron LI | 2017-02-26 | 1 | -35/+2 |
| | |||||
* | Remove 'scripts/ciao_genregs.sh' | Aaron LI | 2017-02-26 | 1 | -307/+0 |
| | |||||
* | chandra_genspcreg.sh: Cleanup and simplification | Aaron LI | 2017-02-26 | 1 | -66/+72 |
| | |||||
* | chandra_gensbpreg.sh: cleanups and simplification | Aaron LI | 2017-02-26 | 1 | -100/+73 |
| | |||||
* | ciao_bkg_spectra.sh: Update to use 'manifest.py' and 'results.py' | Aaron LI | 2017-02-26 | 1 | -118/+29 |
| | |||||
* | Remove 'collect_infodata.sh' and 'json2csv.py' | Aaron LI | 2017-02-26 | 2 | -648/+0 |
| | | | | Superseded by 'manifest.py' and 'results.py' | ||||
* | Remove 'ciao_sbp.sh' and 'chandra_ccdgap_rect.py' | Aaron LI | 2017-02-26 | 2 | -589/+0 |
| | | | | Replaced by 'extract_sbprofile.py' | ||||
* | Remove 'scripts/ciao_expcorr.sh' | Aaron LI | 2017-02-23 | 1 | -414/+0 |
| | | | | Replaced by 'calc_spectral_weights.py' and 'make_expmap.py' | ||||
* | Update to use 'cosmo_calc.py' | Aaron LI | 2017-02-22 | 1 | -3/+2 |
| | |||||
* | Update to use 'cosmo_calc.py' instead of 'cosmo_calc' | Aaron LI | 2017-02-21 | 3 | -3/+3 |
| | |||||
* | Move various Python tools from 'scripts/' to 'bin/' | Aaron LI | 2017-02-21 | 11 | -1118/+0 |
| | |||||
* | scripts/cosmo_calc.py: Rewrite arguments processing | Aaron LI | 2017-02-21 | 1 | -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 LI | 2017-02-20 | 1 | -332/+0 |
| | |||||
* | calc_centroid.py: Update default arguments for better results | Aaron LI | 2017-02-20 | 1 | -20/+11 |
| | |||||
* | Fix errors in acispy/region.py and scripts/calc_centroid.py | Aaron LI | 2017-02-20 | 1 | -2/+3 |
| | |||||
* | Remove scripts/ciao_blanksky.sh (replaced by make_blanksky.py) | Aaron LI | 2017-02-20 | 1 | -269/+0 |
| | |||||
* | Add scripts/make_blanksky.py (to replace ciao_blanksky.sh) | Aaron LI | 2017-02-20 | 1 | -0/+228 |
| | |||||
* | Rename 'context.py' to '_context.py' | Aaron LI | 2017-02-20 | 10 | -9/+9 |
| | |||||
* | Add scripts/cosmo_calc.py | Aaron LI | 2017-02-20 | 1 | -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 error | Aaron LI | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Update various script for 'acispy' | Aaron LI | 2017-02-19 | 5 | -13/+18 |
| | |||||
* | Update manifest.py and results.py for 'acispy' | Aaron LI | 2017-02-19 | 2 | -434/+6 |
| | |||||
* | Split 'analyze_path.py' to two parts for 'acispy' | Aaron LI | 2017-02-19 | 1 | -37/+2 |
| | |||||
* | Setup module 'acispy' and clean 'scripts' directory | Aaron LI | 2017-02-19 | 6 | -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.sh | Aaron LI | 2017-02-18 | 1 | -269/+0 |
| | |||||
* | Remove ciao_expcorr_sbp.sh | Aaron LI | 2017-02-18 | 1 | -240/+0 |
| | |||||
* | Remove 'ciao_calc_ct_csb.sh' and update HOWTO | Aaron LI | 2017-02-18 | 1 | -51/+0 |
| | |||||
* | Remove chandra_update_xpeak.sh & chandra_xpeak_coord.sh | Aaron LI | 2017-02-18 | 2 | -570/+0 |
| | |||||
* | Remove chandra_update_xcentroid.sh | Aaron LI | 2017-02-18 | 1 | -224/+0 |
| | |||||
* | calc_centroid.py: Support to get the starting point from a region file | Aaron LI | 2017-02-18 | 1 | -1/+3 |
| | |||||
* | Add 'region.py' to manipulate regions in CIAO format | Aaron LI | 2017-02-18 | 1 | -0/+251 |
| | |||||
* | calc_centroid.py: Smooth image first | Aaron LI | 2017-02-17 | 1 | -4/+9 |
| | |||||
* | Add 'calc_centroid.py' to replace 'chandra_xcentroid.sh' | Aaron LI | 2017-02-17 | 1 | -0/+184 |
| | |||||
* | event2image.py: Use relative paths; Validate energy range | Aaron LI | 2017-02-17 | 1 | -2/+7 |
| | |||||
* | Remove make_infojson.sh | Aaron LI | 2017-02-17 | 1 | -191/+0 |
| | |||||
* | Remove cooling time & radius related calculations and results | Aaron LI | 2017-02-17 | 1 | -9/+2 |
| | |||||
* | Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh') | Aaron LI | 2017-02-17 | 1 | -6/+2 |
| | |||||
* | Remove 'calc_lx' related calculations and results | Aaron LI | 2017-02-17 | 1 | -25/+3 |
| | |||||
* | Remove chandra_update_xpeak2.sh | Aaron LI | 2017-02-17 | 1 | -311/+0 |
| | |||||
* | Finish test 'clean_evt2.py' and fix several issues! | Aaron LI | 2017-02-17 | 3 | -17/+25 |
| | |||||
* | event2image.py: Fix a typo; Add short-version arguments | Aaron LI | 2017-02-17 | 1 | -3/+3 |
| | |||||
* | Remove 'ciao_procevt.sh' (replaced by 'clean_evt2.py') | Aaron LI | 2017-02-17 | 1 | -206/+0 |
| | |||||
* | Add 'clean_evt2.py' to replace 'ciao_procevt.sh' | Aaron LI | 2017-02-17 | 1 | -0/+202 |
| | |||||
* | Add module ds9.py for easier image viewing | Aaron LI | 2017-02-17 | 1 | -0/+27 |
| | |||||
* | Integrate 'chandra_acis.py' into 'acis.py' | Aaron LI | 2017-02-17 | 3 | -91/+58 |
| | |||||
* | Add 'renorm_spectrum.py' to replace 'chandra_bkg_rescale.sh' | Aaron LI | 2017-02-17 | 3 | -149/+74 |
| | | | | Also remove 'chandra_pb_flux.sh' | ||||
* | Add acis.py and spectrum.py modules | Aaron LI | 2017-02-17 | 2 | -0/+78 |
| | | | | Also add astropy to the runtime dependencies. | ||||
* | Remove scripts/calc_lx_simple.sh | Aaron LI | 2017-02-17 | 1 | -133/+0 |
| |