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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:15:13