summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-06 18:27:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-06 18:27:26 (GMT)
commit335a28c2222230bb443f680e1c51cdaddafcceb1 (patch)
treeed49005c4c719a2f5c6e1d9cfe268756a849b177
parent7b9cd64ed086d32461b379ee50e37b1de0e81492 (diff)
downloadblt-335a28c2222230bb443f680e1c51cdaddafcceb1.zip
blt-335a28c2222230bb443f680e1c51cdaddafcceb1.tar.gz
blt-335a28c2222230bb443f680e1c51cdaddafcceb1.tar.bz2
new AST support
-rw-r--r--tksao/frame/fitsimage.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C
index 005ad75..830eb27 100644
--- a/tksao/frame/fitsimage.C
+++ b/tksao/frame/fitsimage.C
@@ -1170,6 +1170,7 @@ void FitsImage::initWCS()
}
}
+#ifndef NEWWCS
// WCSDEP
if (hd->find("WCSDEP")) {
char* str = hd->getString("WCSDEP");
@@ -1193,6 +1194,7 @@ void FitsImage::initWCS()
delete [] str;
}
}
+#endif
// WCSx
char scrpix[] = "CRPIX ";