summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-24 19:59:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-24 19:59:09 (GMT)
commit54fba15f6bf3fed4224f432751ae73bdea96908d (patch)
treef9a67b5f340ddd8e2e98356a96d8344bd74abee3
parent82eeaafac5f464a33b33470edc6f7bf979f25cef (diff)
downloadblt-54fba15f6bf3fed4224f432751ae73bdea96908d.zip
blt-54fba15f6bf3fed4224f432751ae73bdea96908d.tar.gz
blt-54fba15f6bf3fed4224f432751ae73bdea96908d.tar.bz2
new wcs template
-rw-r--r--tksao/frame/fitsimage.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C
index 301b09a..98f8944 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;
}