|
Isis Developer Reference
|
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3063
This class defines a field of view.
Definition: PixelFOV.h:36
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
QList< QList< QPointF > > latLonVertices(Camera &camera, const double sample, const double line, const int numIfovs=1) const
Produces an fov for the given line sample.
Definition: PixelFOV.cpp:67
virtual bool SetImage(const double sample, const double line)
Sets the sample/line values of the image to get the lat/lon values.
Definition: Camera.cpp:154
~PixelFOV()
Destroys a PixelFOV object/.
Definition: PixelFOV.cpp:41
static geos::geom::GeometryFactory::Ptr globalFactory
Definition: PolygonTools.h:51
CameraDistortionMap * DistortionMap()
Returns a pointer to the CameraDistortionMap object.
Definition: Camera.cpp:2826
double UndistortedFocalPlaneZ() const
Gets the z-value in the undistorted focal plane coordinate system.
Definition: CameraDistortionMap.cpp:260
virtual double UniversalLongitude() const
Returns the positive east, 0-360 domain longitude, in degrees, at the surface intersection point in t...
Definition: Sensor.cpp:233
void LookDirection(double v[3]) const
Returns the look direction in the camera coordinate system.
Definition: Sensor.cpp:523
PixelFOV(const PixelFOV &other)
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual QList< QPointF > PixelIfovOffsets()
Returns the pixel ifov offsets from center of pixel, which defaults to the (pixel pitch * summing mod...
Definition: Camera.cpp:2755
Isis exception class.
Definition: IException.h:91
double FocalLength() const
Returns the focal length.
Definition: Camera.cpp:2732
Namespace for the standard library.
bool SetLookDirection(const double v[3])
Sets the look direction of the spacecraft.
Definition: Sensor.cpp:141
PixelFOV()
Constructs an empty PixelFOV object.
Definition: PixelFOV.cpp:33
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
virtual double UniversalLatitude() const
Returns the planetocentric latitude, in degrees, at the surface intersection point in the body fixed ...
Definition: Sensor.cpp:210