aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* src/{v,}chisq: Fix uninitialized variablesAaron LI2018-10-092-2/+2
|
* src/projector: Fix warning on uninitialized base classAaron LI2018-10-091-2/+2
| | | | Credit: https://stackoverflow.com/a/43613363
* src: Disable '-Werror' but enable '-Wextra'Aaron LI2018-10-081-2/+2
| | | | '-Werror' is nice for development, but bad for releases.
* Remove the 'rehash' command from heainit()Aaron LI2018-09-212-2/+0
| | | | | The 'rehash' command is available in ZSH, but not in Bash, which uses 'hash -r' instead.
* Add scripts/heasoft.sh to help avoid library conflictsAaron LI2018-09-142-0/+119
|
* Add doc/create-image-expcorr; still a WIPAaron LI2018-09-111-0/+27
|
* Update READMEAaron LI2018-09-111-32/+30
|
* Add Python requirementsAaron LI2018-09-111-0/+4
|
* scripts/ciao_calc_ct.sh: Update to use "cosmo_calc.py"Aaron LI2017-10-311-13/+11
|
* 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
|