|
Isis 3 Programmer Reference
|
1 #ifndef LoCameraFiducialMap_h
2 #define LoCameraFiducialMap_h
~LoCameraFiducialMap()
Destroys LoCameraFiducialMap object.
std::vector< double > p_fidXCoords
Focal plane X positions of fiducial map.
LoCameraFiducialMap(PvlGroup &inst, const int naifIkCode)
Constructs mapping between Lunar Orbiter detectors and focal plane x/y.
void CreateTrans(int xdir)
Creates focal plane affine transform.
std::vector< double > p_fidYCoords
Focal plane Y positions of fiducial map.
Contains multiple PvlContainers.
Computes map from image coordinates to focal plane based on fiducials.
std::vector< double > p_fidLines
Image line positions of fiducial map.
int p_naifIkCode
Naif instrument code.
std::vector< double > p_fidSamples
Image sample positions of fiducial map.
void ReadFiducials(PvlGroup &inst)
Reads the fiducials from the instrument group of the labels.
This is free and unencumbered software released into the public domain.