Isis 3 Programmer Reference
Isis::ApolloPanIO::FidObs Struct Reference

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

Collaboration diagram for Isis::ApolloPanIO::FidObs:
Collaboration graph

Public Attributes

int flag
 flag to tell if the observation has been made More...
 
double mach [2]
 machine coordinates of the fiducial mark More...
 
double image [2]
 theoretically perfect image coordinates More...
 
double residuals [2]
 residuals of the fiducial mark measurement in machine coordinates More...
 

Detailed Description

C Style structure for storing measured fiducial coordinates.

Definition at line 88 of file ApolloPanIO.h.

Member Data Documentation

◆ flag

int Isis::ApolloPanIO::FidObs::flag

flag to tell if the observation has been made

Definition at line 89 of file ApolloPanIO.h.

◆ image

double Isis::ApolloPanIO::FidObs::image[2]

theoretically perfect image coordinates

Definition at line 91 of file ApolloPanIO.h.

◆ mach

double Isis::ApolloPanIO::FidObs::mach[2]

machine coordinates of the fiducial mark

Definition at line 90 of file ApolloPanIO.h.

◆ residuals

double Isis::ApolloPanIO::FidObs::residuals[2]

residuals of the fiducial mark measurement in machine coordinates

Definition at line 92 of file ApolloPanIO.h.


The documentation for this struct was generated from the following file: