Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis 3 Programmer Reference
LineScanCameraSkyMap.h
1#ifndef LineScanCameraSkyMap_h
2#define LineScanCameraSkyMap_h
7
8/* SPDX-License-Identifier: CC0-1.0 */
9#include "CameraSkyMap.h"
10
11namespace Isis {
34 class LineScanCameraSkyMap : public CameraSkyMap {
35 public:
37 LineScanCameraSkyMap(Camera *parent) : CameraSkyMap(parent) {};
38
41
42 virtual bool SetSky(const double ra, const double dec);
43 };
44};
45#endif
virtual bool SetSky(const double ra, const double dec)
Compute undistorted focal plane coordinate from ra/dec.
LineScanCameraSkyMap(Camera *parent)
Constructor.
virtual ~LineScanCameraSkyMap()
Destructor.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16