diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-24 20:16:25 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-24 20:16:25 (GMT) |
commit | 5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d (patch) | |
tree | 035de3b86b023c3eccdcbd1851a78426ad3a2266 /tksao | |
parent | 54fba15f6bf3fed4224f432751ae73bdea96908d (diff) | |
download | blt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.zip blt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.tar.gz blt-5f7153b8b5e1db87dfcf19afc211ac2a4c43fa8d.tar.bz2 |
new wcs template
Diffstat (limited to 'tksao')
-rw-r--r-- | tksao/frame/fitsimage.C | 3 |
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; } |