USGS

Isis 3.0 Object Programmers' Reference

Home

ThemisIrDistortionMap.h
Go to the documentation of this file.
1 #ifndef ThemisIrDistortionMap_h
2 #define ThemisIrDistortionMap_h
3 
24 #include "CameraDistortionMap.h"
25 
26 namespace Isis {
48  public:
50 
51  virtual bool SetFocalPlane(const double dx, const double dy);
52 
53  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
54 
55  void SetBand(int band);
56 
57  private:
58  double p_k;
59  double p_alpha1;
60  double p_alpha2;
61  };
62 };
63 #endif