summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/fitsblock.C4
-rw-r--r--tksao/frame/fitsimage.C4
2 files changed, 4 insertions, 4 deletions
diff --git a/tksao/frame/fitsblock.C b/tksao/frame/fitsblock.C
index bb0a844..1261cc9 100644
--- a/tksao/frame/fitsblock.C
+++ b/tksao/frame/fitsblock.C
@@ -70,8 +70,6 @@ void FitsImage::block()
data_ = analysisdata_;
resetWCS();
- processKeywordsPhysical();
- processKeywordsParams();
}
void FitsImage::block(pthread_t* thread)
@@ -137,8 +135,6 @@ void FitsImage::block(pthread_t* thread)
data_ = analysisdata_;
resetWCS();
- processKeywordsPhysical();
- processKeywordsParams();
}
void* blockproc(void* tt)
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)