Isis 3 Programmer Reference
|
Compute HiRISE line times. More...
#include <HiCalUtil.h>
Public Member Functions | |
HiLineTimeEqn (int bin, double ltime) | |
void | setLineTime (double ltime) |
void | setBin (int bin) |
double | Time (const double line) const |
double | operator() (const double line) const |
Private Attributes | |
double | _bin |
double | _ltime |
Compute HiRISE line times.
This class will compute the time (in seconds) for a HiRISE observation line based upon the binning mode and line number. It is assumed that the first line will be time 0, but that is up to the caller to keep that straight.
Definition at line 375 of file HiCalUtil.h.