summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-09-26 16:46:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-09-26 16:46:00 (GMT)
commitf40adf0b3b505e32ee3dff02803f3794b21ff8d6 (patch)
treee1334b8b8ae539d77716deeee2848e988d851bb0 /tksao
parenta7e6c895772b9f06c10c29946cf34560a5671e03 (diff)
downloadblt-f40adf0b3b505e32ee3dff02803f3794b21ff8d6.zip
blt-f40adf0b3b505e32ee3dff02803f3794b21ff8d6.tar.gz
blt-f40adf0b3b505e32ee3dff02803f3794b21ff8d6.tar.bz2
BIN: fixed old style Einstein WCS keyword CRVAL2
Diffstat (limited to 'tksao')
-rw-r--r--tksao/fitsy++/hist.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/fitsy++/hist.C b/tksao/fitsy++/hist.C
index c9eec73..d46307e 100644
--- a/tksao/fitsy++/hist.C
+++ b/tksao/fitsy++/hist.C
@@ -655,7 +655,7 @@ void FitsHist::initWCS(FitsFile* fits, Matrix& mm, Vector block)
float cc = srcHead->getReal(key, 0);
head_->appendReal(key, cc, 10, NULL);
}
- strcpy(key,key);
+ strcpy(key,"CRVAL2");
if (srcHead->find(key)) {
float cc = srcHead->getReal(key, 0);
head_->appendReal(key, cc, 10, NULL);