summaryrefslogtreecommitdiffstats
path: root/tksao/frame/wcsast.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-11-07 18:46:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-11-07 18:46:07 (GMT)
commit0838b3c708d759fe1368bfd9f7ee916ad645cfca (patch)
tree27fb2c9560b846aa775d59f4f298b8ecf1737254 /tksao/frame/wcsast.h
parent4616ae15569e98b859fe37bf6ca934e45ae354a8 (diff)
downloadblt-0838b3c708d759fe1368bfd9f7ee916ad645cfca.zip
blt-0838b3c708d759fe1368bfd9f7ee916ad645cfca.tar.gz
blt-0838b3c708d759fe1368bfd9f7ee916ad645cfca.tar.bz2
fix block for wcs axis>2
Diffstat (limited to 'tksao/frame/wcsast.h')
-rw-r--r--tksao/frame/wcsast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/wcsast.h b/tksao/frame/wcsast.h
index 6aa42c0..e1c85fe 100644
--- a/tksao/frame/wcsast.h
+++ b/tksao/frame/wcsast.h
@@ -21,3 +21,5 @@ 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&);
+
+AstWinMap* wcsWinMap(AstFrameSet*, Vector&, Vector&, Vector&);