summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-02-27 18:32:46 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-02-27 18:32:46 (GMT)
commitea20a2c5494f33322cdf00f2e76924eb5d7ec783 (patch)
treedee1c8582c2679d7f679b6dcb26e7efbb6402cdb /tksao
parentfe738d7120b5bf1c83e36393b866f7946a07bc50 (diff)
downloadblt-ea20a2c5494f33322cdf00f2e76924eb5d7ec783.zip
blt-ea20a2c5494f33322cdf00f2e76924eb5d7ec783.tar.gz
blt-ea20a2c5494f33322cdf00f2e76924eb5d7ec783.tar.bz2
tweak WCS params dialog
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/fitsimage.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C
index d5db1ce..73a9e1d 100644
--- a/tksao/frame/fitsimage.C
+++ b/tksao/frame/fitsimage.C
@@ -3509,6 +3509,7 @@ AstFrameSet* FitsImage::fits2ast(FitsHead* hd)
const char* encode = astGetC(chan, "Encoding");
if (encode)
encoding_ = dupstr(encode);
+ // astSet (chan, "Encoding=FITS-WCS");
// we may have an error, just reset
astClearStatus;