|
Isis 3 Programmer Reference
|
1 #ifndef NirsDetectorMap_h
2 #define NirsDetectorMap_h
12 #include "CameraDetectorMap.h"
39 const int band)
const;
The detector map class for the Hayabusa NIRS camera.
Convert between parent image coordinates and detector coordinates.
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.
~NirsDetectorMap()
Destroys a NirsDetectorMap object.
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.