diff options
-rw-r--r-- | HOWTO_chandra_acis_analysis.txt | 6 | ||||
-rw-r--r-- | files/sample_info.json (renamed from files/empty_v3.json) | 0 | ||||
-rwxr-xr-x | scripts/collect_infodata.sh (renamed from scripts/chandra_collect_data_v3.sh) | 0 | ||||
-rwxr-xr-x | scripts/json2csv.py (renamed from scripts/chandra_json2csv_v3.py) | 0 |
4 files changed, 1 insertions, 5 deletions
diff --git a/HOWTO_chandra_acis_analysis.txt b/HOWTO_chandra_acis_analysis.txt index 02c8342..81cc959 100644 --- a/HOWTO_chandra_acis_analysis.txt +++ b/HOWTO_chandra_acis_analysis.txt @@ -14,10 +14,6 @@ CHANDRA_SCRIPT_DIR="${HOME}/bin/chandra/scripts" MASS_PROFILE_DIR="${HOME}/bin/chandra/mass_profile" ## aliases: -# ciao scripts -alias chcld="${CIAO_SCRIPT_DIR}/chandra_collect_data_v3.sh" -alias chr500="${CIAO_SCRIPT_DIR}/ciao_r500avgt_v3.sh" -# mass_profile related alias fitmass="${MASS_PROFILE_DIR}/fit_mass.sh" alias fitnfw="${MASS_PROFILE_DIR}/fit_nfw_mass mass_int.dat" alias fitsbp="${MASS_PROFILE_DIR}/fit_sbp.sh" @@ -119,7 +115,7 @@ nH tool: https://heasarc.gsfc.nasa.gov/cgi-bin/Tools/w3nh/w3nh.pl (34) add 'nfw_rmin_kpc' to 'global.cfg' (35) $ fitmass global.cfg c # calculate the center values (36) $ fitmass global.cfg 2>&1 | tee global_<date>.log # calculate mass data -(37) $ chandra_collect_data_v3.sh +(37) $ collect_infodata.sh (38) $ cd ../img; $ chandra_update_xcentroid.sh (39) $ cd ../spc/profile; diff --git a/files/empty_v3.json b/files/sample_info.json index c150611..c150611 100644 --- a/files/empty_v3.json +++ b/files/sample_info.json diff --git a/scripts/chandra_collect_data_v3.sh b/scripts/collect_infodata.sh index d78d1da..d78d1da 100755 --- a/scripts/chandra_collect_data_v3.sh +++ b/scripts/collect_infodata.sh diff --git a/scripts/chandra_json2csv_v3.py b/scripts/json2csv.py index e7d67c9..e7d67c9 100755 --- a/scripts/chandra_json2csv_v3.py +++ b/scripts/json2csv.py |