aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix to 'ciao_expcorr.sh' & removed versions in filenamesWeitian LI2014-10-309-8/+14
|
* fixes to ciao_expcorr_only.sh: verbose params, symbolic linksWeitian LI2014-07-291-2/+9
|
* Updates scripts aganist CIAO-4.6Weitian LI2014-07-294-28/+307
|
* fix to scripts/ciao_calc_ct_csb.shWeitian LI2014-07-281-0/+2
|
* Added script 'ciao_check_offset.sh'Weitian LI2014-06-253-0/+360
| | | | | | | | | * ciao_check_offset.sh: check offset between our calculated coordinates and observation pointing coordinates * analyze_path.sh, analyze_path.awk: analyze the object full path to get the object name and obsid information with awk.
* Updated scripts and added some filesWeitian LI2014-06-244-46/+205
| | | | | | | | | * Updated 'ciao_calc_csb.sh', 'ciao_calc_ct.sh' * Added 'make_infojson.sh' for wjy's data * Added some files: - fitting_mass.conf - fitting_sbp.conf - wang2012_param.txt
* Initial commitWeitian LI2014-06-1823-0/+6506
Added files: * mass_profile: developed by Junhua GU, modified by Weitian LI * opt_utilities: developed by Junhua GU * tools/cosmo_calc: originated from 'calc_distance', modified * scripts: scripts used to process Chandra ACIS data * files: useful files used in processing * HOWTO_chandra_acis_process.txt * README.md