aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add acispy/header.py to read/write/copy FITS header keywordsAaron LI2017-02-201-0/+77
|
* acispy/manifest.py: Add "sep" support to "getpath()" methodAaron LI2017-02-201-6/+17
|
* acispy/manifest.py: Add "has()" methodAaron LI2017-02-201-3/+4
|
* README.md: Update for the 'mass_profile' changeAaron LI2017-02-201-12/+11
|
* atoolbox/cosmo_calc already replaced by 'scripts/cosmo_calc.py'Aaron LI2017-02-201-9/+1
|
* Rename mass_profile to src; Add install & uninstall to MakefileAaron LI2017-02-2022-0/+12
|
* Merge 'mass_profile/.gitignore' to .gitignoreAaron LI2017-02-202-21/+8
|
* Move shell/python scripts from 'mass_profile/' to 'bin/'Aaron LI2017-02-2012-0/+0
|
* Rename 'context.py' to '_context.py'Aaron LI2017-02-2010-9/+9
|
* Add scripts/cosmo_calc.pyAaron LI2017-02-202-1/+93
| | | | | * This 'cosmo_calc.py' replaces the original C++ version 'cosmo_calc' * Also fix a issue in 'acispy/cosmo.py'
* Add acispy/cosmo.pyAaron LI2017-02-191-0/+78
|
* acispy/manifest.py: Fix parsing procedure for 'parse_value_single()'Aaron LI2017-02-191-0/+5
|
* acispy/manifest.py: Split out 'parse_value_single()'Aaron LI2017-02-191-26/+34
|
* renorm_spectrum.py: Fix the positional argument errorAaron LI2017-02-191-1/+1
|
* Fix import for 'acispy' modulesAaron LI2017-02-191-1/+1
|
* Update various script for 'acispy'Aaron LI2017-02-196-15/+18
|
* Update manifest.py and results.py for 'acispy'Aaron LI2017-02-194-434/+468
|
* Split 'analyze_path.py' to two parts for 'acispy'Aaron LI2017-02-192-37/+55
|
* Setup module 'acispy' and clean 'scripts' directoryAaron LI2017-02-197-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.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-182-61/+7
|
* 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
|
* Remove the obsolete 'constrained_dbeta.hpp'Aaron LI2017-02-172-79/+2
|
* Remove unused 'fit_{lt,mt}_{bpl,pl}.cpp' toolsAaron LI2017-02-175-1206/+2
|
* Remove the unused 'fit_nfw_sbp.cpp' with 'nfw_ne.hpp'Aaron LI2017-02-173-626/+1
|
* Remove the unused mass_profile/fit_direct_beta.cppAaron LI2017-02-172-65/+1
|
* Update mass_profile/README.mdAaron LI2017-02-171-15/+15
|
* Explain the 'nH=0' and output units differences and usages.Aaron LI2017-02-173-15/+22
|
* 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
|
* Makefile: Enable '-Werror' flag and a minor cleanupAaron LI2017-02-171-4/+1
|
* Remove make_infojson.shAaron LI2017-02-171-191/+0
|
* Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh'Aaron LI2017-02-175-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 LI2017-02-171-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 LI2017-02-171-42/+0
|
* Remove cooling time & radius related calculations and resultsAaron LI2017-02-173-40/+4
|
* Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh')Aaron LI2017-02-172-586/+2
|
* Remove 'cooling_time.cpp' which superseded by 'ciao_calc_ct.sh'Aaron LI2017-02-172-66/+1
|
* Remove useless call of 'coolfunc_calc.sh'Aaron LI2017-02-171-5/+2
|
* Update description & usage; change variable name to be more clearAaron LI2017-02-172-23/+24
|
* No longer calculate and use 'flux_cnt_ratio.txt'Aaron LI2017-02-173-33/+16
| | | | | This ratio file only was only used by 'calc_lx', which has already been removed.
* Remove 'calc_lx' related calculations and resultsAaron LI2017-02-173-46/+5
|
* Remove calc_distance (last used by the deleted 'calc_lx')Aaron LI2017-02-175-252/+1
|
* Remove 'calc_lx.cpp' (superseded by calc_lx_{beta,dbeta}.cpp)Aaron LI2017-02-172-222/+1
|
* Update variable names to be more clearAaron LI2017-02-172-25/+21
|