File failed to load: https://isis.astrogeology.usgs.gov/9.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
Isis::RadarGroundRangeMap Class Reference

Construct a mapping between image sample and Radar ground range. More...

#include <RadarGroundRangeMap.h>

Inheritance diagram for Isis::RadarGroundRangeMap:
Inheritance graph
Collaboration diagram for Isis::RadarGroundRangeMap:
Collaboration graph

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.
 
virtual bool SetDetector (const double sample, const double line)
 Compute distorted focal plane coordinate from detector position (sampel,line)
 
virtual bool SetFocalPlane (const double dx, const double dy)
 Compute detector position (sample,line) from focal plane coordinates.
 
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.
 
double DetectorLineOrigin () const
 
double DetectorSampleOrigin () const
 
void SetDetectorOffset (const double sampleOffset, const double lineOffset)
 Set the detector offset.
 
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.
 
void SetTransS (const QVector< double > transS)
 Set the affine coefficients for converting destorted (x,y) to a detector Sample.
 
void SetTransX (const QVector< double > transX)
 Set the affine coefficients for converting detector (sample,line) to a distorted X.
 
void SetTransY (const QVector< double > transY)
 Set the affine coefficients for converting detector (sample,line) to a distorted Y.
 
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.
 
double SignMostSigX ()
 Return the sign of the p_transx coefficient with the greatest magnitude.
 
double SignMostSigY ()
 Return the sign of the p_transy coefficient with the greatest magnitude.
 

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)
 
void ComputeUncentered ()
 Convenience method to center detector origin (use when inheriting)
 

Protected Attributes

Camerap_camera
 Camera of the image.
 
double p_detectorLineOrigin
 The origin line of the detector.
 
double p_detectorSampleOrigin
 The origin sample of the detector.
 
double p_focalPlaneX
 x value of focal plane coordinate
 
double p_focalPlaneY
 y value of focal plane coordinate
 
double p_detectorLine
 line value of the detector
 
double p_detectorSample
 sample value of the detector
 
double p_centeredDetectorSample
 Detector sample position.
 
double p_centeredDetectorLine
 Detector line position.
 
double p_detectorLineOffset
 Offset of the detector origin line from the average.
 
double p_detectorSampleOffset
 offset of the detector origin sample from the average
 
double p_transx [3]
 The x transition from detector to distorted.
 
double p_transy [3]
 The y transition from detector to distorted.
 
double p_itranss [3]
 The x transition from distorted to detector.
 
double p_itransl [3]
 The y transition from distorted to detector.
 

Private Member Functions

void Init (Camera *parent, const int naifIkCode)
 Initialize the focal plane map to its default state.
 

Detailed Description

Construct a mapping between image sample and Radar ground range.

See also
Camera
Author
2008-06-17 Jeff Anderson Original version
History
2009-07-01 Janet Barrett - Corrected the transformation calculations

Definition at line 38 of file RadarGroundRangeMap.h.

Member Enumeration Documentation

◆ FocalPlaneXDependencyType

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 123 of file CameraFocalPlaneMap.h.

Constructor & Destructor Documentation

◆ RadarGroundRangeMap()

Isis::RadarGroundRangeMap::RadarGroundRangeMap ( Camera * parent,
const int naifIkCode )

Construct mapping between detectors and focal plane x/y.

Parameters
parentparent camera that will use this map
naifIkCodecode of the naif instrument for reading coefficients

Definition at line 16 of file RadarGroundRangeMap.cpp.

References Isis::CameraFocalPlaneMap::CameraFocalPlaneMap().

Member Function Documentation

◆ CenteredDetectorLine()

double Isis::CameraFocalPlaneMap::CenteredDetectorLine ( ) const
inherited
Returns
The centered detector line

Definition at line 279 of file CameraFocalPlaneMap.cpp.

References p_centeredDetectorLine.

◆ CenteredDetectorSample()

double Isis::CameraFocalPlaneMap::CenteredDetectorSample ( ) const
inherited
Returns
The centered detector sample

Definition at line 271 of file CameraFocalPlaneMap.cpp.

References p_centeredDetectorSample.

◆ ComputeCentered()

void Isis::CameraFocalPlaneMap::ComputeCentered ( )
protectedinherited

Convenience method to center detector origin (use when inheriting)

Definition at line 428 of file CameraFocalPlaneMap.cpp.

References p_centeredDetectorLine, p_centeredDetectorSample, p_detectorLine, p_detectorLineOrigin, p_detectorSample, and p_detectorSampleOrigin.

Referenced by SetDetector().

◆ ComputeUncentered()

void Isis::CameraFocalPlaneMap::ComputeUncentered ( )
protectedinherited

Convenience method to center detector origin (use when inheriting)

Definition at line 435 of file CameraFocalPlaneMap.cpp.

References p_centeredDetectorLine, p_centeredDetectorSample, p_detectorLine, p_detectorLineOrigin, p_detectorSample, and p_detectorSampleOrigin.

Referenced by SetFocalPlane().

◆ DetectorLine()

double Isis::CameraFocalPlaneMap::DetectorLine ( ) const
inherited

◆ DetectorLineOffset()

double Isis::CameraFocalPlaneMap::DetectorLineOffset ( ) const
inherited
Returns
The detector line offset

Definition at line 334 of file CameraFocalPlaneMap.cpp.

References p_detectorLineOffset.

Referenced by Isis::LineScanCameraSkyMap::SetSky().

◆ DetectorLineOrigin()

double Isis::CameraFocalPlaneMap::DetectorLineOrigin ( ) const
inherited
Returns
The detector line origin

Definition at line 302 of file CameraFocalPlaneMap.cpp.

References p_detectorLineOrigin.

◆ DetectorSample()

double Isis::CameraFocalPlaneMap::DetectorSample ( ) const
inherited
Returns
The detector sample

Definition at line 255 of file CameraFocalPlaneMap.cpp.

References p_detectorSample.

Referenced by Isis::ControlPoint::ComputeResiduals(), and Isis::PushFrameCameraGroundMap::FindDistance().

◆ DetectorSampleOffset()

double Isis::CameraFocalPlaneMap::DetectorSampleOffset ( ) const
inherited
Returns
The detector sample offset

Definition at line 342 of file CameraFocalPlaneMap.cpp.

References p_detectorSampleOffset.

◆ DetectorSampleOrigin()

double Isis::CameraFocalPlaneMap::DetectorSampleOrigin ( ) const
inherited
Returns
The detector sample origin

Definition at line 310 of file CameraFocalPlaneMap.cpp.

References p_detectorSampleOrigin.

◆ FocalPlaneX()

double Isis::CameraFocalPlaneMap::FocalPlaneX ( ) const
inherited
Returns
The distorted focal plane x

Definition at line 239 of file CameraFocalPlaneMap.cpp.

References p_focalPlaneX.

Referenced by Isis::AdvancedTrackTool::updateRow().

◆ FocalPlaneXDependency()

int Isis::CameraFocalPlaneMap::FocalPlaneXDependency ( )
inherited

Return the focal plane x dependency variable.

This method returns the image variable (sample or line) on which the focal plane x depends.

Returns
dependency variable

Definition at line 182 of file CameraFocalPlaneMap.cpp.

References Line, p_transx, and Sample.

◆ FocalPlaneY()

double Isis::CameraFocalPlaneMap::FocalPlaneY ( ) const
inherited
Returns
The distorted focal plane y

Definition at line 247 of file CameraFocalPlaneMap.cpp.

References p_focalPlaneY.

Referenced by Isis::AdvancedTrackTool::updateRow().

◆ Init()

void Isis::CameraFocalPlaneMap::Init ( Camera * parent,
const int naifIkCode )
privateinherited

Initialize the focal plane map to its default state.

Parameters
parentParent camera
naifIkCodecode of the naif instrument for reading coefficients

Definition at line 92 of file CameraFocalPlaneMap.cpp.

References Isis::Spice::getDouble(), p_camera, p_detectorLineOffset, p_detectorLineOrigin, p_detectorSampleOffset, p_detectorSampleOrigin, p_itransl, p_itranss, p_transx, p_transy, and Isis::toString().

Referenced by CameraFocalPlaneMap(), and CameraFocalPlaneMap().

◆ SetDetector()

bool Isis::CameraFocalPlaneMap::SetDetector ( const double sample,
const double line )
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

Parameters
sampleundistorted focal plane x in millimeters
lineundistorted focal plane y in millimeters
Returns
conversion was successful

Definition at line 164 of file CameraFocalPlaneMap.cpp.

References ComputeCentered(), p_centeredDetectorLine, p_centeredDetectorSample, p_detectorLine, p_detectorSample, p_focalPlaneX, p_focalPlaneY, p_transx, and p_transy.

◆ SetDetectorOffset()

void Isis::CameraFocalPlaneMap::SetDetectorOffset ( const double sampleOffset,
const double lineOffset )
inherited

◆ SetDetectorOrigin()

void Isis::CameraFocalPlaneMap::SetDetectorOrigin ( const double sample,
const double line )
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.

Parameters
sampledetector sample at the origin
linedetector line at the origin

Definition at line 293 of file CameraFocalPlaneMap.cpp.

References p_detectorLineOrigin, and p_detectorSampleOrigin.

Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Chandrayaan1M3Camera::Chandrayaan1M3Camera(), Isis::ClipperNacRollingShutterCamera::ClipperNacRollingShutterCamera(), Isis::ClipperPushBroomCamera::ClipperPushBroomCamera(), Isis::ClipperWacFcCamera::ClipperWacFcCamera(), Isis::CrismCamera::CrismCamera(), Isis::CTXCamera::CTXCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::DawnVirCamera::DawnVirCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), 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::MexHrscSrcCamera::MexHrscSrcCamera(), 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::OsirisRexTagcamsCamera::OsirisRexTagcamsCamera(), Isis::RosettaOsirisCamera::RosettaOsirisCamera(), Isis::RosettaVirtisCamera::RosettaVirtisCamera(), Isis::LroWideAngleCamera::SetBand(), Isis::ThemisIrCamera::SetBand(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), and Isis::VoyagerCamera::VoyagerCamera().

◆ SetFocalPlane()

bool Isis::CameraFocalPlaneMap::SetFocalPlane ( const double dx,
const double dy )
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.

Parameters
dxdistorted focal plane x in millimeters
dydistorted focal plane y in millimeters
Returns
conversion was successful

Definition at line 143 of file CameraFocalPlaneMap.cpp.

References ComputeUncentered(), p_centeredDetectorLine, p_centeredDetectorSample, p_focalPlaneX, p_focalPlaneY, p_itransl, and p_itranss.

Referenced by Isis::ControlPoint::ComputeResiduals(), Isis::PushFrameCameraGroundMap::FindDistance(), and Isis::LineScanCameraSkyMap::SetSky().

◆ setTransform()

void Isis::RadarGroundRangeMap::setTransform ( int naifIkCode,
double groundRangeResolution,
int samples,
Radar::LookDirection ldir )
static

Definition at line 20 of file RadarGroundRangeMap.cpp.

◆ SetTransL()

void Isis::CameraFocalPlaneMap::SetTransL ( const QVector< double > transL)
inherited

Set the affine coefficients for converting destorted (x,y) to a detector Line.

Parameters
transLVector of the affine coefficients

Definition at line 352 of file CameraFocalPlaneMap.cpp.

References p_itransl.

Referenced by Isis::NewHorizonsLeisaCamera::SetBand().

◆ SetTransS()

void Isis::CameraFocalPlaneMap::SetTransS ( const QVector< double > transS)
inherited

Set the affine coefficients for converting destorted (x,y) to a detector Sample.

Parameters
transSVector of the affine coefficients

Definition at line 364 of file CameraFocalPlaneMap.cpp.

References p_itranss.

Referenced by Isis::NewHorizonsLeisaCamera::SetBand().

◆ SetTransX()

void Isis::CameraFocalPlaneMap::SetTransX ( const QVector< double > transX)
inherited

Set the affine coefficients for converting detector (sample,line) to a distorted X.

Parameters
transXVector of the affine coefficients

Definition at line 376 of file CameraFocalPlaneMap.cpp.

References p_transx.

Referenced by Isis::NewHorizonsLeisaCamera::SetBand().

◆ SetTransY()

void Isis::CameraFocalPlaneMap::SetTransY ( const QVector< double > transY)
inherited

Set the affine coefficients for converting detector (sample,line) to a distorted Y.

Parameters
transYVector of the affine coefficients

Definition at line 388 of file CameraFocalPlaneMap.cpp.

References p_transy.

Referenced by Isis::NewHorizonsLeisaCamera::SetBand().

◆ SignMostSigX()

double Isis::CameraFocalPlaneMap::SignMostSigX ( )
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.

Returns
sign of most significant coefficient

Definition at line 201 of file CameraFocalPlaneMap.cpp.

References p_transx.

◆ SignMostSigY()

double Isis::CameraFocalPlaneMap::SignMostSigY ( )
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.

Returns
sign of most significant coefficient

Definition at line 223 of file CameraFocalPlaneMap.cpp.

References p_transy.

◆ TransL()

const double * Isis::CameraFocalPlaneMap::TransL ( ) const
inherited
Returns
The affine coefficients for converting distorted (x,y) to a detector Line

Definition at line 422 of file CameraFocalPlaneMap.cpp.

References p_itransl.

Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().

◆ TransS()

const double * Isis::CameraFocalPlaneMap::TransS ( ) const
inherited
Returns
The affine coefficients for converting distorted (x,y) to a detector Sample

Definition at line 414 of file CameraFocalPlaneMap.cpp.

References p_itranss.

Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().

◆ TransX()

const double * Isis::CameraFocalPlaneMap::TransX ( ) const
inherited
Returns
The affine coefficients for converting detector (sample,line) to a distorted X

Definition at line 398 of file CameraFocalPlaneMap.cpp.

References p_transx.

Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().

◆ TransY()

const double * Isis::CameraFocalPlaneMap::TransY ( ) const
inherited
Returns
The affine coefficients for converting detector (sample,line) to distorted Y

Definition at line 406 of file CameraFocalPlaneMap.cpp.

References p_transy.

Referenced by Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera().

Member Data Documentation

◆ p_camera

Camera* Isis::CameraFocalPlaneMap::p_camera
protectedinherited

◆ p_centeredDetectorLine

double Isis::CameraFocalPlaneMap::p_centeredDetectorLine
protectedinherited

Detector line position.

Definition at line 147 of file CameraFocalPlaneMap.h.

Referenced by CenteredDetectorLine(), ComputeCentered(), ComputeUncentered(), SetDetector(), and SetFocalPlane().

◆ p_centeredDetectorSample

double Isis::CameraFocalPlaneMap::p_centeredDetectorSample
protectedinherited

Detector sample position.

Definition at line 146 of file CameraFocalPlaneMap.h.

Referenced by CenteredDetectorSample(), ComputeCentered(), ComputeUncentered(), SetDetector(), and SetFocalPlane().

◆ p_detectorLine

double Isis::CameraFocalPlaneMap::p_detectorLine
protectedinherited

line value of the detector

Definition at line 144 of file CameraFocalPlaneMap.h.

Referenced by ComputeCentered(), ComputeUncentered(), DetectorLine(), and SetDetector().

◆ p_detectorLineOffset

double Isis::CameraFocalPlaneMap::p_detectorLineOffset
protectedinherited

Offset of the detector origin line from the average.

Definition at line 149 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), DetectorLineOffset(), Init(), and SetDetectorOffset().

◆ p_detectorLineOrigin

double Isis::CameraFocalPlaneMap::p_detectorLineOrigin
protectedinherited

The origin line of the detector.

Definition at line 139 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), ComputeCentered(), ComputeUncentered(), DetectorLineOrigin(), Init(), and SetDetectorOrigin().

◆ p_detectorSample

double Isis::CameraFocalPlaneMap::p_detectorSample
protectedinherited

sample value of the detector

Definition at line 145 of file CameraFocalPlaneMap.h.

Referenced by ComputeCentered(), ComputeUncentered(), DetectorSample(), and SetDetector().

◆ p_detectorSampleOffset

double Isis::CameraFocalPlaneMap::p_detectorSampleOffset
protectedinherited

offset of the detector origin sample from the average

Definition at line 150 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), DetectorSampleOffset(), Init(), and SetDetectorOffset().

◆ p_detectorSampleOrigin

double Isis::CameraFocalPlaneMap::p_detectorSampleOrigin
protectedinherited

The origin sample of the detector.

Definition at line 140 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), ComputeCentered(), ComputeUncentered(), DetectorSampleOrigin(), Init(), and SetDetectorOrigin().

◆ p_focalPlaneX

double Isis::CameraFocalPlaneMap::p_focalPlaneX
protectedinherited

x value of focal plane coordinate

Definition at line 142 of file CameraFocalPlaneMap.h.

Referenced by FocalPlaneX(), SetDetector(), and SetFocalPlane().

◆ p_focalPlaneY

double Isis::CameraFocalPlaneMap::p_focalPlaneY
protectedinherited

y value of focal plane coordinate

Definition at line 143 of file CameraFocalPlaneMap.h.

Referenced by FocalPlaneY(), SetDetector(), and SetFocalPlane().

◆ p_itransl

double Isis::CameraFocalPlaneMap::p_itransl[3]
protectedinherited

The y transition from distorted to detector.

Definition at line 155 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), SetFocalPlane(), SetTransL(), and TransL().

◆ p_itranss

double Isis::CameraFocalPlaneMap::p_itranss[3]
protectedinherited

The x transition from distorted to detector.

Definition at line 154 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), SetFocalPlane(), SetTransS(), and TransS().

◆ p_transx

double Isis::CameraFocalPlaneMap::p_transx[3]
protectedinherited

◆ p_transy

double Isis::CameraFocalPlaneMap::p_transy[3]
protectedinherited

The y transition from detector to distorted.

Definition at line 153 of file CameraFocalPlaneMap.h.

Referenced by CameraFocalPlaneMap(), Init(), Isis::LroWideAngleCameraFocalPlaneMap::setBand(), SetDetector(), SetTransY(), SignMostSigY(), and TransY().


The documentation for this class was generated from the following files: