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
 
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
 

Detailed Description

C Style structure for storing measured fiducial coordinates.

Definition at line 73 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 74 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::clearFiducialObservation(), Isis::ApolloPanIO::fiducialObservation(), and Isis::ApolloPanIO::initialize().

◆ image

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

theoretically perfect image coordinates

Definition at line 76 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::initialize().

◆ mach

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

machine coordinates of the fiducial mark

Definition at line 75 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::fiducialObservation().

◆ residuals

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

residuals of the fiducial mark measurement in machine coordinates

Definition at line 77 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation().


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