Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/cosmo_calc.py: Add evolution factor -E/--evolution-factor | Aaron LI | 2017-10-31 | 1 | -2/+5 |
| | |||||
* | Add bin/update_manifest.py with support of "repro" products | Aaron LI | 2017-05-25 | 1 | -5/+1 |
| | | | | TODO: support updating other products to manifest.yaml | ||||
* | manifest: Add logging support; avoid print messages | Aaron LI | 2017-03-05 | 1 | -20/+17 |
| | |||||
* | acispy/spectrum.py: Add "verbose" parameter | Aaron LI | 2017-03-04 | 1 | -3/+6 |
| | |||||
* | acispy/manifest.py: Support rename an item key | Aaron LI | 2017-03-04 | 1 | -1/+33 |
| | |||||
* | acispy/spectrum.py: Add method "calc_flux()" | Aaron LI | 2017-03-03 | 1 | -3/+9 |
| | |||||
* | acispy/manifest.py: Fix 'setpath()' method when give a list | Aaron LI | 2017-02-26 | 1 | -0/+2 |
| | |||||
* | acispy/header.py: Add 'read_keyword2()' | Aaron LI | 2017-02-26 | 1 | -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 LI | 2017-02-24 | 1 | -0/+22 |
| | |||||
* | acis.py: Update argument 'sep' handling for get_chips_str() | Aaron LI | 2017-02-23 | 1 | -4/+8 |
| | |||||
* | Fix errors in acispy/region.py and scripts/calc_centroid.py | Aaron LI | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add scripts/cosmo_calc.py | Aaron LI | 2017-02-20 | 1 | -1/+2 |
| | | | | | * 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 |
| | |||||
* | Fix import for 'acispy' modules | Aaron LI | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Update various script for 'acispy' | Aaron LI | 2017-02-19 | 1 | -2/+0 |
| | |||||
* | Update manifest.py and results.py for 'acispy' | Aaron LI | 2017-02-19 | 2 | -0/+462 |
| | |||||
* | Split 'analyze_path.py' to two parts for 'acispy' | Aaron LI | 2017-02-19 | 1 | -0/+53 |
| | |||||
* | Setup module 'acispy' and clean 'scripts' directory | Aaron LI | 2017-02-19 | 6 | -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. |