diff options
author | Yongkai Zhu <yongkai_zhu@hotmail.com> | 2018-10-10 08:39:12 +0800 |
---|---|---|
committer | Yongkai Zhu <yongkai_zhu@hotmail.com> | 2018-10-10 08:39:12 +0800 |
commit | 0678c8cbd8cfc1142f6c26f14408b2d7409c9fcf (patch) | |
tree | 2f22736eef75c8ffe55a9ef80ef4d39b7134569d /scripts/chandra_genspcreg.sh | |
parent | ff23de191f3e67974edd90f68243b2a68e8d2d5e (diff) | |
download | chandra-acis-analysis-0678c8cbd8cfc1142f6c26f14408b2d7409c9fcf.tar.bz2 |
Fix a name mistake
Diffstat (limited to 'scripts/chandra_genspcreg.sh')
-rwxr-xr-x | scripts/chandra_genspcreg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chandra_genspcreg.sh b/scripts/chandra_genspcreg.sh index 41b28a3..0112f89 100755 --- a/scripts/chandra_genspcreg.sh +++ b/scripts/chandra_genspcreg.sh @@ -160,6 +160,6 @@ elif [ $i -gt 6 ]; then done fi -printf "check SBP regions ...\n" +printf "check rspec regions ...\n" ds9 ${EVT} -regions format ciao -regions system physical \ -regions ${REG_OUT} -cmap he -bin factor 4 |