diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-21 19:32:13 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-21 19:32:13 (GMT) |
commit | ef8ea5abc7d65f339eae94d483a799f9886a2a43 (patch) | |
tree | 307dce3c67ba0cb44558b7711e72086d2a5cf099 /tksao/frame/fitsimage.h | |
parent | b41feae138e42d9a93cc7999a812c0c08aae69e7 (diff) | |
download | blt-ef8ea5abc7d65f339eae94d483a799f9886a2a43.zip blt-ef8ea5abc7d65f339eae94d483a799f9886a2a43.tar.gz blt-ef8ea5abc7d65f339eae94d483a799f9886a2a43.tar.bz2 |
support WCS-TAB
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h index 48dae8d..924afbc 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -384,6 +384,7 @@ class FitsImage { double pix2wcsx(double, Coord::CoordSystem); double wcs2pixx(double, Coord::CoordSystem); #else + int astInv() {return astInv_;} Vector3d pix2wcs(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame); Vector3d wcs2pix(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame); |