diff options
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h index 781a9c2..ed85307 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -130,7 +130,7 @@ class FitsImage { int wcsHPXSav_; #endif FitsHead* wcsHeader_; // alt wcs header - FitsHead* altHeader_; // wcs header for wfpc2 + FitsHead* wfpc2Header_; // wcs header for wfpc2 Matrix wcsToRef_; // iraf/wcs matrix @@ -402,7 +402,7 @@ class FitsImage { char* pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*); #endif - void altWCS(istream&); + void wfpc2WCS(istream&); void appendWCS(istream&); void listWCS(ostream&, Coord::CoordSystem); void resetWCS(); |