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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index db0951e..bf473bc 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -364,14 +364,14 @@ class FitsImage {
int isIIS() {return iisMode_;}
Vector& iisz() {return iisz_;}
- Vector pix2wcs(Vector, Coord::CoordSystem, Coord::SkyFrame);
- char* pix2wcs(Vector, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
+ Vector pix2wcs(const Vector&, Coord::CoordSystem, Coord::SkyFrame);
+ char* pix2wcs(const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat, char*);
- Vector wcs2pix(Vector, Coord::CoordSystem, Coord::SkyFrame);
+ Vector wcs2pix(const Vector&, Coord::CoordSystem, Coord::SkyFrame);
#ifdef NEWWCS
- Vector3d pix2wcs(Vector3d, Coord::CoordSystem, Coord::SkyFrame);
- Vector3d wcs2pix(Vector3d, Coord::CoordSystem, Coord::SkyFrame);
+ Vector3d pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame);
+ Vector3d wcs2pix(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame);
#endif
double pix2wcsx(double, Coord::CoordSystem, int);
double wcs2pixx(double, Coord::CoordSystem, int);
@@ -406,7 +406,7 @@ class FitsImage {
#endif
int wcsIsASkyFrame(AstFrameSet*);
- Vector wcsTran(AstFrameSet*, Vector&, int);
+ Vector wcsTran(AstFrameSet*, const Vector&, int);
void wcsTran(AstFrameSet*, int, Vector*, int, Vector*);
double wcsDistance(AstFrameSet*, Vector, Vector);
#ifdef NEWWCS