diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-09-06 18:27:26 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-09-06 18:27:26 (GMT) |
commit | 335a28c2222230bb443f680e1c51cdaddafcceb1 (patch) | |
tree | ed49005c4c719a2f5c6e1d9cfe268756a849b177 | |
parent | 7b9cd64ed086d32461b379ee50e37b1de0e81492 (diff) | |
download | blt-335a28c2222230bb443f680e1c51cdaddafcceb1.zip blt-335a28c2222230bb443f680e1c51cdaddafcceb1.tar.gz blt-335a28c2222230bb443f680e1c51cdaddafcceb1.tar.bz2 |
new AST support
-rw-r--r-- | tksao/frame/fitsimage.C | 2 |
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 "; |