Isis 3 Programmer Reference
|
Construct a mapping between image sample and Radar ground range. More...
#include <RadarGroundRangeMap.h>
Public Types | |
enum | FocalPlaneXDependencyType { Sample = 1, Line = 2 } |
Focal plane x dependency indicates whether the x value of the focal plane coordinate maps to a sample or a line. More... | |
Public Member Functions | |
RadarGroundRangeMap (Camera *parent, const int naifIkCode) | |
Construct mapping between detectors and focal plane x/y. More... | |
virtual bool | SetDetector (const double sample, const double line) |
Compute distorted focal plane coordinate from detector position (sampel,line) More... | |
virtual bool | SetFocalPlane (const double dx, const double dy) |
Compute detector position (sample,line) from focal plane coordinates. More... | |
double | FocalPlaneX () const |
double | FocalPlaneY () const |
double | DetectorSample () const |
double | DetectorLine () const |
double | CenteredDetectorSample () const |
double | CenteredDetectorLine () const |
void | SetDetectorOrigin (const double sample, const double line) |
Set the detector origin. More... | |
double | DetectorLineOrigin () const |
double | DetectorSampleOrigin () const |
void | SetDetectorOffset (const double sampleOffset, const double lineOffset) |
Set the detector offset. More... | |
double | DetectorLineOffset () const |
double | DetectorSampleOffset () const |
void | SetTransL (const QVector< double > transL) |
Set the affine coefficients for converting destorted (x,y) to a detector Line. More... | |
void | SetTransS (const QVector< double > transS) |
Set the affine coefficients for converting destorted (x,y) to a detector Sample. More... | |
void | SetTransX (const QVector< double > transX) |
Set the affine coefficients for converting detector (sample,line) to a distorted X. More... | |
void | SetTransY (const QVector< double > transY) |
Set the affine coefficients for converting detector (sample,line) to a distorted Y. More... | |
const double * | TransL () const |
const double * | TransS () const |
const double * | TransX () const |
const double * | TransY () const |
int | FocalPlaneXDependency () |
Return the focal plane x dependency variable. More... | |
double | SignMostSigX () |
Return the sign of the p_transx coefficient with the greatest magnitude. More... | |
double | SignMostSigY () |
Return the sign of the p_transy coefficient with the greatest magnitude. More... | |
Static Public Member Functions | |
static void | setTransform (int naifIkCode, double groundRangeResolution, int samples, Radar::LookDirection ldir) |
Protected Member Functions | |
void | ComputeCentered () |
Convenience method to center detector origin (use when inheriting) More... | |
void | ComputeUncentered () |
Convenience method to center detector origin (use when inheriting) More... | |
Protected Attributes | |
Camera * | p_camera |
Camera of the image. More... | |
double | p_detectorLineOrigin |
The origin line of the detector. More... | |
double | p_detectorSampleOrigin |
The origin sample of the detector. More... | |
double | p_focalPlaneX |
x value of focal plane coordinate More... | |
double | p_focalPlaneY |
y value of focal plane coordinate More... | |
double | p_detectorLine |
line value of the detector More... | |
double | p_detectorSample |
sample value of the detector More... | |
double | p_centeredDetectorSample |
Detector sample position. More... | |
double | p_centeredDetectorLine |
Detector line position. More... | |
double | p_detectorLineOffset |
Offset of the detector origin line from the average. More... | |
double | p_detectorSampleOffset |
offset of the detector origin sample from the average More... | |
double | p_transx [3] |
The x transition from detector to distorted. More... | |
double | p_transy [3] |
The y transition from detector to distorted. More... | |
double | p_itranss [3] |
The x transition from distorted to detector. More... | |
double | p_itransl [3] |
The y transition from distorted to detector. More... | |
Construct a mapping between image sample and Radar ground range.
Definition at line 54 of file RadarGroundRangeMap.h.
|
inherited |
Focal plane x dependency indicates whether the x value of the focal plane coordinate maps to a sample or a line.
Enumerator | |
---|---|
Sample | The x value of the focal plane maps to a sample. |
Line | The x value of the focal plane maps to a line. |
Definition at line 139 of file CameraFocalPlaneMap.h.
Isis::RadarGroundRangeMap::RadarGroundRangeMap | ( | Camera * | parent, |
const int | naifIkCode | ||
) |
Construct mapping between detectors and focal plane x/y.
parent | parent camera that will use this map |
naifIkCode | code of the naif instrument for reading coefficients |
Definition at line 32 of file RadarGroundRangeMap.cpp.
|
inherited |
Definition at line 295 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_centeredDetectorLine.
|
inherited |
Definition at line 287 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_centeredDetectorSample.
|
protectedinherited |
Convenience method to center detector origin (use when inheriting)
Definition at line 444 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_centeredDetectorLine, Isis::CameraFocalPlaneMap::p_centeredDetectorSample, Isis::CameraFocalPlaneMap::p_detectorLine, Isis::CameraFocalPlaneMap::p_detectorLineOrigin, Isis::CameraFocalPlaneMap::p_detectorSample, and Isis::CameraFocalPlaneMap::p_detectorSampleOrigin.
Referenced by Isis::CameraFocalPlaneMap::SetDetector().
|
protectedinherited |
Convenience method to center detector origin (use when inheriting)
Definition at line 451 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_centeredDetectorLine, Isis::CameraFocalPlaneMap::p_centeredDetectorSample, Isis::CameraFocalPlaneMap::p_detectorLine, Isis::CameraFocalPlaneMap::p_detectorLineOrigin, Isis::CameraFocalPlaneMap::p_detectorSample, and Isis::CameraFocalPlaneMap::p_detectorSampleOrigin.
Referenced by Isis::CameraFocalPlaneMap::SetFocalPlane().
|
inherited |
Definition at line 279 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorLine.
Referenced by Isis::ControlPoint::ComputeResiduals(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::Camera::RawFocalPlanetoImage(), Isis::LoMediumDistortionMap::SetDistortion(), Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetRightAscensionDeclination(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::LoMediumDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Definition at line 350 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorLineOffset.
Referenced by Isis::LineScanCameraDetectorMap::SetParent(), Isis::VariableLineScanCameraDetectorMap::SetParent(), and Isis::LineScanCameraSkyMap::SetSky().
|
inherited |
Definition at line 318 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorLineOrigin.
Referenced by Isis::OsirisRexDistortionMap::OsirisRexDistortionMap(), Isis::ReseauDistortionMap::SetFocalPlane(), and Isis::ReseauDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Definition at line 271 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorSample.
Referenced by Isis::ControlPoint::ComputeResiduals(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::Camera::RawFocalPlanetoImage(), Isis::LoMediumDistortionMap::SetDistortion(), Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetRightAscensionDeclination(), and Isis::LoMediumDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Definition at line 358 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorSampleOffset.
|
inherited |
Definition at line 326 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorSampleOrigin.
Referenced by Isis::OsirisRexDistortionMap::OsirisRexDistortionMap(), Isis::ReseauDistortionMap::SetFocalPlane(), and Isis::ReseauDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Definition at line 255 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_focalPlaneX.
Referenced by Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetImage(), Isis::LoMediumDistortionMap::SetUndistortedFocalPlane(), and Isis::AdvancedTrackTool::updateRow().
|
inherited |
Return the focal plane x dependency variable.
This method returns the image variable (sample or line) on which the focal plane x depends.
Definition at line 198 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::Line, Isis::CameraFocalPlaneMap::p_transx, and Isis::CameraFocalPlaneMap::Sample.
|
inherited |
Definition at line 263 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_focalPlaneY.
Referenced by Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetImage(), Isis::LoMediumDistortionMap::SetUndistortedFocalPlane(), and Isis::AdvancedTrackTool::updateRow().
|
virtualinherited |
Compute distorted focal plane coordinate from detector position (sampel,line)
This method will compute both the distorted focal plane x/y and centered detector position given a detector position
sample | undistorted focal plane x in millimeters |
line | undistorted focal plane y in millimeters |
Definition at line 180 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::p_centeredDetectorLine, Isis::CameraFocalPlaneMap::p_centeredDetectorSample, Isis::CameraFocalPlaneMap::p_detectorLine, Isis::CameraFocalPlaneMap::p_detectorSample, Isis::CameraFocalPlaneMap::p_focalPlaneX, Isis::CameraFocalPlaneMap::p_focalPlaneY, Isis::CameraFocalPlaneMap::p_transx, and Isis::CameraFocalPlaneMap::p_transy.
Referenced by Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetImage(), and Isis::LoMediumDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Set the detector offset.
This is used to set the offset between the detector origin and the average location in detector pixels where the image is being viewed. If not set the offset are both 0.0
sampleOffset | sample offset in pixels |
lineOffset | sample offset in lines |
Definition at line 340 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorLineOffset, and Isis::CameraFocalPlaneMap::p_detectorSampleOffset.
Referenced by Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Chandrayaan1M3Camera::Chandrayaan1M3Camera(), Isis::CrismCamera::CrismCamera(), Isis::CTXCamera::CTXCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::KaguyaMiCamera::KaguyaMiCamera(), Isis::LroNarrowAngleCamera::LroNarrowAngleCamera(), Isis::MocNarrowAngleCamera::MocNarrowAngleCamera(), Isis::MocWideAngleCamera::MocWideAngleCamera(), Isis::ThemisIrCamera::SetBand(), and Isis::ThemisIrCamera::ThemisIrCamera().
|
inherited |
Set the detector origin.
This is used to set the origin of the detector. Typically the middle of the detector. For example, a 512x512 dectector would have the origin at (256.5,256.5). If not set both are 0.
sample | detector sample at the origin |
line | detector line at the origin |
Definition at line 309 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_detectorLineOrigin, and Isis::CameraFocalPlaneMap::p_detectorSampleOrigin.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Chandrayaan1M3Camera::Chandrayaan1M3Camera(), Isis::CrismCamera::CrismCamera(), Isis::CTXCamera::CTXCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::DawnVirCamera::DawnVirCamera(), Isis::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), Isis::IdealCamera::IdealCamera(), Isis::IssNACamera::IssNACamera(), Isis::IssWACamera::IssWACamera(), Isis::JunoCamera::JunoCamera(), Isis::KaguyaMiCamera::KaguyaMiCamera(), Isis::KaguyaTcCamera::KaguyaTcCamera(), Isis::LoHighCamera::LoHighCamera(), Isis::LoMediumCamera::LoMediumCamera(), Isis::LroNarrowAngleCamera::LroNarrowAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MocNarrowAngleCamera::MocNarrowAngleCamera(), Isis::MocWideAngleCamera::MocWideAngleCamera(), Isis::MsiCamera::MsiCamera(), Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera(), Isis::NewHorizonsLorriCamera::NewHorizonsLorriCamera(), Isis::NewHorizonsMvicFrameCamera::NewHorizonsMvicFrameCamera(), Isis::NewHorizonsMvicTdiCamera::NewHorizonsMvicTdiCamera(), Isis::NirCamera::NirCamera(), Isis::OsirisRexOcamsCamera::OsirisRexOcamsCamera(), Isis::RosettaOsirisCamera::RosettaOsirisCamera(), Isis::RosettaVirtisCamera::RosettaVirtisCamera(), Isis::ThemisIrCamera::SetBand(), Isis::LroWideAngleCamera::SetBand(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
virtualinherited |
Compute detector position (sample,line) from focal plane coordinates.
NOTE: This is detector (sample, line) not necessarily image (sample, line). If the image was reformatted from what was collected the two differ. See the New Horizons LEISA camera for an example (LEISA is a frame camera being treated as a line scan camera).
This method will compute both the centered and normal detector position given a distorted focal plane coordinate.
dx | distorted focal plane x in millimeters |
dy | distorted focal plane y in millimeters |
Definition at line 159 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::p_centeredDetectorLine, Isis::CameraFocalPlaneMap::p_centeredDetectorSample, Isis::CameraFocalPlaneMap::p_focalPlaneX, Isis::CameraFocalPlaneMap::p_focalPlaneY, Isis::CameraFocalPlaneMap::p_itransl, and Isis::CameraFocalPlaneMap::p_itranss.
Referenced by Isis::ControlPoint::ComputeResiduals(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::Camera::RawFocalPlanetoImage(), Isis::LoMediumDistortionMap::SetDistortion(), Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::Camera::SetRightAscensionDeclination(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::LoMediumDistortionMap::SetUndistortedFocalPlane().
|
inherited |
Set the affine coefficients for converting destorted (x,y) to a detector Line.
transL | Vector of the affine coefficients |
Definition at line 368 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_itransl.
Referenced by Isis::NewHorizonsLeisaCamera::SetBand().
|
inherited |
Set the affine coefficients for converting destorted (x,y) to a detector Sample.
transS | Vector of the affine coefficients |
Definition at line 380 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_itranss.
Referenced by Isis::NewHorizonsLeisaCamera::SetBand().
|
inherited |
Set the affine coefficients for converting detector (sample,line) to a distorted X.
transX | Vector of the affine coefficients |
Definition at line 392 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transx.
Referenced by Isis::NewHorizonsLeisaCamera::SetBand().
|
inherited |
Set the affine coefficients for converting detector (sample,line) to a distorted Y.
transY | Vector of the affine coefficients |
Definition at line 404 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transy.
Referenced by Isis::NewHorizonsLeisaCamera::SetBand().
|
inherited |
Return the sign of the p_transx coefficient with the greatest magnitude.
This method returns a +1. or -1. based on the sign of the p_transx coefficient with the greatest magnitude. Only p_transx[1] and p_transx[2] are compared since p_transx[0] is used as a constant in the affine transformation.
Definition at line 217 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transx.
|
inherited |
Return the sign of the p_transy coefficient with the greatest magnitude.
This method returns a +1 or -1 based on the sign of the p_transy coefficient with the greatest magnitude. Only p_transy[1] and p_transy[2] are compared since p_transy[0] is used as a constant in the affine transformation.
Definition at line 239 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transy.
|
inherited |
Definition at line 438 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_itransl.
Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().
|
inherited |
Definition at line 430 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_itranss.
Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().
|
inherited |
Definition at line 414 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transx.
Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().
|
inherited |
Definition at line 422 of file CameraFocalPlaneMap.cpp.
References Isis::CameraFocalPlaneMap::p_transy.
Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().
|
protectedinherited |
Camera of the image.
Definition at line 153 of file CameraFocalPlaneMap.h.
Referenced by Isis::LroWideAngleCameraFocalPlaneMap::addFilter(), Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), and Isis::CameraFocalPlaneMap::Init().
|
protectedinherited |
Detector line position.
Definition at line 163 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CenteredDetectorLine(), Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::SetDetector(), and Isis::CameraFocalPlaneMap::SetFocalPlane().
|
protectedinherited |
Detector sample position.
Definition at line 162 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CenteredDetectorSample(), Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::SetDetector(), and Isis::CameraFocalPlaneMap::SetFocalPlane().
|
protectedinherited |
line value of the detector
Definition at line 160 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::DetectorLine(), and Isis::CameraFocalPlaneMap::SetDetector().
|
protectedinherited |
Offset of the detector origin line from the average.
Definition at line 165 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::DetectorLineOffset(), Isis::CameraFocalPlaneMap::Init(), and Isis::CameraFocalPlaneMap::SetDetectorOffset().
|
protectedinherited |
The origin line of the detector.
Definition at line 155 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::DetectorLineOrigin(), Isis::CameraFocalPlaneMap::Init(), and Isis::CameraFocalPlaneMap::SetDetectorOrigin().
|
protectedinherited |
sample value of the detector
Definition at line 161 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::DetectorSample(), and Isis::CameraFocalPlaneMap::SetDetector().
|
protectedinherited |
offset of the detector origin sample from the average
Definition at line 166 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::DetectorSampleOffset(), Isis::CameraFocalPlaneMap::Init(), and Isis::CameraFocalPlaneMap::SetDetectorOffset().
|
protectedinherited |
The origin sample of the detector.
Definition at line 156 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::ComputeCentered(), Isis::CameraFocalPlaneMap::ComputeUncentered(), Isis::CameraFocalPlaneMap::DetectorSampleOrigin(), Isis::CameraFocalPlaneMap::Init(), and Isis::CameraFocalPlaneMap::SetDetectorOrigin().
|
protectedinherited |
x value of focal plane coordinate
Definition at line 158 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::FocalPlaneX(), Isis::CameraFocalPlaneMap::SetDetector(), and Isis::CameraFocalPlaneMap::SetFocalPlane().
|
protectedinherited |
y value of focal plane coordinate
Definition at line 159 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::FocalPlaneY(), Isis::CameraFocalPlaneMap::SetDetector(), and Isis::CameraFocalPlaneMap::SetFocalPlane().
|
protectedinherited |
The y transition from distorted to detector.
Definition at line 171 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), Isis::CameraFocalPlaneMap::SetFocalPlane(), Isis::CameraFocalPlaneMap::SetTransL(), and Isis::CameraFocalPlaneMap::TransL().
|
protectedinherited |
The x transition from distorted to detector.
Definition at line 170 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), Isis::CameraFocalPlaneMap::SetFocalPlane(), Isis::CameraFocalPlaneMap::SetTransS(), and Isis::CameraFocalPlaneMap::TransS().
|
protectedinherited |
The x transition from detector to distorted.
Definition at line 168 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::FocalPlaneXDependency(), Isis::CameraFocalPlaneMap::Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), Isis::CameraFocalPlaneMap::SetDetector(), Isis::CameraFocalPlaneMap::SetTransX(), Isis::CameraFocalPlaneMap::SignMostSigX(), and Isis::CameraFocalPlaneMap::TransX().
|
protectedinherited |
The y transition from detector to distorted.
Definition at line 169 of file CameraFocalPlaneMap.h.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), Isis::CameraFocalPlaneMap::Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), Isis::CameraFocalPlaneMap::SetDetector(), Isis::CameraFocalPlaneMap::SetTransY(), Isis::CameraFocalPlaneMap::SignMostSigY(), and Isis::CameraFocalPlaneMap::TransY().