aboutsummaryrefslogtreecommitdiffstats
path: root/acispy
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in acispy/region.py and scripts/calc_centroid.pyAaron LI2017-02-201-1/+1
|
* 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
|
* Add scripts/cosmo_calc.pyAaron LI2017-02-201-1/+2
| | | | | * 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
|
* Fix import for 'acispy' modulesAaron LI2017-02-191-1/+1
|
* Update various script for 'acispy'Aaron LI2017-02-191-2/+0
|
* Update manifest.py and results.py for 'acispy'Aaron LI2017-02-192-0/+462
|
* Split 'analyze_path.py' to two parts for 'acispy'Aaron LI2017-02-191-0/+53
|
* Setup module 'acispy' and clean 'scripts' directoryAaron LI2017-02-196-0/+454
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.