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 351 of file HiCalUtil.h.
|
inline |
Definition at line 353 of file HiCalUtil.h.
|
inline |
Definition at line 354 of file HiCalUtil.h.
|
inlinevirtual |
Definition at line 355 of file HiCalUtil.h.
|
inline |
Definition at line 362 of file HiCalUtil.h.
|
inline |
Definition at line 358 of file HiCalUtil.h.
|
inline |
Definition at line 357 of file HiCalUtil.h.
|
inline |
Definition at line 359 of file HiCalUtil.h.
|
private |
Definition at line 365 of file HiCalUtil.h.
|
private |
Definition at line 366 of file HiCalUtil.h.