File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LineScanCameraSkyMap.h
Go to the documentation of this file.
1#ifndef LineScanCameraSkyMap_h
2#define LineScanCameraSkyMap_h
8/* SPDX-License-Identifier: CC0-1.0 */
9#include "CameraSkyMap.h"
10
11namespace Isis {
35 public:
38
41
42 virtual bool SetSky(const double ra, const double dec);
43 };
44};
45#endif
Definition Camera.h:236
Convert between undistorted focal plane and ra/dec coordinates.
Definition CameraSkyMap.h:31
Convert between undistorted focal plane and ra/dec coordinates.
Definition LineScanCameraSkyMap.h:34
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
Definition LineScanCameraSkyMap.cpp:27
LineScanCameraSkyMap(Camera *parent)
Constructor.
Definition LineScanCameraSkyMap.h:37
virtual ~LineScanCameraSkyMap()
Destructor.
Definition LineScanCameraSkyMap.h:40
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 15:50:38