Isis 3 Programmer Reference
NirsDetectorMap.h
Go to the documentation of this file.
1 #ifndef NirsDetectorMap_h
2 #define NirsDetectorMap_h
3 
23 #include "CameraDetectorMap.h"
24 
25 namespace Isis {
41  public:
42  NirsDetectorMap(double exposureDuration, Camera *parent);
43 
45 
47 
48  virtual double exposureDuration(const double sample,
49  const double line,
50  const int band) const;
51  protected:
53  };
54 };
55 #endif
virtual double exposureDuration(const double sample, const double line, const int band) const
Returns the exposure duration for a given pixel.
The detector map class for the Hayabusa NIRS camera.
NirsDetectorMap(double exposureDuration, Camera *parent)
Constructs a NirsDetectorMap object.
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.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31