Isis 3.0 Programmer Reference
Back | Home
NirsDetectorMap.cpp
Go to the documentation of this file.
1 
23 #include "NirsDetectorMap.h"
24 
25 namespace Isis {
26 
33  NirsDetectorMap::NirsDetectorMap(double exposureDuration, Camera *parent = 0):
34  CameraDetectorMap(parent) {
36  }
37 
38 
43 
44  }
45 
46 
52  void NirsDetectorMap::setExposureDuration(double exposureDuration) {
54  }
55 
56 
66  double NirsDetectorMap::exposureDuration(const double sample,
67  const double line,
68  const int band) const {
69  return m_exposureDuration;
70  }
71 }
NirsDetectorMap(double exposureDuration, Camera *parent)
Constructs a NirsDetectorMap object.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
void setExposureDuration(double exposureDuration)
Sets the exposure duration.
Convert between parent image coordinates and detector coordinates.
double m_exposureDuration
The total time for the observation.
~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.

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 ISIS Support Center
File Modified: 07/12/2023 23:24:44