Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to use 'cosmo_calc.py' instead of 'cosmo_calc' | Aaron LI | 2017-02-21 | 5 | -5/+5 |
| | |||||
* | Add calc_coolfunc_profile.py: calculate cooling function proifle | Aaron LI | 2017-02-21 | 1 | -0/+67 |
| | | | | | | | Calculate cooling function profile w.r.t. temperature profile by interpolating previously calculated cooling function table. This tool replaces the 'calc_coolfunc.sh' and 'calc_coolfunc_bands.sh' | ||||
* | Add calc_coolfunc_table.py: to speed up the repeated CF calculations | Aaron LI | 2017-02-21 | 1 | -0/+177 |
| | | | | | | | | | Calculate the cooling function table with respect to the specified temperature range, using the XSPEC model 'wabs*apec' with the provided arguments. Later, the cooling function profile w.r.t. a temperature profile can be quickly derived by interpolating this cooling function table. | ||||
* | Move various Python tools from 'scripts/' to 'bin/' | Aaron LI | 2017-02-21 | 11 | -0/+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 | 2 | -3/+4 |
| | |||||
* | 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 |
| | |||||
* | Add acispy/header.py to read/write/copy FITS header keywords | Aaron LI | 2017-02-20 | 1 | -0/+77 |
| | |||||
* | acispy/manifest.py: Add "sep" support to "getpath()" method | Aaron LI | 2017-02-20 | 1 | -6/+17 |
| | |||||
* | acispy/manifest.py: Add "has()" method | Aaron LI | 2017-02-20 | 1 | -3/+4 |
| | |||||
* | README.md: Update for the 'mass_profile' change | Aaron LI | 2017-02-20 | 1 | -12/+11 |
| | |||||
* | atoolbox/cosmo_calc already replaced by 'scripts/cosmo_calc.py' | Aaron LI | 2017-02-20 | 1 | -9/+1 |
| | |||||
* | Rename mass_profile to src; Add install & uninstall to Makefile | Aaron LI | 2017-02-20 | 22 | -0/+12 |
| | |||||
* | Merge 'mass_profile/.gitignore' to .gitignore | Aaron LI | 2017-02-20 | 2 | -21/+8 |
| | |||||
* | Move shell/python scripts from 'mass_profile/' to 'bin/' | Aaron LI | 2017-02-20 | 12 | -0/+0 |
| | |||||
* | Rename 'context.py' to '_context.py' | Aaron LI | 2017-02-20 | 10 | -9/+9 |
| | |||||
* | Add scripts/cosmo_calc.py | Aaron LI | 2017-02-20 | 2 | -1/+93 |
| | | | | | * This 'cosmo_calc.py' replaces the original C++ version 'cosmo_calc' * Also fix a issue in 'acispy/cosmo.py' | ||||
* | Add acispy/cosmo.py | Aaron LI | 2017-02-19 | 1 | -0/+78 |
| | |||||
* | acispy/manifest.py: Fix parsing procedure for 'parse_value_single()' | Aaron LI | 2017-02-19 | 1 | -0/+5 |
| | |||||
* | acispy/manifest.py: Split out 'parse_value_single()' | Aaron LI | 2017-02-19 | 1 | -26/+34 |
| | |||||
* | renorm_spectrum.py: Fix the positional argument error | Aaron LI | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Fix import for 'acispy' modules | Aaron LI | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Update various script for 'acispy' | Aaron LI | 2017-02-19 | 6 | -15/+18 |
| | |||||
* | Update manifest.py and results.py for 'acispy' | Aaron LI | 2017-02-19 | 4 | -434/+468 |
| | |||||
* | Split 'analyze_path.py' to two parts for 'acispy' | Aaron LI | 2017-02-19 | 2 | -37/+55 |
| | |||||
* | Setup module 'acispy' and clean 'scripts' directory | Aaron LI | 2017-02-19 | 7 | -0/+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 | 2 | -61/+7 |
| | |||||
* | 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 |
| | |||||
* | Remove the obsolete 'constrained_dbeta.hpp' | Aaron LI | 2017-02-17 | 2 | -79/+2 |
| | |||||
* | Remove unused 'fit_{lt,mt}_{bpl,pl}.cpp' tools | Aaron LI | 2017-02-17 | 5 | -1206/+2 |
| | |||||
* | Remove the unused 'fit_nfw_sbp.cpp' with 'nfw_ne.hpp' | Aaron LI | 2017-02-17 | 3 | -626/+1 |
| | |||||
* | Remove the unused mass_profile/fit_direct_beta.cpp | Aaron LI | 2017-02-17 | 2 | -65/+1 |
| | |||||
* | Update mass_profile/README.md | Aaron LI | 2017-02-17 | 1 | -15/+15 |
| | |||||
* | Explain the 'nH=0' and output units differences and usages. | Aaron LI | 2017-02-17 | 3 | -15/+22 |
| | |||||
* | 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 |
| | |||||
* | Makefile: Enable '-Werror' flag and a minor cleanup | Aaron LI | 2017-02-17 | 1 | -4/+1 |
| | |||||
* | Remove make_infojson.sh | Aaron LI | 2017-02-17 | 1 | -191/+0 |
| | |||||
* | Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh' | Aaron LI | 2017-02-17 | 5 | -14/+9 |
| | | | | | * coolfunc_calc.sh -> calc_coolfunc.sh * coolfunc_calc_erg.sh -> calc_coolfunc_bands.sh | ||||
* | Clean up 'coolfunc_calc.sh' to not calculate <coolfunc_bolo> | Aaron LI | 2017-02-17 | 1 | -40/+4 |
| | | | | | The <coolfunc_bolo> data was only used by 'cooling_time.cpp', which has already been removed. | ||||
* | Remove 'extract_tcool.py' which no longer used by 'fit_mass.sh' | Aaron LI | 2017-02-17 | 1 | -42/+0 |
| |