aboutsummaryrefslogtreecommitdiffstats
path: root/acispy
Commit message (Collapse)AuthorAgeFilesLines
* acispy/manifest.py: Fix 'setpath()' method when give a listAaron LI2017-02-261-0/+2
|
* acispy/header.py: Add 'read_keyword2()'Aaron LI2017-02-261-3/+31
| | | | | | The 'read_keyword2()' uses 'astropy.io.fits' to manipulate the FITS header, and can access the raw/reserved FITS keywords that 'dmkeypar' cannot read.
* Split 'get_xygrid()' from 'make_expmap.py' to 'acispy/image.py'Aaron LI2017-02-241-0/+22
|
* acis.py: Update argument 'sep' handling for get_chips_str()Aaron LI2017-02-231-4/+8
|
* 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.