aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bin/cosmo_calc.py: Add evolution factor -E/--evolution-factorAaron LI2017-10-312-2/+14
|
* bin/cosmo_calc.py: change -U to -u; update comments/descriptionsAaron LI2017-10-311-5/+8
|
* Update to use "repro_acis.py"Aaron LI2017-08-161-3/+2
|
* repro_acis.py: some cleanups by using update_manifestAaron LI2017-08-161-28/+8
|
* update_manifest.py: Add argument --add-directory with a new functionAaron LI2017-08-161-0/+13
|
* update_manifest.py: Fix logger and update manifest creationAaron LI2017-08-161-6/+9
|
* Update HOWTO against change to "update_manifest.py"Aaron LI2017-08-151-3/+2
|
* cosmo_calc.py: Use variables H0, Om0, pixelsizeAaron LI2017-08-151-6/+13
| | | | TODO: add argument --pixelsize with default value of 0.492 [arcsec]
* update_manifest.py: Add argument --createAaron LI2017-08-151-0/+7
|
* Update HOWTO with "update_manifest.py" usageAaron LI2017-05-251-3/+6
|
* Add bin/update_manifest.py with support of "repro" productsAaron LI2017-05-252-5/+69
| | | | TODO: support updating other products to manifest.yaml
* Update submodule "opt_utilities" pathAaron LI2017-03-281-1/+1
|
* chandra_genspcreg.sh: Give default values for reg_in and reg_outAaron LI2017-03-062-5/+6
|
* make_sbprofile_reg.py: do not set default background fileAaron LI2017-03-062-9/+4
|
* HOWTO: update local background spectrumAaron LI2017-03-061-3/+11
|
* manifest: Add logging support; avoid print messagesAaron LI2017-03-053-20/+27
|
* Add 'calc_pb_flux.py' to calculate the particle backgroundAaron LI2017-03-041-0/+47
|
* acispy/spectrum.py: Add "verbose" parameterAaron LI2017-03-041-3/+6
|
* clean_evt2.py: Show a warning with solution for GTI creation in ChIPSAaron LI2017-03-041-0/+3
|
* clean_evt2.py: Add 'reg_sources' and 'gti' to manifestAaron LI2017-03-041-1/+7
|
* Update LICENSE copyright yearAaron LI2017-03-042-1/+1
|
* acispy/manifest.py: Support rename an item keyAaron LI2017-03-041-1/+33
|
* Update HOWTO on sbprofile.reg generationAaron LI2017-03-031-2/+1
|
* Remove chandra_gensbpreg.sh (replaced by make_sbprofile_reg.py)Aaron LI2017-03-031-150/+0
|
* Add make_sbprofile.reg.py supporting various argumentsAaron LI2017-03-031-0/+282
| | | | To replace 'scripts/chandra_gensbpreg.sh'
* acispy/spectrum.py: Add method "calc_flux()"Aaron LI2017-03-031-3/+9
|
* Minor changesAaron LI2017-03-032-3/+4
|
* calc_centroid.py: Do not need to use tempfileAaron LI2017-03-031-9/+6
|
* Add repro_acis.py: reprocess ACIS level=1 data and build manifest.yamlAaron LI2017-03-011-0/+99
|
* ciao_deproj_spectra.sh: Change variable 'LINES' to 'NREG'Aaron LI2017-02-261-7/+7
| | | | It seems the 'LINES' may be used as a environment variable.
* HOWTO: update according to the last changes to scriptsAaron LI2017-02-261-17/+21
|
* ciao_deproj_spectra.sh: Cleanup and simplificationAaron LI2017-02-262-155/+23
| | | | | | | Use newly developed tools: + manifest.py + results.py + renorm_spectrum.py
* ciao_bkg_spectra.sh: Use 'renorm_spectrum.py'Aaron LI2017-02-261-35/+2
|
* Remove 'scripts/ciao_genregs.sh'Aaron LI2017-02-261-307/+0
|
* chandra_genspcreg.sh: Cleanup and simplificationAaron LI2017-02-261-66/+72
|
* acispy/manifest.py: Fix 'setpath()' method when give a listAaron LI2017-02-261-0/+2
|
* chandra_gensbpreg.sh: cleanups and simplificationAaron LI2017-02-261-100/+73
|
* ciao_bkg_spectra.sh: Update to use 'manifest.py' and 'results.py'Aaron LI2017-02-261-118/+29
|
* Remove 'collect_infodata.sh' and 'json2csv.py'Aaron LI2017-02-262-648/+0
| | | | Superseded by 'manifest.py' and 'results.py'
* Remove 'ciao_sbp.sh' and 'chandra_ccdgap_rect.py'Aaron LI2017-02-262-589/+0
| | | | Replaced by 'extract_sbprofile.py'
* make_expmap.py: Add "BUNIT" raw keyword after 'dmimgcalc'Aaron LI2017-02-261-1/+6
|
* 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.
* Add extract_sbprofile.py: Extract SBP from binned imageAaron LI2017-02-261-0/+182
| | | | To replace 'ciao_sbp.sh' and 'chandra_ccdgap_rect.py'
* Add correct_exposure.py: Create exposure-corrected imageAaron LI2017-02-241-0/+127
|
* make_expmap.py: Threshold-cut the exposure map (cut=1.5%)Aaron LI2017-02-241-4/+33
| | | | | * Copy several keywords from instrument map (as 'fluximage' does) * Set the merged expmap has block name "EXPMAP" (as 'fluximage' does)
* Split 'get_xygrid()' from 'make_expmap.py' to 'acispy/image.py'Aaron LI2017-02-242-17/+25
|
* Remove 'scripts/ciao_expcorr.sh'Aaron LI2017-02-231-414/+0
| | | | Replaced by 'calc_spectral_weights.py' and 'make_expmap.py'
* Add make_expmap.py: Make spectral-weighted exposure mapAaron LI2017-02-231-0/+247
|
* event2image.py: Use 'logging' instead of 'print'Aaron LI2017-02-231-12/+13
|
* Add calc_spectral_weights.py (for spectral-weighted exposure map)Aaron LI2017-02-231-0/+118
|