1#ifndef NirsDetectorMap_h
2#define NirsDetectorMap_h
12#include "CameraDetectorMap.h"
39 const int band)
const;
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.