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