diff options
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h index babe37d..feff7ac 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -113,7 +113,10 @@ class FitsImage { Coord::CoordSystem wcsSystem_; // current state of ast_ Coord::SkyFrame wcsSkyFrame_; // current state of ast_ - Coord::SkyFormat wcsSkyFormat_; // current state of ast_ + + Coord::CoordSystem wcsFormatSystem_; // current state of ast_ + Coord::SkyFrame wcsFormatFrame_; // current state of ast_ + Coord::SkyFormat wcsFormat_; // current state of ast_ FitsHead* wcsAltHeader_; // alt wcs header FitsHead* wfpc2Header_; // wcs header for wfpc2 |