summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r--tksao/frame/fitsimage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index fd5e5a4..4cb721f 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -456,9 +456,9 @@ class FitsImage {
Vector3d mapFromRef(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame =Coord::FK5);
Vector3d mapToRef(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame =Coord::FK5);
#endif
- double mapFromRef3axis(double, Coord::CoordSystem);
- double mapFromImage3axis(double, Coord::CoordSystem);
- double mapToImage3axis(double, Coord::CoordSystem);
+ double mapFromImage3d(double, Coord::CoordSystem);
+ double mapToImage3d(double, Coord::CoordSystem);
+
double mapLenFromRef(double, Coord::CoordSystem, Coord::DistFormat =Coord::DEGREE);
Vector mapLenFromRef(const Vector&, Coord::CoordSystem, Coord::DistFormat =Coord::DEGREE);
double mapLenToRef(double, Coord::CoordSystem, Coord::DistFormat =Coord::DEGREE);