diff options
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; } |