An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
Compute HiRISE line times. More...
#include <HiCalUtil.h>
Public Member Functions | |
HiLineTimeEqn () | |
HiLineTimeEqn (int bin, double ltime) | |
virtual | ~HiLineTimeEqn () |
void | setLineTime (double ltime) |
void | setBin (int bin) |
double | Time (const double line) const |
double | operator() (const double line) const |
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.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
References Time().
|
inline |
|
inline |
|
inline |
Referenced by operator()().