aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* manifest.py: Add method "gets()" to get values of a list of itemsAaron LI2017-02-121-1/+33
|
* manifest.py: Add sub-command "show" and make it the defaultAaron LI2017-02-121-4/+23
|
* manifest.py: Try to parse given value to integer or floatAaron LI2017-02-111-3/+17
|
* manifest.py: Handle empty manifest fileAaron LI2017-02-111-2/+4
|
* Add scripts/{manifest,results}.pyAaron LI2017-02-112-0/+246
| | | | | * manifest.py: Manage the observation products in YAML format manifest * results.py: Manage the analysis results in YAML format
* collect_infodata.sh: Update to work with new style configsAaron LI2017-02-091-64/+38
|
* ciao_sbp.sh: Various cleanupsAaron LI2017-02-081-151/+105
|
* Delete script clean_massdir.shAaron LI2017-02-071-219/+0
|
* Clean up and update json2csv.pyAaron LI2017-02-061-24/+41
|
* Rename 3 scripts; Clean up HOWTO a bitAaron LI2017-02-062-0/+0
|
* Specify regions format and system for ds9Aaron LI2017-02-066-39/+70
| | | | Also strip trailing white spaces.
* Generate skyfov if no previous one foundAaron LI2017-02-061-5/+15
|
* setup_pfiles.py: Handle the SameFileError when copy pfilesAaron LI2017-02-061-1/+4
|
* Add chandra_acis.py to determine ACIS type of dataAaron LI2017-02-061-0/+62
|
* Add setup_pfiles.py to setup parameter files for CIAO toolsAaron LI2017-02-061-0/+35
|
* Replace analyze_path.sh with analyze_path.pyAaron LI2017-02-062-61/+86
| | | | The only support data directory format is "<name>_oi<obsid>".
* Delete analyze_path.awkAaron LI2017-02-051-49/+0
|
* Drop calc_distance support in favor of cosmo_calcAaron LI2016-06-082-80/+39
|
* ciao_calc_csb.sh: add a reference; drop calc_distance supportAaron LI2016-06-081-43/+32
|
* ciao_fill_sources.sh: add clobber=yes to skyfovAaron LI2016-04-121-2/+2
|
* ciao_fill_sources.sh: generate fov file since some obs. do not provide the ↵Aaron LI2016-04-121-4/+10
| | | | fov1.fits
* scripts/ciao_fill_sources.sh: use deflared event instead of the cleaned oneAaron LI2016-04-111-6/+10
|
* scripts/ciao_img_rotcrop.sh: add caveat about dmregrid2Aaron LI2016-04-111-0/+18
|
* Add scripts/ciao_fill_sources.shAaron LI2016-04-111-0/+182
|
* scripts/ciao_img_rotcrop.sh: fix CCD sizesAaron LI2016-04-111-4/+4
|
* scripts/ciao_img_rotcrop.sh: update crop sizes; update docAaron LI2016-04-111-12/+19
|
* Remove scripts/ciao_mkimg_det.shAaron LI2016-04-111-46/+0
|
* chandra_update_xpeak2.sh: fix the wrong filenameAaron LI2015-11-221-1/+1
|
* chandra_update_xpeak2.sh: add to find X-peak in the cleaned imageAaron LI2015-11-221-0/+311
|
* chandra_update_xpeak.sh: re-arrange default parametersAaron LI2015-11-221-13/+26
|
* chandra_json2csv_v3.py: Rewrite; Automatically get keys; Use python3Aaron LI2015-11-091-249/+36
|
* chandra_update_xpeak.sh: default aconvolve and update Gaussian kernelAaron LI2015-11-081-11/+16
|
* chandra_update_xpeak.sh: fix typoAaron LI2015-11-081-2/+2
|
* chandra_update_xpeak.sh: Also add offset to info jsonAaron LI2015-11-081-2/+5
|
* Add new script "chandra_update_xpeak.sh"Aaron LI2015-11-081-0/+313
|
* chandra_xcentroid.sh: Use previously generated skyfov.fitsAaron LI2015-11-081-8/+7
|
* Add scripts "ciao_img_rotcrop.sh" and "ciao_mkimg_det.sh".Aaron LI2015-11-082-0/+127
| | | | | | | | | Writen for ZHANG Chenhao to generate rotated and cropped image for power spectrum analysis. WARNING: the image generated by "ciao_mkimg_det.sh" in the DET coordinate is very different than that in SKY coordinate. Watch out for scientific usage!!!
* ciao_expcorr.sh: Properly handle the 'xygrid' parameter of "fluximage"Aaron LI2015-11-081-8/+18
|
* Update various script to use localized pfiles to avoid collisons.Aaron LI2015-06-0325-627/+1122
| | | | | | | | | * Copy needed pfiles to current working directory, and set environment variable $PFILES to use these first. Thus multiple instance of CIAO tools can be run at the same without pfiles collsions. * Replace 'ls' with '\ls', 'grep' with '\grep' * Many minor updates/fixes
* Updated ciao_calc_ct.sh, ciao_expcorr.sh, ciao_r500avgt.sh, ciao_sbp.shAaron LI2015-05-274-76/+78
| | | | | | | | | | | ciao_r500avgt.sh, ciao_calc_ct.sh: Updated to also find '.rmf' & '.arf' files in addition to '.wrmf' & '.warf'. ciao_sbp.sh: Skip skyfov generation if already exists Renamed parameter 'aspec' to 'aspect' ciao_expcorr.sh Added 'aspect' parameter for skyfov to fix the 'FoV shift bug'
* Updated 'ciao_expcorr_sbp.sh':Weitian LI2015-03-051-32/+30
| | | | | | * Added exit code check for the 'EXPCORR_SCRIPT' and 'EXTRACT_SBP_SCRIPT' * Removed the code of 'spc_fit.cfg' generation * Removed the code to make links of sbp2.dat, sbp3.dat and radius.dat
* Update 'chandra_gensbpreg.sh'.Weitian LI2015-03-052-8/+35
| | | | | | | | | * 'chandra_gensbpreg.sh': - Add '1' to denominators when calculate STN to avoid division by zero - Add script description * 'empty_v3.json': - Add 'Unified Name' field * Rename 'calc_lx_simple_v2.sh' -> 'calc_lx_simple.sh'.
* Major update to 'ciao_deproj_spectra.sh' -> v9.0Weitian LI2015-02-121-65/+116
| | | | | | | | | | | * updated parameter settings for 'specextract' to match specextract revision 2013-12. * updated xcm script generation to use either '.wrmf & .warf' or '.rmf & .arf' extensions. (specextract only use .rmf & .arf extensions for response files since revision 2014-12) * removed 'trap date INT' * removed 'export GREP_OPTIONS=""' and replaced 'grep' with '\grep' * re-write descriptions & change logs
* Fixed a bug with F_PBKFILE within 'ciao_bkg_spectra.sh'Weitian LI2015-02-111-1/+1
|
* ciao_calc_csb.sh: allow modification to csb regions; added answer 'm'Weitian LI2014-12-151-3/+12
|
* ciao_calc_ct_csb.sh: test ${CT_RES} before read.Weitian LI2014-12-111-2/+11
|
* make_infojson.sh: replace '\s+' with '[[:space:]]+'Weitian LI2014-12-051-2/+6
| | | | Old grep versions does not support '\s+' regex
* Updated ciao_deproj_spectra.sh from v8.3 to v9.0:Weitian LI2014-11-131-34/+61
| | | | | * Replaced 'grppha' with 'dmgroup' to group spectra. (because grppha NOT append history to the file)
* Fix problem with P_PBKFILE, and updated the versionsWeitian LI2014-11-081-3/+5
|
* updated version/usage contents.Weitian LI2014-10-303-12/+13
|