aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ciao_calc_ct.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update various script to use localized pfiles to avoid collisons.Aaron LI2015-06-031-57/+94
| | | | | | | | | * 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-271-6/+10
| | | | | | | | | | | 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 scripts and added some filesWeitian LI2014-06-241-13/+14
| | | | | | | | | * 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-181-0/+593
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