|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ApolloPanoramicDetectorMap_h
2 #define ApolloPanoramicDetectorMap_h
45 m_lineRate = lineRate;
46 m_etMiddle = etMiddle;
49 this->initializeInteriorOrientation();
55 virtual bool SetParent(
const double sample,
const double line);
57 virtual bool SetDetector(
const double sample,
const double line);
69 m_lineRate = lineRate;
113 int initializeInteriorOrientation();
Convert between parent image coordinates and detector coordinates.
Definition: CameraDetectorMap.h:47
Parse and return pieces of a time string.
Definition: iTime.h:65
ApolloPanoramicDetectorMap(Camera *parent, double etMiddle, double lineRate, Pvl *lab)
Construct a detector map for line scan cameras.
Definition: ApolloPanoramicDetectorMap.h:43
double maxResiduals()
Accessor for the mean (average) of the residual vector lenghts Call after computeInteriorOrienation()...
Definition: ApolloPanIO.cpp:777
Container for cube-like labels.
Definition: Pvl.h:119
double stdevResiduals()
Accessor for the standard deviation of the residual vector lenghts Call after computeInteriorOrienati...
Definition: ApolloPanIO.cpp:754
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual ~ApolloPanoramicDetectorMap()
Destroys ApolloPanoramicDetectorMap object.
Definition: ApolloPanoramicDetectorMap.h:53
double meanResidual()
Mean (average) of interior orientation residual vector lengths, accesor.
Definition: ApolloPanoramicDetectorMap.h:86
double LineRate() const
Return the time in seconds between scan lines.
Definition: ApolloPanoramicDetectorMap.h:77
double stdevResidual()
Standard deviation of interior orientation residual vector lengths, accesor.
Definition: ApolloPanoramicDetectorMap.h:100
Class for storing Table blobs information.
Definition: Table.h:61
virtual bool SetDetector(const double sample, const double line)
This method sets cube sample line coordinates from given Dector coordinates.
Definition: ApolloPanoramicDetectorMap.cpp:29
Isis exception class.
Definition: IException.h:91
virtual bool SetParent(const double sample, const double line)
This method sets dector sample line coordinates from given cube coordinates.
Definition: ApolloPanoramicDetectorMap.cpp:58
Convert between parent image (aka encoder aka machine) coordinates and detector coordinates.
Definition: ApolloPanoramicDetectorMap.h:32
Namespace for the standard library.
Calculates a series of affine transformations from the measured coordinates of the up to 90 fiducial ...
Definition: ApolloPanIO.h:43
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
void SetLineRate(const double lineRate)
Reset the line rate.
Definition: ApolloPanoramicDetectorMap.h:68
double maxResidual()
Max interior orientation residual vector length, accesor.
Definition: ApolloPanoramicDetectorMap.h:93
double meanResiduals()
Accessor for the mean (average) of the residual vector lenghts Call after computeInteriorOrienation()...
Definition: ApolloPanIO.cpp:766