summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-24 20:16:25 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-24 20:16:25 (GMT)
commit5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d (patch)
tree035de3b86b023c3eccdcbd1851a78426ad3a2266
parent54fba15f6bf3fed4224f432751ae73bdea96908d (diff)
downloadblt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.zip
blt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.tar.gz
blt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.tar.bz2
new wcs template
-rw-r--r--tksao/frame/fitsimage.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C
index 98f8944..db8f6bf 100644
--- a/tksao/frame/fitsimage.C
+++ b/tksao/frame/fitsimage.C
@@ -3901,7 +3901,7 @@ void FitsImage::wcsEquInit()
if (fs) {
wcsEqu_[jj] = 1;
const char* str = astGetC(ff, "System");
- // cerr << jj << '=' << str << endl;
+ cerr << jj << '=' << str << endl;
if (!strncmp(str,"Unknown",7))
wcsEqu_[jj] = 0;
}
@@ -3940,6 +3940,7 @@ void FitsImage::wcsCelInit()
if (fs) {
wcsCel_[jj] = 1;
const char* str = astGetC(ff, "System");
+ cerr << jj << '=' << str << endl;
if (!strncmp(str,"Unknown",7))
wcsCel_[jj] = 0;
}