From b60803eb85e2c35934dcef31472a3f7c21c77ef2 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 18 Oct 2017 16:10:02 -0400 Subject: update to new AST WCS --- tksao/frame/fitsimage.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C index bd1364c..a249ad3 100644 --- a/tksao/frame/fitsimage.C +++ b/tksao/frame/fitsimage.C @@ -3564,8 +3564,6 @@ void FitsImage::astinit0(int ss, FitsHead* hd, FitsHead* prim) int FitsImage::checkAstWCS(double xx, double yy) { // check for reasonable values - if (!(fabs(xx) < FLT_MAX && fabs(yy) < FLT_MAX)) - cerr << "***BANG***" << xx << ' ' << yy << endl; return (fabs(xx) < FLT_MAX && fabs(yy) < FLT_MAX) ? 1 : 0; } -- cgit v0.12