diff options
author | Aaron LI <aaronly.me@outlook.com> | 2015-11-22 12:15:41 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2015-11-22 12:15:41 +0800 |
commit | ca58bc93bb96f10e20f5d657fd6af84a2231160a (patch) | |
tree | 67e1e3cad4cde73fa131fd2ba5b2f414c18ab38d /scripts | |
parent | 1af9a965a1838ef9567c4e105709af1dc76b8cf4 (diff) | |
download | chandra-acis-analysis-ca58bc93bb96f10e20f5d657fd6af84a2231160a.tar.bz2 |
chandra_update_xpeak2.sh: fix the wrong filename
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/chandra_update_xpeak2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chandra_update_xpeak2.sh b/scripts/chandra_update_xpeak2.sh index d8cab0c..6ab6d8c 100755 --- a/scripts/chandra_update_xpeak2.sh +++ b/scripts/chandra_update_xpeak2.sh @@ -227,7 +227,7 @@ if [ -r "${IMG}" ]; then else printf "generate image: \`${IMG}' ...\n" punlearn dmcopy - dmcopy infile="${EVT_DEFLARE}[sky=region(${SKYFOV}[ccd_id=${CHIP}])][energy=${E_RANGE}][bin sky=::1]" outfile="${IMG}" clobber=yes + dmcopy infile="${EVT}[sky=region(${SKYFOV}[ccd_id=${CHIP}])][energy=${E_RANGE}][bin sky=::1]" outfile="${IMG}" clobber=yes fi # aconvolve |