diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-08 16:35:05 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-08 16:35:05 (GMT) |
commit | 7ca040b732864e9f399753f2099143de51b299f6 (patch) | |
tree | 68beb704012da3261263f20daaf84b4e3da2b0b1 /tksao/frame/fitsimage.h | |
parent | da35ec15dc1ff6bb6331f83ef186c1c96c1aa484 (diff) | |
download | blt-7ca040b732864e9f399753f2099143de51b299f6.zip blt-7ca040b732864e9f399753f2099143de51b299f6.tar.gz blt-7ca040b732864e9f399753f2099143de51b299f6.tar.bz2 |
simplify wcs code
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h index e44ee31..9a521c0 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -10,7 +10,6 @@ #include "fitsdata.h" #include "coord.h" #include "file.h" -#include "wcs.h" #include "head.h" // WCS ' ','A' to 'Z', WCS0 @@ -389,16 +388,6 @@ class FitsImage { double getWCSDist(const Vector&, const Vector&, Coord::CoordSystem); const char* getWCSName(Coord::CoordSystem); - Vector wcsTran(AstFrameSet*, const Vector&, int); - void wcsTran(AstFrameSet*, int, Vector*, int, Vector*); - Vector3d wcsTran(AstFrameSet*, const Vector3d&, int); - double wcsDistance(AstFrameSet*, const Vector&, const Vector&); - double wcsAngle(AstFrameSet*, const Vector&, const Vector&, const Vector&); - double wcsAxAngle(AstFrameSet*, const Vector&, const Vector&); - - int wcsSystem(AstFrameSet* ast, Coord::CoordSystem sys); - int wcsSkyFrame(AstFrameSet* ast, Coord::SkyFrame sky); - void setWCSSkyFrame(Coord::CoordSystem, Coord::SkyFrame); void setWCSFormat(int, const char*); |