diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-26 16:30:23 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-26 16:30:23 (GMT) |
commit | 1426a5fd1196e30b8e2eecbf01e34e36a787e287 (patch) | |
tree | 9a702fbe9cf3246e481aa54a3bacc18d29a236dd /tksao/frame/fitsimage.h | |
parent | fb51570ed742e395a67beabb7d64d878dff2181a (diff) | |
download | blt-1426a5fd1196e30b8e2eecbf01e34e36a787e287.zip blt-1426a5fd1196e30b8e2eecbf01e34e36a787e287.tar.gz blt-1426a5fd1196e30b8e2eecbf01e34e36a787e287.tar.bz2 |
clean up code
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h index 2f544fe..6d778a1 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -131,6 +131,7 @@ class FitsImage { #endif FitsHead* wcsAltHeader_; // alt wcs header FitsHead* wfpc2Header_; // wcs header for wfpc2 + FitsHead* wcs0Header_; Matrix wcsToRef_; // iraf/wcs matrix |