USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::MocWideAngleDetectorMap Class Reference

Convert between parent image coordinates and detector coordinates. More...

#include <MocWideAngleDetectorMap.h>

Inheritance diagram for Isis::MocWideAngleDetectorMap:
Inheritance graph
Collaboration diagram for Isis::MocWideAngleDetectorMap:
Collaboration graph

Public Member Functions

 MocWideAngleDetectorMap (Camera *parent, const double etStart, const double lineRate, MocLabels *moclab)
 Construct a detector map for line scan cameras.
 
virtual ~MocWideAngleDetectorMap ()
 Destructor.
 
virtual bool SetParent (const double sample, const double line)
 
virtual bool SetDetector (const double sample, const double line)
 Constructor for MocWideAngleDetectorMap class.
 
void SetStartTime (const double etStart)
 Reset the starting ephemeris time.
 
void SetLineRate (const double lineRate)
 Reset the line rate.
 
double LineRate () const
 Return the time in seconds between scan lines.
 
double StartTime () const
 Return the starting time at the top edge of the first line in the parent image.
 
double AdjustedStartingSample () const
 Return the starting detector sample adjusted for summation.
 
double AdjustedStartingLine () const
 Return the starting detector line adjusted for summation.
 
double ParentSample () const
 Return parent sample.
 
double ParentLine () const
 Return parent line.
 
double DetectorSample () const
 Return detector sample.
 
double DetectorLine () const
 Return detector line.
 
void SetStartingDetectorSample (const double sample)
 Set the starting detector sample.
 
void SetStartingDetectorLine (const double line)
 Set the starting detector line.
 
void SetDetectorSampleSumming (const double summing)
 Set sample summing mode.
 
void SetDetectorLineSumming (const double summing)
 Set line summing mode.
 
virtual double SampleScaleFactor () const
 Return scaling factor for computing sample resolution.
 
virtual double LineScaleFactor () const
 Return scaling factor for computing line resolution.
 

Protected Attributes

Camerap_camera
 
double p_parentSample
 
double p_parentLine
 
double p_detectorLine
 
double p_detectorSample
 
double p_detectorSampleSumming
 
double p_detectorLineSumming
 
double p_startingDetectorSample
 
double p_startingDetectorLine
 
double p_ss
 
double p_sl
 

Private Attributes

MocLabelsp_moclab
 

Detailed Description

Convert between parent image coordinates and detector coordinates.

This class is used to convert between parent dector coordinates (sample/line) and detector coordinates for a the Moc wide angle camera. It is needed to handle variable summing modes

See Also
Camera
Author
2005-02-01 Jeff Anderson
History:

2005-02-01 Jeff Anderson - Original version

2011-05-03 Jeannie Walldren - Removed Mgs namespace wrap.

Definition at line 44 of file MocWideAngleDetectorMap.h.

Constructor & Destructor Documentation

Isis::MocWideAngleDetectorMap::MocWideAngleDetectorMap ( Camera parent,
const double  etStart,
const double  lineRate,
MocLabels moclab 
)
inline

Construct a detector map for line scan cameras.

Parameters
parentThe parent Camera Model
etStartstarting ephemeris time in seconds at the top of the first line
lineRatethe time in seconds between lines
moclabThe moc labels to use for the camera creation

Definition at line 56 of file MocWideAngleDetectorMap.h.

virtual Isis::MocWideAngleDetectorMap::~MocWideAngleDetectorMap ( )
inlinevirtual

Destructor.

Definition at line 63 of file MocWideAngleDetectorMap.h.

Member Function Documentation

double Isis::CameraDetectorMap::AdjustedStartingLine ( ) const
inherited

Return the starting detector line adjusted for summation.

Definition at line 93 of file CameraDetectorMap.cpp.

double Isis::CameraDetectorMap::AdjustedStartingSample ( ) const
inherited

Return the starting detector sample adjusted for summation.

Definition at line 88 of file CameraDetectorMap.cpp.

double Isis::CameraDetectorMap::DetectorLine ( ) const
inlineinherited

Return detector line.

Definition at line 89 of file CameraDetectorMap.h.

Referenced by Isis::Camera::SetImage().

double Isis::CameraDetectorMap::DetectorSample ( ) const
inlineinherited

Return detector sample.

Definition at line 84 of file CameraDetectorMap.h.

Referenced by Isis::Camera::SetImage().

double Isis::LineScanCameraDetectorMap::LineRate ( ) const
inlinevirtualinherited

Return the time in seconds between scan lines.

Reimplemented from Isis::CameraDetectorMap.

Definition at line 101 of file LineScanCameraDetectorMap.h.

References Isis::LineScanCameraDetectorMap::p_lineRate.

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

virtual double Isis::CameraDetectorMap::LineScaleFactor ( ) const
inlinevirtualinherited
double Isis::CameraDetectorMap::ParentLine ( ) const
inlineinherited

Return parent line.

Definition at line 79 of file CameraDetectorMap.h.

Referenced by Isis::Camera::RawFocalPlanetoImage(), and Isis::Camera::SetRightAscensionDeclination().

double Isis::CameraDetectorMap::ParentSample ( ) const
inlineinherited

Return parent sample.

Definition at line 74 of file CameraDetectorMap.h.

Referenced by Isis::Camera::RawFocalPlanetoImage(), and Isis::Camera::SetRightAscensionDeclination().

virtual double Isis::CameraDetectorMap::SampleScaleFactor ( ) const
inlinevirtualinherited

Return scaling factor for computing sample resolution.

Definition at line 148 of file CameraDetectorMap.h.

Referenced by Isis::Camera::SampleResolution().

bool Isis::MocWideAngleDetectorMap::SetDetector ( const double  sample,
const double  line 
)
virtual

Constructor for MocWideAngleDetectorMap class.

Parameters
sample
line

Reimplemented from Isis::LineScanCameraDetectorMap.

Definition at line 29 of file MocWideAngleDetectorMap.cpp.

void Isis::LineScanCameraDetectorMap::SetLineRate ( const double  lineRate)
inlineinherited

Reset the line rate.

Use this method to reset the time between lines. Usually this will not need to be done unless the rate changes between bands.

Parameters
lineRatethe time in seconds between lines

Definition at line 95 of file LineScanCameraDetectorMap.h.

References Isis::LineScanCameraDetectorMap::p_lineRate.

Referenced by Isis::VariableLineScanCameraDetectorMap::SetDetector(), and Isis::VariableLineScanCameraDetectorMap::SetParent().

bool Isis::MocWideAngleDetectorMap::SetParent ( const double  sample,
const double  line 
)
virtual
Parameters
sample
line
Returns
bool

Reimplemented from Isis::LineScanCameraDetectorMap.

Definition at line 57 of file MocWideAngleDetectorMap.cpp.

void Isis::CameraDetectorMap::SetStartingDetectorLine ( const double  line)
inlineinherited

Set the starting detector line.

Use this method to specify the starting detector that represents the first image line in the cube. If not set the default is 1.

Parameters
lineStarting detector line

Definition at line 114 of file CameraDetectorMap.h.

References Isis::CameraDetectorMap::Compute().

Referenced by Isis::AmicaCamera::AmicaCamera(), and Isis::MdisCamera::MdisCamera().

void Isis::CameraDetectorMap::SetStartingDetectorSample ( const double  sample)
inlineinherited
void Isis::LineScanCameraDetectorMap::SetStartTime ( const double  etStart)
inlineinherited

Reset the starting ephemeris time.

Use this method to reset the starting time of the top edge of the first line in the parent image. That is the time, prior to cropping, scaling, or padding. Usually this will not need to be done unless the time changes between bands.

Parameters
etStartstarting ephemeris time in seconds

Definition at line 82 of file LineScanCameraDetectorMap.h.

References Isis::LineScanCameraDetectorMap::p_etStart.

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

double Isis::LineScanCameraDetectorMap::StartTime ( ) const
inherited

Return the starting time at the top edge of the first line in the parent image.

Definition at line 71 of file LineScanCameraDetectorMap.cpp.

References Isis::LineScanCameraDetectorMap::p_etStart.


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