summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-08 16:35:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-08 16:35:05 (GMT)
commit7ca040b732864e9f399753f2099143de51b299f6 (patch)
tree68beb704012da3261263f20daaf84b4e3da2b0b1 /tksao/frame/fitsimage.h
parentda35ec15dc1ff6bb6331f83ef186c1c96c1aa484 (diff)
downloadblt-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.h11
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*);