C Style structure for storing measured fiducial coordinates. More...

Public Attributes | |
| int | flag |
| flag to tell if the observation has been made | |
| double | mach [2] |
| machine coordinates of the fiducial mark | |
| double | image [2] |
| theoretically perfect image coordinates | |
| double | residuals [2] |
| residuals of the fiducial mark measurement in machine coordinates | |
C Style structure for storing measured fiducial coordinates.
Definition at line 73 of file ApolloPanIO.h.
| int Isis::ApolloPanIO::FidObs::flag |
flag to tell if the observation has been made
Definition at line 74 of file ApolloPanIO.h.
| double Isis::ApolloPanIO::FidObs::image[2] |
theoretically perfect image coordinates
Definition at line 76 of file ApolloPanIO.h.
| double Isis::ApolloPanIO::FidObs::mach[2] |
machine coordinates of the fiducial mark
Definition at line 75 of file ApolloPanIO.h.
| double Isis::ApolloPanIO::FidObs::residuals[2] |
residuals of the fiducial mark measurement in machine coordinates
Definition at line 77 of file ApolloPanIO.h.