1 #ifndef LoCameraFiducialMap_h     2 #define LoCameraFiducialMap_h LoCameraFiducialMap(PvlGroup &inst, const int naifIkCode)
Constructs mapping between Lunar Orbiter detectors and focal plane x/y. 
 
~LoCameraFiducialMap()
Destroys LoCameraFiducialMap object. 
 
void ReadFiducials(PvlGroup &inst)
Reads the fiducials from the instrument group of the labels. 
 
int p_naifIkCode
Naif instrument code. 
 
std::vector< double > p_fidXCoords
Focal plane X positions of fiducial map. 
 
void CreateTrans(int xdir)
Creates focal plane affine transform. 
 
Contains multiple PvlContainers. 
 
std::vector< double > p_fidYCoords
Focal plane Y positions of fiducial map. 
 
Computes map from image coordinates to focal plane based on fiducials. 
 
std::vector< double > p_fidLines
Image line positions of fiducial map. 
 
std::vector< double > p_fidSamples
Image sample positions of fiducial map. 
 
Namespace for ISIS/Bullet specific routines.