aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts/cosmo_calc.py: Rewrite arguments processingAaron LI2017-02-211-52/+94
| | | | | * Allow specifying multiple quantities to be calculated * Default to calculate all supported quantities
* Remove 'chandra_xcentroid.sh' (replaced by calc_centroid.py)Aaron LI2017-02-201-332/+0
|
* calc_centroid.py: Update default arguments for better resultsAaron LI2017-02-201-20/+11
|
* Fix errors in acispy/region.py and scripts/calc_centroid.pyAaron LI2017-02-201-2/+3
|
* Remove scripts/ciao_blanksky.sh (replaced by make_blanksky.py)Aaron LI2017-02-201-269/+0
|
* Add scripts/make_blanksky.py (to replace ciao_blanksky.sh)Aaron LI2017-02-201-0/+228
|
* Rename 'context.py' to '_context.py'Aaron LI2017-02-2010-9/+9
|
* Add scripts/cosmo_calc.pyAaron LI2017-02-201-0/+91
| | | | | * This 'cosmo_calc.py' replaces the original C++ version 'cosmo_calc' * Also fix a issue in 'acispy/cosmo.py'
* renorm_spectrum.py: Fix the positional argument errorAaron LI2017-02-191-1/+1
|
* Update various script for 'acispy'Aaron LI2017-02-195-13/+18
|
* Update manifest.py and results.py for 'acispy'Aaron LI2017-02-192-434/+6
|
* Split 'analyze_path.py' to two parts for 'acispy'Aaron LI2017-02-191-37/+2
|
* Setup module 'acispy' and clean 'scripts' directoryAaron LI2017-02-196-454/+16
| | | | | | 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.
* Remove unused ciao_check_offset.shAaron LI2017-02-181-269/+0
|
* Remove ciao_expcorr_sbp.shAaron LI2017-02-181-240/+0
|
* Remove 'ciao_calc_ct_csb.sh' and update HOWTOAaron LI2017-02-181-51/+0
|
* Remove chandra_update_xpeak.sh & chandra_xpeak_coord.shAaron LI2017-02-182-570/+0
|
* Remove chandra_update_xcentroid.shAaron LI2017-02-181-224/+0
|
* calc_centroid.py: Support to get the starting point from a region fileAaron LI2017-02-181-1/+3
|
* Add 'region.py' to manipulate regions in CIAO formatAaron LI2017-02-181-0/+251
|
* calc_centroid.py: Smooth image firstAaron LI2017-02-171-4/+9
|
* Add 'calc_centroid.py' to replace 'chandra_xcentroid.sh'Aaron LI2017-02-171-0/+184
|
* event2image.py: Use relative paths; Validate energy rangeAaron LI2017-02-171-2/+7
|
* Remove make_infojson.shAaron LI2017-02-171-191/+0
|
* Remove cooling time & radius related calculations and resultsAaron LI2017-02-171-9/+2
|
* Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh')Aaron LI2017-02-171-6/+2
|
* Remove 'calc_lx' related calculations and resultsAaron LI2017-02-171-25/+3
|
* Remove chandra_update_xpeak2.shAaron LI2017-02-171-311/+0
|
* Finish test 'clean_evt2.py' and fix several issues!Aaron LI2017-02-173-17/+25
|
* event2image.py: Fix a typo; Add short-version argumentsAaron LI2017-02-171-3/+3
|
* Remove 'ciao_procevt.sh' (replaced by 'clean_evt2.py')Aaron LI2017-02-171-206/+0
|
* Add 'clean_evt2.py' to replace 'ciao_procevt.sh'Aaron LI2017-02-171-0/+202
|
* Add module ds9.py for easier image viewingAaron LI2017-02-171-0/+27
|
* Integrate 'chandra_acis.py' into 'acis.py'Aaron LI2017-02-173-91/+58
|
* Add 'renorm_spectrum.py' to replace 'chandra_bkg_rescale.sh'Aaron LI2017-02-173-149/+74
| | | | Also remove 'chandra_pb_flux.sh'
* Add acis.py and spectrum.py modulesAaron LI2017-02-172-0/+78
| | | | Also add astropy to the runtime dependencies.
* Remove scripts/calc_lx_simple.shAaron LI2017-02-171-133/+0
|
* Rename 'evt2image.py' to 'event2image.py'; Add executable permissionAaron LI2017-02-171-0/+0
|
* Add scripts/evt2image.py to make image from event fileAaron LI2017-02-171-0/+99
|
* manifest.py: Support return relative path w.r.t CWD for "getpath()"Aaron LI2017-02-171-3/+12
|
* manifest.py: Do not change when to find the manifest file.Aaron LI2017-02-171-8/+7
|
* manifest.py: Add setpath() method and setpath sub-commandAaron LI2017-02-171-0/+34
|
* Add get_manifest() and get_results() functionsAaron LI2017-02-172-0/+34
|
* chandra_acis.py: Add function "get_chips()"Aaron LI2017-02-171-4/+31
|
* manifest.py: Add parameter 'splitlist' to gets() for CSV exportAaron LI2017-02-172-3/+26
|
* manifest.py: Support multiple files for "getpath()"Aaron LI2017-02-171-5/+20
|
* manifest.py: Only change directory when need to find manifest fileAaron LI2017-02-171-3/+2
|
* manifest.py: Support list of values for itemsAaron LI2017-02-171-21/+39
|
* analyze_path.py: Use absolute pathAaron LI2017-02-171-2/+3
|
* manifest.py: Implement "getpath" sub-commandAaron LI2017-02-131-1/+24
|