diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-03-06 16:52:39 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-03-06 16:52:39 +0800 |
commit | e4683cf714f4b3f5aeccc3c145b077bdd992054f (patch) | |
tree | b8c4c40a91dd9e3760296aeefe15bf219f8cbffa /doc | |
parent | 187124303eee7b45be78b8b7b9f93fde4b328dff (diff) | |
download | chandra-acis-analysis-e4683cf714f4b3f5aeccc3c145b077bdd992054f.tar.bz2 |
make_sbprofile_reg.py: do not set default background file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_chandra_acis_analysis.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO_chandra_acis_analysis.txt b/doc/HOWTO_chandra_acis_analysis.txt index 9935816..7cc1e37 100644 --- a/doc/HOWTO_chandra_acis_analysis.txt +++ b/doc/HOWTO_chandra_acis_analysis.txt @@ -53,11 +53,11 @@ Step-by-step guide to analyze ACIS data: (13) $ ds9 evt2*_clean.fits Roughly select the source center and save the region as 'cstart.reg' (??) <TODO> Calculate the X-ray centroid: - $ calc_centroid.py -i img_c*_e700-2000.fits -V + $ calc_centroid.py -s cstart.reg -i img_c*_e700-2000.fits -V Check whether the calculated centroid is OK; if not, manually adjust the centroid position, and overwrite 'centroid.reg' (??) <TODO> Generate regions for SBP extraction (sbprofile.reg): - $ make_sbprofile_reg.py -b <bkgd> + $ make_sbprofile_reg.py -b <bkgd> -V (??) <TODO> Generate regions for deprojected spectral analysis (rspec.reg): $ chandra_genspcreg.sh evt2_c*_clean.fits <bkgd> centroid.reg rspec.reg $ manifest.py setpath rspec_reg rspec.reg |