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
NirsDetectorMap.h
1#ifndef NirsDetectorMap_h
2#define NirsDetectorMap_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "CameraDetectorMap.h"
13
14namespace Isis {
30 public:
32
34
36
37 virtual double exposureDuration(const double sample,
38 const double line,
39 const int band) const;
40 protected:
42 };
43};
44#endif
CameraDetectorMap(Camera *parent=0)
Default constructor assumes no summing and starting detector offsets.
~NirsDetectorMap()
Destroys a NirsDetectorMap object.
virtual double exposureDuration(const double sample, const double line, const int band) const
Returns the exposure duration for a given pixel.
double m_exposureDuration
The total time for the observation.
void setExposureDuration(double exposureDuration)
Sets the exposure duration.
NirsDetectorMap(double exposureDuration, Camera *parent)
Constructs a NirsDetectorMap object.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16