diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-04 22:20:20 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-04 22:20:20 (GMT) |
commit | 7d74f4cf92131e925afc3b73d316d4210ad472b6 (patch) | |
tree | 783a84a6b68758eda6554c3125219a2a3aa19c8b /tksao/frame/fitsimage.C | |
parent | bcf8233a7ce1c81a0fa287d824d9f0ec62ed2e18 (diff) | |
download | blt-7d74f4cf92131e925afc3b73d316d4210ad472b6.zip blt-7d74f4cf92131e925afc3b73d316d4210ad472b6.tar.gz blt-7d74f4cf92131e925afc3b73d316d4210ad472b6.tar.bz2 |
WCS: fixed a problem with wcs reset and WCSNAMEP keywords
Diffstat (limited to 'tksao/frame/fitsimage.C')
-rw-r--r-- | tksao/frame/fitsimage.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.C b/tksao/frame/fitsimage.C index ca93849..6b26a3e 100644 --- a/tksao/frame/fitsimage.C +++ b/tksao/frame/fitsimage.C @@ -1209,6 +1209,10 @@ void FitsImage::resetWCS() astEnd; } } + + // WCSNAMEP may have been cleared, check for LTMV + processKeywordsPhysical(); + processKeywordsParams(); } void FitsImage::initWCS0(const Vector& pix) |