summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 18:08:22 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 18:08:22 (GMT)
commit7a8c23503173b4ea298a8c80733a13419720c681 (patch)
tree1acd8fe946d107945b3ddc35b93bfe6056800682
parent8eb010fed77496da3a3b684d15a7f249cc887fc8 (diff)
downloadblt-7a8c23503173b4ea298a8c80733a13419720c681.zip
blt-7a8c23503173b4ea298a8c80733a13419720c681.tar.gz
blt-7a8c23503173b4ea298a8c80733a13419720c681.tar.bz2
update AST WCS
-rw-r--r--tksao/frame/fitsimage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index 7a093dc..b5ffc17 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -365,15 +365,15 @@ class FitsImage {
Vector& iisz() {return iisz_;}
Vector pix2wcs(const Vector&, Coord::CoordSystem, Coord::SkyFrame);
- char* pix2wcs(const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
-
Vector wcs2pix(const Vector&, Coord::CoordSystem, Coord::SkyFrame);
+ char* pix2wcs(const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
+
#ifdef NEWWCS
Vector3d pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame);
- char* pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
-
Vector3d wcs2pix(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame);
+
+ char* pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
#endif
double pix2wcsx(double, Coord::CoordSystem);