diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-13 18:18:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-13 18:18:00 (GMT) |
commit | d3b766786ec8a75445f9ad3a55c04df62874be8e (patch) | |
tree | 4d3287b7fc0b33f7a6e85452434d3d8d156319b7 /tksao/frame/fitsimage.h | |
parent | 52ce2ce163b1cbc5c74bb427e697e1e9d69cff69 (diff) | |
download | blt-d3b766786ec8a75445f9ad3a55c04df62874be8e.zip blt-d3b766786ec8a75445f9ad3a55c04df62874be8e.tar.gz blt-d3b766786ec8a75445f9ad3a55c04df62874be8e.tar.bz2 |
update marker precision
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 b234c1c..bd81793 100644 --- a/tksao/frame/fitsimage.h +++ b/tksao/frame/fitsimage.h @@ -427,6 +427,7 @@ class FitsImage { double mapDistFromRef(const Vector&, const Vector&, Coord::CoordSystem, Coord::DistFormat =Coord::DEGREE); void listFromRef(ostream&, const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat); + void listFromRef(ostream&, ostream&, const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat); void listLenFromRef(ostream&, double, Coord::CoordSystem, Coord::DistFormat); void listLenFromRef(ostream&, const Vector&, Coord::CoordSystem, Coord::DistFormat); void listLenFromRef(ostream&, ostream&, const Vector&, Coord::CoordSystem, Coord::DistFormat); |