From 15ea810dc7216bc052ea52c5f4302ad134a8b947 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 22 Jan 2018 11:38:56 -0500 Subject: support WCS-TAB --- tksao/frame/fitsimage.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C index 1fd2ccf..681d8e9 100644 --- a/tksao/frame/fitsimage.C +++ b/tksao/frame/fitsimage.C @@ -4501,7 +4501,7 @@ static void fits2TAB(AstFitsChan* chan, const char* extname, if (ext) delete ext; - *status = 1; + *status = 0; return; } @@ -4595,7 +4595,7 @@ static void fits2TAB(AstFitsChan* chan, const char* extname, if (ext) delete ext; - *status = 0; + *status = 1; } AstFrameSet* FitsImage::fits2ast(FitsHead* hd) -- cgit v0.12