Isis 3 Programmer Reference
RadarSkyMap.cpp
1
6/* SPDX-License-Identifier: CC0-1.0 */
7
8#include "RadarSkyMap.h"
9
10namespace Isis {
17 }
18
29 bool RadarSkyMap::SetFocalPlane(const double ux, const double uy,
30 double uz) {
31 return false;
32 }
33
43 bool RadarSkyMap::SetSky(const double ra, const double dec) {
44 return false;
45 }
46}
Convert between undistorted focal plane and ra/dec coordinates.
RadarSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ra/dec from slant range.
virtual bool SetSky(const double ra, const double dec)
Compute slant range from ra/dec.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16