aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/cosmo_calc.py: Add evolution factor -E/--evolution-factorAaron LI2017-10-311-0/+9
|
* bin/cosmo_calc.py: change -U to -u; update comments/descriptionsAaron LI2017-10-311-5/+8
|
* 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
|
* 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
|
* Add bin/update_manifest.py with support of "repro" productsAaron LI2017-05-251-0/+68
| | | | TODO: support updating other products to manifest.yaml
* chandra_genspcreg.sh: Give default values for reg_in and reg_outAaron LI2017-03-061-0/+2
|
* make_sbprofile_reg.py: do not set default background fileAaron LI2017-03-061-7/+2
|
* manifest: Add logging support; avoid print messagesAaron LI2017-03-052-0/+10
|
* Add 'calc_pb_flux.py' to calculate the particle backgroundAaron LI2017-03-041-0/+47
|
* 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
|
* Add make_sbprofile.reg.py supporting various argumentsAaron LI2017-03-031-0/+282
| | | | To replace 'scripts/chandra_gensbpreg.sh'
* 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
|
* make_expmap.py: Add "BUNIT" raw keyword after 'dmimgcalc'Aaron LI2017-02-261-1/+6
|
* 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-241-17/+3
|
* 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
|
* clean_evt2.py: Update "DETNAM" keyword after filter out chipsAaron LI2017-02-231-0/+4
|
* Print more informationAaron LI2017-02-232-4/+11
|
* event2image.py: Update keyword "DETNAM" of the created imageAaron LI2017-02-231-0/+4
| | | | | | | | The "DETNAM" keyword of the created image is updated to show the actually available chips. Therefore, there won't be issues when this image is corrected for exposure by dividing the exposure map. And the exposure-corrected image will have correct "DETNAM" value instead of "Merged".
* Update to use 'cosmo_calc.py'Aaron LI2017-02-223-3/+3
|
* Remove calc_coolfunc.sh (replaced by calc_coolfunc_{table,profile}.py)Aaron LI2017-02-211-113/+0
|
* fit_{mass,sbp}.sh: Update to use 'calc_coolfunc_{table,profile}.py'Aaron LI2017-02-212-6/+17
|
* Update to use 'cosmo_calc.py' instead of 'cosmo_calc'Aaron LI2017-02-212-2/+2
|
* Add calc_coolfunc_profile.py: calculate cooling function proifleAaron LI2017-02-211-0/+67
| | | | | | | Calculate cooling function profile w.r.t. temperature profile by interpolating previously calculated cooling function table. This tool replaces the 'calc_coolfunc.sh' and 'calc_coolfunc_bands.sh'
* Add calc_coolfunc_table.py: to speed up the repeated CF calculationsAaron LI2017-02-211-0/+177
| | | | | | | | | Calculate the cooling function table with respect to the specified temperature range, using the XSPEC model 'wabs*apec' with the provided arguments. Later, the cooling function profile w.r.t. a temperature profile can be quickly derived by interpolating this cooling function table.
* Move various Python tools from 'scripts/' to 'bin/'Aaron LI2017-02-2111-0/+1118
|
* Move shell/python scripts from 'mass_profile/' to 'bin/'Aaron LI2017-02-2012-0/+1406