Isis 3 Programmer Reference
|
Public Types | |
enum | CameraType { Framing , PushFrame , LineScan , Radar , Point , RollingShutter , Csm } |
This enum defines the types of cameras supported in this class. More... | |
Public Member Functions | |
CSMCamera (Cube &cube) | |
Constructor for an ISIS Camera model that uses a Community Sensor Model (CSM) for the principal transformations. | |
~CSMCamera () | |
Destroys the CSMCamera object. | |
virtual CameraType | GetCameraType () const |
The CSM camera needs a bogus type for now. | |
virtual int | CkFrameId () const |
CK frame ID - - Instrument Code from spacit run on CK. | |
virtual int | CkReferenceId () const |
CK Reference ID - J2000. | |
virtual int | SpkCenterId () const |
SPK Center ID - 6 (Saturn) | |
virtual int | SpkReferenceId () const |
SPK Reference ID - J2000. | |
virtual QList< QPointF > | PixelIfovOffsets () |
Returns the pixel ifov offsets from center of pixel. | |
virtual bool | SetImage (const double sample, const double line) |
Set the image sample and line for the Camera Model and then compute the corresponding image time, look vector, and ground point. | |
virtual bool | SetGround (Latitude latitude, Longitude longitude) |
Set the latitude and longitude for the Camera Model and then compute the corresponding image time, look vector, and image coordinate. | |
virtual bool | SetGround (const SurfacePoint &surfacePt) |
Set the ground point for the Camera Model and then compute the corresponding image time, look vector, and image coordinate. | |
virtual bool | SetUniversalGround (const double latitude, const double longitude) |
Set the latitude and longitude for the Camera Model and then compute the corresponding image time, look vector, and image coordinate. | |
virtual bool | SetUniversalGround (const double latitude, const double longitude, double radius) |
Set the latitude, longitude, and radius for the Camera Model and then compute the corresponding image time, look vector, and image coordinate. | |
virtual bool | SetRightAscensionDeclination (const double ra, const double dec) |
Given the ra/dec compute the look direction. | |
virtual void | setTime (const iTime &time) |
Set the time and update the sensor position and orientation. | |
virtual bool | SetLookDirection (const std::vector< double > lookB) |
Sets the look direction of the spacecraft. | |
virtual double | CelestialNorthClockAngle () |
Computes the celestial north clock angle at the current line/sample or ra/dec. | |
virtual double | LineResolution () |
Compute the line resolution in meters per pixel for the current set point. | |
virtual double | SampleResolution () |
Compute the sample resolution in meters per pixel for the current set point. | |
virtual double | DetectorResolution () |
Compute the detector resolution in meters per pixel for the current set point. | |
virtual double | ObliqueLineResolution (bool useLocal=true) |
Compute the oblique line resolution in meters per pixel for the current set point. | |
virtual double | ObliqueSampleResolution (bool useLocal=true) |
Compute the oblique sample resolution in meters per pixel for the current set point. | |
virtual double | ObliqueDetectorResolution (bool useLocal=true) |
Compute the oblique detector resolution in meters per pixel for the current set point. | |
virtual double | parentLine () const |
Returns the currently set parent line for the camera model. | |
virtual double | parentSample () const |
Returns the currently set parent sample for the camera model. | |
virtual void | subSpacecraftPoint (double &lat, double &lon) |
Get the latitude and longitude of the sub-spacecraft point at the currently set time. | |
virtual void | subSpacecraftPoint (double &lat, double &lon, double line, double sample) |
Get the latitude and longitude of the sub-spacecraft point at the an image coordinate. | |
virtual void | subSolarPoint (double &lat, double &lon) |
Returns the sub-solar latitude/longitude in universal coordinates (0-360 positive east, ocentric). | |
virtual double | PhaseAngle () const |
Compute the phase angle at the currently set ground point. | |
virtual double | EmissionAngle () const |
Compute the emission angle at the currently set ground point. | |
virtual double | IncidenceAngle () const |
Compute the incidence angle at the currently set ground point. | |
virtual SpicePosition * | sunPosition () const |
Get the SpicePosition object that contains the state information for the sun in J2000. | |
virtual SpicePosition * | instrumentPosition () const |
Get the SpicePosition object the contains the state information for the sensor in J2000. | |
virtual SpiceRotation * | bodyRotation () const |
Get the SpiceRotation object the contains the orientation of the target body relative to J2000. | |
virtual SpiceRotation * | instrumentRotation () const |
Get the SpiceRotation object the contains the orientation of the sensor relative to J2000. | |
virtual void | instrumentBodyFixedPosition (double p[3]) const |
Get the position of the sensor in the body fixed coordinate system at the currently set time. | |
virtual void | sunPosition (double p[3]) const |
Get the body fixed position of the sun in kilometers. | |
virtual double | SolarDistance () const |
Computes the distance to the sun from the currently set ground point. | |
virtual double | SlantDistance () const |
Compute the slant distance from the sensor to the ground point at the currently set time. | |
virtual double | targetCenterDistance () const |
Calculates and returns the distance from the spacecraft to the target center at the currently set time. | |
virtual double | RightAscension () |
Computes the Right Ascension of the currently set image coordinate. | |
virtual double | Declination () |
Computes the Declination of the currently set image coordinate. | |
std::vector< int > | getParameterIndices (csm::param::Set paramSet) const |
Get the indices of the parameters that belong to a set. | |
std::vector< int > | getParameterIndices (csm::param::Type paramType) const |
Get the indices of all parameters of a specific type. | |
std::vector< int > | getParameterIndices (QStringList paramList) const |
Get the indices of a list of parameters. | |
void | applyParameterCorrection (int index, double correction) |
Adjust the value of a parameter. | |
double | getParameterCovariance (int index1, int index2) |
Get the covariance between two parameters. | |
QString | getParameterName (int index) |
Get the name of the parameter. | |
QString | getParameterUnits (int index) |
Get the units of the parameter at a particular index. | |
double | getParameterValue (int index) |
Get the value of a parameter. | |
std::vector< double > | getSensorPartials (int index, SurfacePoint groundPoint) |
virtual std::vector< double > | GroundPartials (SurfacePoint groundPoint) |
Compute the partial derivatives of the sample, line with respect to the x, y, z coordinates of the ground point. | |
virtual std::vector< double > | GroundPartials () |
Compute the partial derivatives of the sample, line with respect to the x, y, z coordinates of the ground point. | |
QString | getModelState () const |
Get the CSM Model state string to re-create the CSM Model. | |
virtual bool | SetImage (const double sample, const double line, const double deltaT) |
Sets the sample/line values of the image to get the lat/lon values with a time offset of deltaT. | |
bool | SetUniversalGround (const double latitude, const double longitude, bool backCheck=true) |
This is the opposite routine for SetLookDirection. | |
bool | SetUniversalGround (const double latitude, const double longitude, const double radius, bool backCheck=true) |
This overloaded method has the opposite function as SetLookDirection. | |
bool | SetGround (const SurfacePoint &surfacePt, bool backCheck=true) |
This overloaded method has the opposite function as SetLookDirection. | |
void | LocalPhotometricAngles (Angle &phase, Angle &incidence, Angle &emission, bool &success) |
Calculates LOCAL photometric angles using the DEM (not ellipsoid). | |
void | Slope (double &slope, bool &success) |
Calculates the slope at the current point by computing the angle between the local surface normal and the ellipsoid surface normal. | |
void | GetLocalNormal (double normal[3]) |
This method will find the local normal at the current (sample, line) and set it to the passed in array. | |
bool | HasProjection () |
Checks to see if the camera object has a projection. | |
virtual bool | IsBandIndependent () |
Virtual method that checks if the band is independent. | |
int | ReferenceBand () const |
Returns the reference band. | |
bool | HasReferenceBand () const |
Checks to see if the Camera object has a reference band. | |
virtual void | SetBand (const int band) |
Virtual method that sets the band number. | |
virtual double | Sample () const |
Returns the current sample number. | |
virtual int | Band () const |
Returns the current band. | |
virtual double | Line () const |
Returns the current line number. | |
bool | GroundRange (double &minlat, double &maxlat, double &minlon, double &maxlon, Pvl &pvl) |
Computes the Ground Range. | |
bool | ringRange (double &minRingRadius, double &maxRingRadius, double &minRingLongitude, double &maxRingLongitude, Pvl &pvl) |
Analogous to the above Ground Range method. | |
bool | IntersectsLongitudeDomain (Pvl &pvl) |
Checks whether the ground range intersects the longitude domain or not. | |
virtual double | PixelResolution () |
Returns the pixel resolution at the current position in meters/pixel. | |
virtual double | ObliquePixelResolution (bool useLocal=true) |
Returns the oblique pixel resolution at the current position in meters/pixel. | |
virtual double | resolution () |
Returns the resolution of the camera. | |
double | LowestImageResolution () |
Returns the lowest/worst resolution in the entire image. | |
double | HighestImageResolution () |
Returns the highest/best resolution in the entire image. | |
double | LowestObliqueImageResolution () |
Returns the lowest/worst oblique resolution in the entire image. | |
double | HighestObliqueImageResolution () |
Returns the highest/best oblique resolution in the entire image. | |
void | BasicMapping (Pvl &map) |
Writes the basic mapping group to the specified Pvl. | |
void | basicRingMapping (Pvl &map) |
Writes the basic mapping group for ring plane to the specified Pvl. | |
double | FocalLength () const |
Returns the focal length. | |
double | PixelPitch () const |
Returns the pixel pitch. | |
virtual double | exposureDuration () const |
Return the exposure duration for the pixel that the camera is set to. | |
virtual double | exposureDuration (const double sample, const double line, const int band=-1) const |
Return the exposure duration for the pixel at the given line, sample and band. | |
int | Samples () const |
Returns the number of samples in the image. | |
int | Lines () const |
Returns the number of lines in the image. | |
int | Bands () const |
Returns the number of bands in the image. | |
int | ParentLines () const |
Returns the number of lines in the parent alphacube. | |
int | ParentSamples () const |
Returns the number of samples in the parent alphacube. | |
bool | RaDecRange (double &minra, double &maxra, double &mindec, double &maxdec) |
Computes the RaDec range. | |
double | RaDecResolution () |
Returns the RaDec resolution. | |
CameraDistortionMap * | DistortionMap () |
Returns a pointer to the CameraDistortionMap object. | |
CameraFocalPlaneMap * | FocalPlaneMap () |
Returns a pointer to the CameraFocalPlaneMap object. | |
CameraDetectorMap * | DetectorMap () |
Returns a pointer to the CameraDetectorMap object. | |
CameraGroundMap * | GroundMap () |
Returns a pointer to the CameraGroundMap object. | |
CameraSkyMap * | SkyMap () |
Returns a pointer to the CameraSkyMap object. | |
QString | instrumentId () |
This method returns the InstrumentId as it appears in the cube. | |
QString | instrumentNameLong () const |
This method returns the full instrument name. | |
QString | instrumentNameShort () const |
This method returns the shortened instrument name. | |
QString | spacecraftNameLong () const |
This method returns the full spacecraft name. | |
QString | spacecraftNameShort () const |
This method returns the shortened spacecraft name. | |
void | SetDistortionMap (CameraDistortionMap *map, bool deleteExisting=true) |
Sets the Distortion Map. | |
void | SetFocalPlaneMap (CameraFocalPlaneMap *map) |
Sets the Focal Plane Map. | |
void | SetDetectorMap (CameraDetectorMap *map) |
Sets the Detector Map. | |
void | SetGroundMap (CameraGroundMap *map) |
Sets the Ground Map. | |
void | SetSkyMap (CameraSkyMap *map) |
Sets the Sky Map. | |
double | NorthAzimuth () |
Returns the North Azimuth. | |
double | SunAzimuth () |
Returns the Sun Azimuth. | |
double | SpacecraftAzimuth () |
Return the Spacecraft Azimuth. | |
double | OffNadirAngle () |
Return the off nadir angle in degrees. | |
void | IgnoreProjection (bool ignore) |
Set whether or not the camera should ignore the Projection. | |
void | LoadCache () |
This loads the spice cache big enough for this image. | |
std::pair< double, double > | StartEndEphemerisTimes () |
Calculates the start and end ephemeris times. | |
int | CacheSize (double startTime, double endTime) |
This method calculates the spice cache size. | |
void | GetGeometricTilingHint (int &startSize, int &endSize) |
This will get the geometric tiling hint; these values are typically used for ProcessRubberSheet::SetTiling(...). | |
bool | InCube () |
This returns true if the current Sample() or Line() value is outside of the cube (meaning the point must have been extrapolated). | |
virtual int | SpkTargetId () const |
Provides target code for instruments SPK NAIF kernel. | |
bool | SetLookDirection (const double v[3]) |
Sets the look direction of the spacecraft. | |
bool | HasSurfaceIntersection () const |
Returns if the last call to either SetLookDirection or SetUniversalGround had a valid intersection with the target. | |
void | Coordinate (double p[3]) const |
Returns the x,y,z of the surface intersection in BodyFixed km. | |
virtual double | UniversalLatitude () const |
Returns the planetocentric latitude, in degrees, at the surface intersection point in the body fixed coordinate system. | |
Latitude | GetLatitude () const |
Returns a planetocentric latitude object at the surface intersection point in body fixed. | |
virtual double | UniversalLongitude () const |
Returns the positive east, 0-360 domain longitude, in degrees, at the surface intersection point in the body fixed coordinate system. | |
Longitude | GetLongitude () const |
Returns a positive east, 0-360 domain longitude object at the surface intersection point in the body fixed coordinate system. | |
virtual SurfacePoint | GetSurfacePoint () const |
Returns the surface point (most efficient accessor). | |
Distance | LocalRadius () const |
Returns the local radius at the intersection point. | |
Distance | LocalRadius (Latitude lat, Longitude lon) |
Returns the local radius at the intersection point. | |
Distance | LocalRadius (double lat, double lon) |
Returns the local radius at the intersection point. | |
void | LookDirection (double v[3]) const |
Returns the look direction in the camera coordinate system. | |
virtual std::vector< double > | lookDirectionJ2000 () const |
Returns the look direction in the camera coordinate system. | |
virtual std::vector< double > | lookDirectionBodyFixed () const |
Returns the look direction in the body fixed coordinate system. | |
void | SpacecraftSurfaceVector (double scSurfaceVector[3]) const |
Sets the vector between the spacecraft and surface point in body-fixed. | |
double | LocalSolarTime () |
Return the local solar time in hours. | |
double | SpacecraftAltitude () |
Returns the distance from the spacecraft to the subspacecraft point in km. | |
void | IgnoreElevationModel (bool ignore) |
This allows you to ignore the cube elevation model and use the ellipse. | |
void | instrumentPosition (double p[3]) const |
Returns the spacecraft position in body-fixed frame km units. | |
virtual double | sunToBodyDist () const |
virtual Longitude | solarLongitude () |
Returns the solar longitude. | |
virtual void | instrumentBodyFixedVelocity (double v[3]) const |
Returns the spacecraft velocity in body-fixed frame km/sec units. | |
virtual iTime | time () const |
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions. | |
void | radii (Distance r[3]) const |
Returns the radii of the body in km. | |
virtual void | createCache (iTime startTime, iTime endTime, const int size, double tol) |
This method creates an internal cache of spacecraft and sun positions over a specified time range. | |
virtual iTime | cacheStartTime () const |
Accessor method for the cache start time. | |
virtual iTime | cacheEndTime () const |
Accessor method for the cache end time. | |
virtual Target * | target () const |
Returns a pointer to the target object. | |
QString | targetName () const |
Returns the QString name of the target. | |
virtual iTime | getClockTime (QString clockValue, int sclkCode=-1, bool clockTicks=false) |
This converts the spacecraft clock ticks value (clockValue) to an iTime. | |
SpiceDouble | getDouble (const QString &key, int index=0) |
This returns a value from the NAIF text pool. | |
SpiceInt | getInteger (const QString &key, int index=0) |
This returns a value from the NAIF text pool. | |
QString | getString (const QString &key, int index=0) |
This returns a value from the NAIF text pool. | |
bool | isUsingAle () |
bool | hasKernels (Pvl &lab) |
Returns true if the kernel group has kernel files. | |
bool | isTimeSet () |
Returns true if time has been initialized. | |
SpiceInt | naifBodyCode () const |
This returns the NAIF body code of the target indicated in the labels. | |
SpiceInt | naifSpkCode () const |
This returns the NAIF SPK code to use when reading from SPK kernels. | |
SpiceInt | naifCkCode () const |
This returns the NAIF CK code to use when reading from CK kernels. | |
SpiceInt | naifIkCode () const |
This returns the NAIF IK code to use when reading from instrument kernels. | |
SpiceInt | naifSclkCode () const |
This returns the NAIF SCLK code to use when reading from instrument kernels. | |
SpiceInt | naifBodyFrameCode () const |
This returns the NAIF body frame code. | |
PvlObject | getStoredNaifKeywords () const |
This returns the PvlObject that stores all of the requested Naif data and can be a replacement for furnishing text kernels. | |
Static Public Member Functions | |
static double | GroundAzimuth (double glat, double glon, double slat, double slon) |
Computes and returns the ground azimuth between the ground point and another point of interest, such as the subspacecraft point or the subsolar point. | |
Protected Types | |
enum | SpiceValueType { SpiceDoubleType , SpiceStringType , SpiceIntType , SpiceByteCodeType } |
NAIF value primitive type. More... | |
Protected Member Functions | |
void | setTarget (Pvl label) |
Set the Target object for the camera model. | |
std::vector< double > | sensorPositionBodyFixed () const |
Get the position of the sensor in the body fixed coordinate system at the currently set time. | |
std::vector< double > | sensorPositionBodyFixed (double line, double sample) const |
Get the position of the sensor in the body fixed coordinate system at an image coordinate. | |
virtual void | computeSolarLongitude (iTime et) |
Computes the solar longitude for the given ephemeris time. | |
void | SetFocalLength (double v) |
Sets the focal length. | |
void | SetFocalLength () |
Reads the focal length from the instrument kernel. | |
void | SetPixelPitch (double v) |
Sets the pixel pitch. | |
void | SetPixelPitch () |
Reads the Pixel Pitch from the instrument kernel. | |
void | SetGeometricTilingHint (int startSize=128, int endSize=8) |
This method sets the best geometric tiling size for projecting from this camera model. | |
QVariant | readValue (QString key, SpiceValueType type, int index=0) |
This should be used for reading ALL text naif kernel values. | |
void | storeResult (QString name, SpiceValueType type, QVariant value) |
QVariant | getStoredResult (QString name, SpiceValueType type) |
void | storeValue (QString key, int index, SpiceValueType type, QVariant value) |
QVariant | readStoredValue (QString key, SpiceValueType type, int index) |
Protected Attributes | |
QString | m_instrumentId |
The InstrumentId as it appears on the cube. | |
QString | m_instrumentNameLong |
Full instrument name. | |
QString | m_instrumentNameShort |
Shortened instrument name. | |
QString | m_spacecraftNameLong |
Full spacecraft name. | |
QString | m_spacecraftNameShort |
Shortened spacecraft name. | |
double | p_childSample |
Sample value for child. | |
double | p_childLine |
Line value for child. | |
AlphaCube * | p_alphaCube |
A pointer to the AlphaCube. | |
bool | p_pointComputed |
Flag showing if Sample/Line has been computed. | |
SpiceDouble | m_lookB [3] |
Look direction in body fixed. | |
bool | m_newLookB |
flag to indicate we need to recompute ra/dec | |
SpiceDouble | m_uB [3] |
This contains the sun position (u) in the bodyfixed reference frame (B). | |
SpiceDouble | m_BJ [3][3] |
This contains the transformation matrix from J2000 (J) to Body fixed (B). | |
Target * | m_target |
Target of the observation. | |
iTime * | m_et |
Ephemeris time (read NAIF documentation for a detailed description) | |
Longitude * | m_solarLongitude |
Body rotation solar longitude value. | |
Private Member Functions | |
void | init (Cube &cube, QString pluginName, QString modelName, QString stateString) |
Init method which performs most of the setup for the CSM Camera Model inside ISIS. | |
void | isisToCsmPixel (double line, double sample, csm::ImageCoord &csmPixel) const |
The reference time that all model image times are relative to. | |
void | csmToIsisPixel (csm::ImageCoord csmPixel, double &line, double &sample) const |
Convert a CSM pixel coordinate to an ISIS pixel coordinate. | |
csm::EcefCoord | isisToCsmGround (const SurfacePoint &groundPt) const |
Convert an ISIS ground point into a CSM ground point. | |
SurfacePoint | csmToIsisGround (const csm::EcefCoord &groundPt) const |
Convert a CSM ground point into an ISIS ground point. | |
virtual std::vector< double > | ImagePartials (SurfacePoint groundPoint) |
Compute the partial derivatives of the ground point with respect to the line and sample at a ground point. | |
virtual std::vector< double > | ImagePartials () |
Compute the partial derivatives of the ground point with respect to the line and sample at the current ground point. | |
void | GroundRangeResolution () |
Computes the ground range and min/max resolution. | |
void | ringRangeResolution () |
Analogous to above GroundRangeResolution method. | |
double | ComputeAzimuth (const double lat, const double lon) |
Computes the image azimuth value from your current position (origin) to a point of interest specified by the lat/lon input to this method. | |
bool | RawFocalPlanetoImage () |
Computes the image coordinate for the current universal ground point. | |
bool | SetImageMapProjection (const double sample, const double line, ShapeModel *shape) |
Sets the sample/line values of the image to get the lat/lon values for a Map Projected image. | |
bool | SetImageSkyMapProjection (const double sample, const double line, ShapeModel *shape) |
Sets the sample/line values of the image to get the lat/lon values for a Skymap Projected image. | |
void | CommonInitialize (const std::string &demCube) |
void | computeRaDec () |
Computes the ra/dec from the look direction. | |
bool | SetGroundLocal (bool backCheck) |
Computes look vector. | |
void | csmInit (Cube &cube, Pvl label) |
Initialize the Spice object for a CSMCamera. | |
void | defaultInit () |
Default initialize the members of the SPICE object. | |
void | load (PvlKeyword &key, bool notab) |
Loads/furnishes NAIF kernel(s) | |
Private Attributes | |
csm::RasterGM * | m_model |
iTime | m_refTime |
CSM sensor model. | |
double | p_focalLength |
The focal length, in units of millimeters. | |
double | p_pixelPitch |
The pixel pitch, in millimeters per pixel. | |
double | p_minlat |
The minimum latitude. | |
double | p_maxlat |
The maximum latitude. | |
double | p_minlon |
The minimum longitude. | |
double | p_maxlon |
The maximum longitude. | |
double | p_minres |
The minimum resolution. | |
double | p_maxres |
The maximum resolution. | |
double | p_minobliqueres |
The minimum oblique resolution. | |
double | p_maxobliqueres |
The maximum oblique resolution. | |
double | p_minlon180 |
The minimum longitude in the 180 domain. | |
double | p_maxlon180 |
The maximum longitude in the 180 domain. | |
bool | p_groundRangeComputed |
Flag showing if ground range was computed successfully. | |
int | p_samples |
The number of samples in the image. | |
int | p_lines |
The number of lines in the image. | |
int | p_bands |
The number of bands in the image. | |
int | p_referenceBand |
The reference band. | |
Projection * | p_projection |
A pointer to the Projection. | |
bool | p_ignoreProjection |
Whether or no to ignore the Projection. | |
double | p_mindec |
The minimum declination. | |
double | p_maxdec |
The maximum declination. | |
double | p_minra |
The minimum right ascension. | |
double | p_maxra |
The maxumum right ascension. | |
double | p_minra180 |
The minimum right ascension in the 180 domain. | |
double | p_maxra180 |
The maximum right ascension in the 180 domain. | |
bool | p_raDecRangeComputed |
Flag showing if the raDec range has been computed successfully. | |
double | p_minRingRadius |
The minimum ring radius. | |
double | p_maxRingRadius |
The maximum ring radius. | |
double | p_minRingLongitude |
The minimum ring longitude (azimuth) | |
double | p_maxRingLongitude |
The maximum ring longitude (azimuth) | |
double | p_minRingLongitude180 |
The minimum ring longitude in the 180 domain. | |
double | p_maxRingLongitude180 |
The maximum ring longitude in the 180 domain. | |
bool | p_ringRangeComputed |
Flag showing if ring range was computed successfully. | |
int | p_childBand |
Band value for child. | |
CameraDistortionMap * | p_distortionMap |
A pointer to the DistortionMap. | |
CameraFocalPlaneMap * | p_focalPlaneMap |
A pointer to the FocalPlaneMap. | |
CameraDetectorMap * | p_detectorMap |
A pointer to the DetectorMap. | |
CameraGroundMap * | p_groundMap |
A pointer to the GroundMap. | |
CameraSkyMap * | p_skyMap |
A pointer to the SkyMap. | |
int | p_geometricTilingStartSize |
The ideal geometric tile size to start with when projecting. | |
int | p_geometricTilingEndSize |
The ideal geometric tile size to end with when projecting. | |
SpiceDouble | m_ra |
Right ascension (sky longitude) | |
SpiceDouble | m_dec |
Decliation (sky latitude) | |
QVector< QString > * | m_kernels |
Vector containing kernels filenames. | |
iTime * | m_startTime |
Corrected start (shutter open) time of the observation. | |
iTime * | m_endTime |
Corrected end (shutter close) time of the observation. | |
SpiceDouble * | m_cacheSize |
Cache size. Note: This value is 1 for Framing cameras. | |
SpiceDouble * | m_startTimePadding |
Kernels pvl group StartPadding keyword value. | |
SpiceDouble * | m_endTimePadding |
Kernels pvl group EndPadding keyword value. | |
SpicePosition * | m_instrumentPosition |
Instrument spice position. | |
SpiceRotation * | m_instrumentRotation |
Instrument spice rotation. | |
SpicePosition * | m_sunPosition |
Sun spice position. | |
SpiceRotation * | m_bodyRotation |
Body spice rotation. | |
bool | m_allowDownsizing |
Indicates whether to allow downsizing. | |
SpiceInt * | m_spkCode |
Spacecraft and planet ephemeris kernel (SPK) code. | |
SpiceInt * | m_ckCode |
Camera kernel (CK) code. | |
SpiceInt * | m_ikCode |
Instrument kernel (IK) code. | |
SpiceInt * | m_sclkCode |
Spacecraft clock correlation kernel (SCLK) code. | |
SpiceInt * | m_spkBodyCode |
Spacecraft and planet ephemeris kernel (SPK) body code. | |
SpiceInt * | m_bodyFrameCode |
Naif's BODY_FRAME_CODE value. | |
PvlObject * | m_naifKeywords |
NaifKeywords PvlObject from cube. | |
bool | m_usingNaif |
Indicates whether we are reading values from the NaifKeywords PvlObject in cube. | |
bool | m_usingAle |
Indicate whether we are reading values from an ISD returned from ALE. | |
Definition at line 25 of file CSMCamera.h.
|
inherited |
|
protectedinherited |
Isis::CSMCamera::CSMCamera | ( | Cube & | cube | ) |
Constructor for an ISIS Camera model that uses a Community Sensor Model (CSM) for the principal transformations.
Definition at line 62 of file CSMCamera.cpp.
References Isis::PvlObject::findKeyword(), Isis::Blob::getBuffer(), init(), Isis::Blob::Label(), Isis::Cube::read(), and Isis::Blob::Size().
|
inline |
Destroys the CSMCamera object.
Definition at line 33 of file CSMCamera.h.
void Isis::CSMCamera::applyParameterCorrection | ( | int | index, |
double | correction ) |
Adjust the value of a parameter.
index | The index of the parameter to update |
correction | Value to add to the parameter's current value |
Definition at line 1021 of file CSMCamera.cpp.
Referenced by Isis::CsmBundleObservation::applyParameterCorrections().
|
virtualinherited |
Returns the current band.
Definition at line 2730 of file Camera.cpp.
References Isis::Camera::p_childBand.
Referenced by Isis::PhotometricFunction::compute(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::Camera::GroundRangeResolution(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), and Isis::Camera::ringRangeResolution().
|
inherited |
Returns the number of bands in the image.
Definition at line 2826 of file Camera.cpp.
References Isis::Camera::p_bands.
Referenced by Isis::LroWideAngleCamera::SetBand(), Isis::MarciCamera::SetBand(), and Isis::Camera::StartEndEphemerisTimes().
|
inherited |
Writes the basic mapping group to the specified Pvl.
pvl | Pvl to write mapping group to |
Definition at line 1367 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), Isis::Camera::p_maxlat, Isis::Camera::p_maxlon, Isis::Camera::p_minlat, Isis::Camera::p_minlon, Isis::Camera::p_minres, Isis::Spice::radii(), Isis::Spice::target(), and Isis::toString().
Referenced by Isis::GroundGrid::GroundGrid().
|
inherited |
Writes the basic mapping group for ring plane to the specified Pvl.
pvl | Pvl to write mapping group to |
Definition at line 1396 of file Camera.cpp.
References Isis::Camera::p_maxRingLongitude, Isis::Camera::p_maxRingRadius, Isis::Camera::p_minres, Isis::Camera::p_minRingLongitude, Isis::Camera::p_minRingRadius, Isis::Camera::ringRangeResolution(), Isis::Spice::target(), Isis::toString(), and Isis::IException::User.
|
virtual |
Get the SpiceRotation object the contains the orientation of the target body relative to J2000.
This is not supported for CSM sensors because the CSM API only supports the body fixed coordinate system and does not provide rotations to any others.
Reimplemented from Isis::Spice.
Definition at line 1188 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtualinherited |
Accessor method for the cache end time.
Definition at line 765 of file Spice.cpp.
References Isis::Spice::m_endTime.
Referenced by LineOffsetFunctor::operator()().
|
inherited |
This method calculates the spice cache size.
This method finds the number of lines in the beta cube and adds 1, since we need at least 2 points for interpolation. This method must be called before a call to the Spice::createCache() method. It is called in the LoadCache() method.
startTime | Starting ephemeris time to cache |
endTime | Ending ephemeris time to cache |
iException::Programmer | - "A cache has already been created." |
Definition at line 2557 of file Camera.cpp.
References Isis::AlphaCube::BetaLines(), and Isis::Camera::p_alphaCube.
Referenced by Isis::Camera::LoadCache().
|
virtualinherited |
Accessor method for the cache start time.
Definition at line 750 of file Spice.cpp.
References Isis::Spice::m_startTime.
Referenced by LineOffsetFunctor::operator()().
|
virtual |
Computes the celestial north clock angle at the current line/sample or ra/dec.
The reference vector is a vecor from the current pixel pointed directly "upward". Celetial North is a vector from the current pixel poiting towards celetial north. The Celestial North Clock Angle is the angle between these two vectors on the image.
Definition at line 336 of file CSMCamera.cpp.
References Declination(), Isis::Camera::Line(), Isis::PI, Isis::Camera::RaDecResolution(), RightAscension(), Isis::Camera::Sample(), SetImage(), and SetRightAscensionDeclination().
|
inlinevirtual |
CK frame ID - - Instrument Code from spacit run on CK.
Implements Isis::Camera.
Definition at line 50 of file CSMCamera.h.
|
inlinevirtual |
|
privateinherited |
Computes the image azimuth value from your current position (origin) to a point of interest specified by the lat/lon input to this method.
(NOTE: This azimuth is different from a Ground Azimuth)
All azimuths are measured the same way regardless of the image level (level1 or level2) and the shape model being used.
The azimuth is an angle formed by a reference vector and a point of interest vector. The current position is the vertex of the angle, i.e. the origin of the coordinate system on which this angle will be measured. The azimuth is measured in a positive clockwise direction from the reference vector (i.e. the initial ray of the angle) to the point of interest vector (i.e. the terminal ray of the angle).
The azimuth is measured in a positive clockwise direction because images have lines that increase downward. If lines increased upward, then the azimuth would be measure in a positive counterclockwise direction.
The reference vector is the vector from the origin to the right side of the image. This is usually called the 3 o'clock reference vector because the image can be viewed as a clock face and the origin point as the center of the clock face with the hand of the clock pointing at 3 o'clock.
The point of interest vector is the vector along the surface of the body from the origin to the point of interest. In order to calculate the azimuth, this vector is projected into the reference plane (the plane containing the reference vector that is tangent to the surface). The point of interest vector is also unitzed to 1 km in length and then scaled even further to within a pixel of the azimuth's origin.
The algorithm works by
NOTE: All vectors in this method are body-fixed and use the radius of the shape model at the origin point for doing calculations. By using the radius of the shape model at the origin, we avoid problems where the DEM does not completely cover the planet.
Note: This image azimuth algorithm is different from the ground azimuth algorithm used in GroundAzimuth(). For ground azimuths, the initial ray of the angle is the vector from the selected ground point to the north pole. For image azimuths, the initial ray is the vector from the selected image location to the right, horizontally. *
2009-09-23 Tracie Sucharski - Convert negative longitudes coming out of reclat.
2010-09-28 Janet Barrett - Added Randy's updated method for calculating the azimuth.
2011-02-11 Janet Barrett - Added documentation.
2011_02-11 Janet Barrett - There were some problems with calculating azimuths when a DEM shape model was specified. One problem occurred when the DEM did not cover the poles. The LocalRadius was returning a NULL for the radius value in places that the DEM did not cover (such as the poles). This was fixed by using the radius of the origin point when determining the x,y,z location of the point of interest. The radius is not important because we just need to know the direction of the point of interest from the origin point. Another problem was also found with the call to SetUniversalGround when the new point (new point = point within a pixel of the origin point and in the direction of the point of interest) was being determined. The new point should be at the same radius as the origin point, but this was not happening. The call to SetUniversalGround was changed to use the radius of the origin point when determining the line,sample of the new point. Another problem was that the vector pointing from the origin point to the point of interest was being unitized before its perpendicular component was being calculated. This has been fixed.
2012-06-04 Janet Barrett - Removed redundant calls to Sample(), Line(), and SetImage().
2014-04-17 Jeannie Backer - Modified ComputeAzimuth() to return an Isis::Null if the method fails (instead of -1.0). Add a check in ComputeAzimuth() to make sure the "SetUniversalGround()" call succeeds, if not, reset to the original sample/line and return Null.
Definition at line 2074 of file Camera.cpp.
References Isis::NaifStatus::CheckErrors(), Isis::Sensor::Coordinate(), Isis::Sensor::HasSurfaceIntersection(), Isis::Camera::Line(), Isis::Sensor::LocalRadius(), Isis::Null, Isis::Camera::p_pointComputed, Isis::PI, Isis::Camera::PixelResolution(), Isis::Camera::Sample(), Isis::Camera::SetImage(), and Isis::Camera::SetUniversalGround().
Referenced by Isis::Camera::NorthAzimuth(), Isis::Camera::SpacecraftAzimuth(), and Isis::Camera::SunAzimuth().
|
privateinherited |
Computes the ra/dec from the look direction.
Protected method which computes the ra/dec of the current look direction.
Definition at line 589 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::Sensor::m_dec, Isis::Sensor::m_lookB, Isis::Sensor::m_newLookB, Isis::Sensor::m_ra, Isis::PI, and Isis::RAD2DEG.
Referenced by Isis::Sensor::Declination(), and Isis::Sensor::RightAscension().
|
protectedvirtual |
Computes the solar longitude for the given ephemeris time.
If the target is sky, the longitude is set to -999.0.
This is not supported for CSM models because we cannot get the sun position.
et | Ephemeris time |
Reimplemented from Isis::Spice.
Definition at line 1217 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
inherited |
Returns the x,y,z of the surface intersection in BodyFixed km.
p[] | The coordinate of the surface intersection. |
Definition at line 198 of file Sensor.cpp.
References Isis::ShapeModel::surfaceIntersection(), and Isis::Spice::target().
Referenced by Isis::Camera::ComputeAzimuth(), Isis::Camera::DetectorResolution(), Isis::Sensor::EmissionAngle(), Isis::CameraPointInfo::GetPointInfo(), Isis::VimsGroundMap::Init(), Isis::Camera::OffNadirAngle(), Isis::Sensor::PhaseAngle(), Isis::Sensor::SetGround(), Isis::Sensor::SetGroundLocal(), Isis::Sensor::SetLookDirection(), Isis::Sensor::SetUniversalGround(), and Isis::Sensor::SetUniversalGround().
|
virtualinherited |
This method creates an internal cache of spacecraft and sun positions over a specified time range.
The SPICE kernels are then immediately unloaded. This allows multiple instances of the Spice object to be created as the NAIF toolkit can clash if multiple sets of SPICE kernels are loaded. Note that the cache size is specified as an argument. Therefore, times requested via setTime() which are not directly loaded in the cache will be interpolated. If the instrument position is not cached and cacheSize is greater than 3, the tolerance is passed to the SpicePosition Memcache2HermiteCache() method.
Note: Before this method is called, the private variables m_cacheSize, m_startTime and m_endTime must be set. This is done in the Camera classes using the methods SetCacheSize() and SetStartEndEphemerisTime().
startTime | Starting ephemeris time to cache |
endTime | Ending ephemeris time to cache |
size | Size of the cache. |
tol | Tolerance. |
Isis::IException::Programmer | - "Argument cacheSize must be greater than zero" |
Isis::IException::Programmer | - "Argument startTime must be less than or equal to endTime" |
Isis::IException::User | - "This instrument does not support time padding" |
Definition at line 649 of file Spice.cpp.
References Isis::SpicePosition::cacheSize(), Isis::NaifStatus::CheckErrors(), Isis::Spice::computeSolarLongitude(), Isis::iTime::Et(), Isis::SpicePosition::GetSource(), Isis::SpiceRotation::GetSource(), Isis::SpicePosition::HasVelocity(), Isis::Spice::instrumentPosition(), Isis::SpicePosition::IsCached(), Isis::SpiceRotation::IsCached(), Isis::SpicePosition::LoadCache(), Isis::SpiceRotation::LoadCache(), Isis::Spice::m_bodyRotation, Isis::Spice::m_cacheSize, Isis::Spice::m_endTime, Isis::Spice::m_endTimePadding, Isis::Spice::m_et, Isis::Spice::m_instrumentPosition, Isis::Spice::m_instrumentRotation, Isis::Spice::m_kernels, Isis::Spice::m_startTime, Isis::Spice::m_startTimePadding, Isis::Spice::m_sunPosition, Isis::SpicePosition::Memcache, Isis::SpiceRotation::Memcache, Isis::SpicePosition::Memcache2HermiteCache(), Isis::SpiceRotation::MinimizeCache(), Isis::IException::Programmer, Isis::IException::User, and Isis::SpiceRotation::Yes.
Referenced by Isis::CrismCamera::CrismCamera(), Isis::Camera::LoadCache(), and Isis::MiniRF::MiniRF().
Initialize the Spice object for a CSMCamera.
This sets up the Spice/Sensor/Camera object to not have any SPICE dependent members initialized.
cube | The Cube containing image data for the camera |
label | The label containing information for the camera |
Definition at line 97 of file Spice.cpp.
References Isis::NaifStatus::CheckErrors(), Isis::Spice::defaultInit(), and Isis::Spice::m_target.
Referenced by Isis::Spice::Spice().
|
private |
Convert a CSM ground point into an ISIS ground point.
ISIS ground points can be created from and converted to many different units and coordinate systems. CSM ground points are always rectangular, body-fixed coordinates in meters.
groundPt | The CSM ground coordinate in meters |
Definition at line 857 of file CSMCamera.cpp.
References Isis::Displacement::Meters.
|
private |
Convert a CSM pixel coordinate to an ISIS pixel coordinate.
The ISIS image origin is (0.5, 0.5), the CSM image origin is (0, 0). This function accounts for that and unpacks the csm::ImageCoord.
csmPixel | The CSM image coordinate | |
[out] | line | The ISIS line of the image coordinate |
[out] | sample | The ISIS sample of the image coordinate |
Definition at line 824 of file CSMCamera.cpp.
Referenced by SetGround(), and SetRightAscensionDeclination().
|
virtual |
Computes the Declination of the currently set image coordinate.
Reimplemented from Isis::Sensor.
Definition at line 1259 of file CSMCamera.cpp.
References Isis::Camera::p_childLine, Isis::Camera::p_childSample, and Isis::RAD2DEG.
Referenced by CelestialNorthClockAngle().
|
privateinherited |
Default initialize the members of the SPICE object.
Definition at line 107 of file Spice.cpp.
References Isis::Spice::m_allowDownsizing, Isis::Spice::m_bodyFrameCode, Isis::Spice::m_bodyRotation, Isis::Spice::m_cacheSize, Isis::Spice::m_ckCode, Isis::Spice::m_endTime, Isis::Spice::m_endTimePadding, Isis::Spice::m_et, Isis::Spice::m_ikCode, Isis::Spice::m_instrumentPosition, Isis::Spice::m_instrumentRotation, Isis::Spice::m_kernels, Isis::Spice::m_sclkCode, Isis::Spice::m_solarLongitude, Isis::Spice::m_spkBodyCode, Isis::Spice::m_spkCode, Isis::Spice::m_startTime, Isis::Spice::m_startTimePadding, Isis::Spice::m_sunPosition, and Isis::Spice::m_target.
Referenced by Isis::Spice::csmInit(), and Isis::Spice::init().
|
inherited |
Returns a pointer to the CameraDetectorMap object.
Definition at line 2876 of file Camera.cpp.
References Isis::Camera::p_detectorMap.
Referenced by Isis::LineScanCamera::DetectorMap(), Isis::PushFrameCamera::DetectorMap(), Isis::RollingShutterCamera::DetectorMap(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::PushFrameCameraGroundMap::FindSpacecraftDistance(), Isis::Camera::PixelIfovOffsets(), Isis::PushFrameCameraGroundMap::SetGround(), and Isis::LineScanCameraSkyMap::SetSky().
|
virtual |
Compute the detector resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so this uses a more time consuming but more accurate method and thus is equivalent to the oblique detector resolution.
Reimplemented from Isis::Camera.
Definition at line 487 of file CSMCamera.cpp.
References Isis::Sensor::HasSurfaceIntersection(), ImagePartials(), and Isis::Null.
Referenced by ObliqueDetectorResolution().
|
inherited |
Returns a pointer to the CameraDistortionMap object.
Definition at line 2856 of file Camera.cpp.
References Isis::Camera::p_distortionMap.
Referenced by Isis::LidarControlPoint::ComputeResiduals(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::CameraGroundMap::GetdXYdOrientation(), Isis::CameraGroundMap::GetdXYdPoint(), Isis::CameraGroundMap::GetdXYdPosition(), Isis::CameraGroundMap::GetdXYdTOrientation(), Isis::CameraGroundMap::GetXY(), Isis::PixelFOV::instantaneousFov(), Isis::CameraGroundMap::LookCtoFocalPlaneXY(), LineOffsetFunctor::operator()(), Isis::LroWideAngleCamera::SetBand(), Isis::MarciCamera::SetBand(), Isis::ThemisIrCamera::SetBand(), and Isis::LineScanCameraSkyMap::SetSky().
|
virtual |
Compute the emission angle at the currently set ground point.
Reimplemented from Isis::Sensor.
Definition at line 888 of file CSMCamera.cpp.
References sensorPositionBodyFixed(), and Isis::Spice::target().
|
virtualinherited |
Return the exposure duration for the pixel that the camera is set to.
Definition at line 3093 of file Camera.cpp.
References Isis::CameraDetectorMap::exposureDuration(), Isis::Camera::p_childBand, Isis::Camera::p_childLine, Isis::Camera::p_childSample, and Isis::Camera::p_detectorMap.
Referenced by Isis::DawnFcCamera::DawnFcCamera(), Isis::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), Isis::IdealCamera::IdealCamera(), Isis::IssNACamera::IssNACamera(), Isis::IssWACamera::IssWACamera(), Isis::PixelFOV::latLonVertices(), Isis::LwirCamera::LwirCamera(), Isis::MdisCamera::MdisCamera(), Isis::MsiCamera::MsiCamera(), Isis::NewHorizonsLorriCamera::NewHorizonsLorriCamera(), Isis::NirCamera::NirCamera(), Isis::OsirisRexOcamsCamera::OsirisRexOcamsCamera(), Isis::OsirisRexTagcamsCamera::OsirisRexTagcamsCamera(), Isis::ApolloMetricCamera::ShutterOpenCloseTimes(), Isis::IssNACamera::ShutterOpenCloseTimes(), Isis::IssWACamera::ShutterOpenCloseTimes(), Isis::HiresCamera::ShutterOpenCloseTimes(), Isis::LwirCamera::ShutterOpenCloseTimes(), Isis::NirCamera::ShutterOpenCloseTimes(), Isis::UvvisCamera::ShutterOpenCloseTimes(), Isis::ClipperWacFcCamera::ShutterOpenCloseTimes(), Isis::DawnFcCamera::ShutterOpenCloseTimes(), Isis::SsiCamera::ShutterOpenCloseTimes(), Isis::HayabusaAmicaCamera::ShutterOpenCloseTimes(), Isis::HayabusaNirsCamera::ShutterOpenCloseTimes(), Isis::Hyb2OncCamera::ShutterOpenCloseTimes(), Isis::JunoCamera::ShutterOpenCloseTimes(), Isis::LoHighCamera::ShutterOpenCloseTimes(), Isis::LoMediumCamera::ShutterOpenCloseTimes(), Isis::Mariner10Camera::ShutterOpenCloseTimes(), Isis::MdisCamera::ShutterOpenCloseTimes(), Isis::MexHrscSrcCamera::ShutterOpenCloseTimes(), Isis::MsiCamera::ShutterOpenCloseTimes(), Isis::NewHorizonsLorriCamera::ShutterOpenCloseTimes(), Isis::NewHorizonsMvicFrameCamera::ShutterOpenCloseTimes(), Isis::OsirisRexOcamsCamera::ShutterOpenCloseTimes(), Isis::OsirisRexTagcamsCamera::ShutterOpenCloseTimes(), Isis::RosettaOsirisCamera::ShutterOpenCloseTimes(), Isis::TgoCassisCamera::ShutterOpenCloseTimes(), Isis::VikingCamera::ShutterOpenCloseTimes(), Isis::VoyagerCamera::ShutterOpenCloseTimes(), Isis::FramingCamera::ShutterOpenCloseTimes(), Isis::SsiCamera::SsiCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
virtualinherited |
Return the exposure duration for the pixel at the given line, sample and band.
sample | The sample of the desired pixel. |
line | The line of the desired pixel. |
band | The band of the desired pixel. Defaults to 1. |
Definition at line 3107 of file Camera.cpp.
References Isis::CameraDetectorMap::exposureDuration(), Isis::Camera::p_childBand, and Isis::Camera::p_detectorMap.
|
inherited |
Returns the focal length.
Definition at line 2762 of file Camera.cpp.
References Isis::Camera::p_focalLength.
Referenced by Isis::CrismCamera::CrismCamera(), Isis::OsirisRexTagcamsDistortionMap::distortion_to_pointing_frame(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::PixelFOV::instantaneousFov(), Isis::Camera::LoadCache(), Isis::MiniRF::MiniRF(), LineOffsetFunctor::operator()(), Isis::OsirisRexTagcamsDistortionMap::pointing_to_distortion_frame(), Isis::MocWideAngleDistortionMap::SetFocalPlane(), Isis::CameraSkyMap::SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), Isis::MocWideAngleDistortionMap::SetUndistortedFocalPlane(), and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
|
inherited |
Returns a pointer to the CameraFocalPlaneMap object.
Definition at line 2866 of file Camera.cpp.
References Isis::Camera::p_focalPlaneMap.
Referenced by Isis::DawnVirCamera::DawnVirCamera(), Isis::PushFrameCameraGroundMap::FindDistance(), Isis::HrscCamera::HrscCamera(), Isis::MarciCamera::MarciCamera(), LineOffsetFunctor::operator()(), Isis::OsirisRexDistortionMap::OsirisRexDistortionMap(), Isis::OsirisRexOcamsDistortionMap::OsirisRexOcamsDistortionMap(), Isis::OsirisRexTagcamsDistortionMap::OsirisRexTagcamsDistortionMap(), Isis::RosettaVirtisCamera::RosettaVirtisCamera(), Isis::LroWideAngleCamera::SetBand(), Isis::ThemisIrCamera::SetBand(), Isis::NewHorizonsLeisaCamera::SetBand(), Isis::LoMediumDistortionMap::SetDistortion(), Isis::ReseauDistortionMap::SetFocalPlane(), Isis::LoMediumDistortionMap::SetFocalPlane(), Isis::OsirisRexOcamsDistortionMap::SetFocalPlane(), Isis::LineScanCameraDetectorMap::SetParent(), Isis::VariableLineScanCameraDetectorMap::SetParent(), Isis::LineScanCameraSkyMap::SetSky(), Isis::ReseauDistortionMap::SetUndistortedFocalPlane(), Isis::LoMediumDistortionMap::SetUndistortedFocalPlane(), and Isis::OsirisRexOcamsDistortionMap::SetUndistortedFocalPlane().
|
inlinevirtual |
The CSM camera needs a bogus type for now.
Implements Isis::Camera.
Definition at line 40 of file CSMCamera.h.
References Isis::Camera::Csm.
|
virtualinherited |
This converts the spacecraft clock ticks value (clockValue) to an iTime.
If the clock ticks value is provided directly, rather than the spacecraft clock string, set clockTicks=true.
Use this when possible because naif calls (such as scs2e_c) cannot be called when not using naif.
Definition at line 1060 of file Spice.cpp.
References Isis::NaifStatus::CheckErrors(), Isis::Spice::naifSclkCode(), Isis::Spice::SpiceDoubleType, and Isis::toString().
Referenced by Isis::Chandrayaan1M3Camera::Chandrayaan1M3Camera(), Isis::CTXCamera::CTXCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), Isis::VimsGroundMap::Init(), Isis::VimsSkyMap::Init(), Isis::JunoCamera::JunoCamera(), Isis::KaguyaTcCamera::KaguyaTcCamera(), Isis::LroNarrowAngleCamera::LroNarrowAngleCamera(), Isis::LroWideAngleCamera::LroWideAngleCamera(), Isis::MarciCamera::MarciCamera(), 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::OsirisRexOcamsCamera::OsirisRexOcamsCamera(), Isis::OsirisRexTagcamsCamera::OsirisRexTagcamsCamera(), Isis::DawnVirCamera::readHouseKeeping(), Isis::RosettaVirtisCamera::readHouseKeeping(), Isis::RosettaVirtisCamera::readSCET(), Isis::RosettaOsirisCamera::RosettaOsirisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::VikingCamera::VikingCamera(), and Isis::VimsCamera::VimsCamera().
|
inherited |
This returns a value from the NAIF text pool.
It is a static convience method
key | Name of NAIF keyword to obtain from the pool |
index | If the keyword is an array, the element to obtain. Defaults to 0 |
Isis::iException::Io | - "Can not find key in instrument kernels." |
Definition at line 1046 of file Spice.cpp.
References Isis::Spice::readValue(), and Isis::Spice::SpiceDoubleType.
Referenced by Isis::LroWideAngleCameraDistortionMap::addFilter(), Isis::LroWideAngleCameraFocalPlaneMap::addFilter(), Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Chandrayaan1M3Camera::Chandrayaan1M3Camera(), Isis::ClipperPushBroomCamera::ClipperPushBroomCamera(), Isis::MdisCamera::computeFocalLength(), Isis::CrismCamera::CrismCamera(), Isis::CTXCamera::CTXCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::DawnVirCamera::DawnVirCamera(), Isis::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), Isis::CameraFocalPlaneMap::Init(), Isis::Spice::init(), Isis::RosettaOsirisCamera::initDistortion(), Isis::IssNACamera::IssNACamera(), Isis::IssWACamera::IssWACamera(), Isis::JunoCamera::JunoCamera(), Isis::KaguyaMiCamera::KaguyaMiCamera(), Isis::KaguyaTcCamera::KaguyaTcCamera(), Isis::KaguyaTcCameraDistortionMap::KaguyaTcCameraDistortionMap(), Isis::LroNarrowAngleCamera::LroNarrowAngleCamera(), Isis::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::MarciDistortionMap::MarciDistortionMap(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MsiCamera::MsiCamera(), Isis::NewHorizonsLorriCamera::NewHorizonsLorriCamera(), Isis::NewHorizonsMvicFrameCamera::NewHorizonsMvicFrameCamera(), Isis::NewHorizonsMvicTdiCamera::NewHorizonsMvicTdiCamera(), Isis::NirCamera::NirCamera(), Isis::OsirisRexOcamsCamera::OsirisRexOcamsCamera(), Isis::OsirisRexTagcamsCamera::OsirisRexTagcamsCamera(), Isis::OsirisRexTagcamsDistortionMap::OsirisRexTagcamsDistortionMap(), Isis::RosettaOsirisCamera::RosettaOsirisCamera(), Isis::RosettaVirtisCamera::RosettaVirtisCamera(), Isis::KaguyaMiCameraDistortionMap::SetDistortion(), Isis::LroNarrowAngleDistortionMap::SetDistortion(), Isis::TaylorCameraDistortionMap::SetDistortion(), Isis::OsirisRexOcamsDistortionMap::SetDistortion(), Isis::Camera::SetFocalLength(), Isis::Camera::SetPixelPitch(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::TgoCassisDistortionMap::TgoCassisDistortionMap(), and Isis::UvvisCamera::UvvisCamera().
|
inherited |
This will get the geometric tiling hint; these values are typically used for ProcessRubberSheet::SetTiling(...).
startSize | Tiling start size |
endSize | Tiling end size |
Definition at line 2635 of file Camera.cpp.
References Isis::Camera::p_geometricTilingEndSize, and Isis::Camera::p_geometricTilingStartSize.
|
inherited |
This returns a value from the NAIF text pool.
It is a static convience
key | Name of NAIF keyword to obtain from the pool |
index | If the keyword is an array, the element to obtain. Defaults to 0 |
Isis::iException::Io | - "Can not find key in instrument kernels |
Definition at line 1032 of file Spice.cpp.
References Isis::Spice::readValue(), and Isis::Spice::SpiceIntType.
Referenced by Isis::DawnVirCamera::getPointingTable(), Isis::RosettaVirtisCamera::getPointingTable(), Isis::LroWideAngleCamera::GetVector(), Isis::Spice::init(), Isis::IssNACamera::IssNACamera(), Isis::IssWACamera::IssWACamera(), Isis::Target::lookupNaifBodyCode(), and Isis::LroWideAngleCamera::LroWideAngleCamera().
|
inherited |
Returns a planetocentric latitude object at the surface intersection point in body fixed.
Definition at line 223 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::ControlNetFilter::PointLatLonFilter(), and Isis::Sensor::UniversalLatitude().
|
inherited |
This method will find the local normal at the current (sample, line) and set it to the passed in array.
[out] | normal | The local normal vector to be calculated. |
Definition at line 1499 of file Camera.cpp.
References Isis::SurfacePoint::GetLatitude(), Isis::SurfacePoint::GetLongitude(), Isis::Sensor::GetSurfacePoint(), Isis::Camera::Line(), Isis::Sensor::LocalRadius(), Isis::Camera::p_pointComputed, Isis::Camera::Sample(), Isis::Camera::SetImage(), and Isis::Spice::target().
Referenced by Isis::Camera::LocalPhotometricAngles(), and Isis::Camera::Slope().
|
inherited |
Returns a positive east, 0-360 domain longitude object at the surface intersection point in the body fixed coordinate system.
Definition at line 247 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::Sensor::UniversalLongitude().
QString Isis::CSMCamera::getModelState | ( | ) | const |
Get the CSM Model state string to re-create the CSM Model.
Definition at line 1089 of file CSMCamera.cpp.
Referenced by Isis::BundleAdjust::modelState().
double Isis::CSMCamera::getParameterCovariance | ( | int | index1, |
int | index2 ) |
Get the covariance between two parameters.
index1 | The index of the first parameter |
index2 | The index of the second parameter |
Definition at line 1033 of file CSMCamera.cpp.
std::vector< int > Isis::CSMCamera::getParameterIndices | ( | csm::param::Set | paramSet | ) | const |
Get the indices of the parameters that belong to a set.
paramSet | The set of indices to get |
Definition at line 956 of file CSMCamera.cpp.
std::vector< int > Isis::CSMCamera::getParameterIndices | ( | csm::param::Type | paramType | ) | const |
Get the indices of all parameters of a specific type.
paramType | The type of parameters to get the indices of |
Definition at line 968 of file CSMCamera.cpp.
std::vector< int > Isis::CSMCamera::getParameterIndices | ( | QStringList | paramList | ) | const |
Get the indices of a list of parameters.
paramType | The list of parameters to get the indices of |
Definition at line 986 of file CSMCamera.cpp.
References Isis::IException::User.
QString Isis::CSMCamera::getParameterName | ( | int | index | ) |
Get the name of the parameter.
index | The index of parameter |
Definition at line 1055 of file CSMCamera.cpp.
QString Isis::CSMCamera::getParameterUnits | ( | int | index | ) |
Get the units of the parameter at a particular index.
index | The index of parameter |
Definition at line 1079 of file CSMCamera.cpp.
double Isis::CSMCamera::getParameterValue | ( | int | index | ) |
Get the value of a parameter.
index | The index of the parameter |
Definition at line 1067 of file CSMCamera.cpp.
Referenced by Isis::CsmBundleObservation::bundleOutputCSV().
vector< double > Isis::CSMCamera::getSensorPartials | ( | int | index, |
SurfacePoint | groundPoint ) |
Definition at line 1038 of file CSMCamera.cpp.
|
inherited |
This returns the PvlObject that stores all of the requested Naif data and can be a replacement for furnishing text kernels.
Definition at line 1005 of file Spice.cpp.
References Isis::Spice::m_naifKeywords.
Referenced by Isis::LroWideAngleCamera::GetVector().
|
protectedinherited |
|
inherited |
This returns a value from the NAIF text pool.
It is a static convience method
key | Name of NAIF keyword to obtain from the pool |
index | If the keyword is an array, the element to obtain. Defaults to 0 |
Isis::IException::Io | - "Can not find key in instrument kernels." |
Definition at line 1273 of file Spice.cpp.
References Isis::Spice::readValue(), and Isis::Spice::SpiceStringType.
Referenced by Isis::LightTimeCorrectionState::checkAberrationCorrection(), Isis::LightTimeCorrectionState::checkLightTimeToSurfaceCorrect(), Isis::LightTimeCorrectionState::checkObserverTargetSwap(), Isis::MdisCamera::computeFocalLength(), Isis::MdisCamera::MdisCamera(), Isis::NewHorizonsLorriCamera::NewHorizonsLorriCamera(), Isis::OsirisRexTagcamsCamera::OsirisRexTagcamsCamera(), Isis::OsirisRexTagcamsDistortionMap::OsirisRexTagcamsDistortionMap(), and Isis::OsirisRexOcamsDistortionMap::SetDistortion().
|
virtualinherited |
Returns the surface point (most efficient accessor).
Definition at line 257 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::Camera::GetLocalNormal(), Isis::IsisSensor::getState(), GroundPartials(), ImagePartials(), IncidenceAngle(), Isis::Camera::LocalPhotometricAngles(), PhaseAngle(), and SlantDistance().
|
staticinherited |
Computes and returns the ground azimuth between the ground point and another point of interest, such as the subspacecraft point or the subsolar point.
The ground azimuth is the clockwise angle on the ground between a line drawn from the ground point to the North pole of the body and a line drawn from the selected point on the surface to some point of interest on the surface (such as the subsolar point or the subspacecraft point).
Note: This is different from the image azimuth algorithm used in ComputeAzimuth(). For ground azimuths, the initial ray of the angle is the vector from the selected ground point to the north pole. For image azimuths, the initial ray is the vector from the selected image location to the right, horizontally.
glat | The latitude of the ground point |
glon | The longitude of the ground point |
slat | The latitude of the subspacecraft or subsolar point |
slon | The longitude of the subspacecraft or subsolar point |
Definition at line 2267 of file Camera.cpp.
References Isis::PI.
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
inherited |
Returns a pointer to the CameraGroundMap object.
Definition at line 2886 of file Camera.cpp.
References Isis::Camera::p_groundMap.
Referenced by Isis::IsisBundleObservation::computeImagePartials(), Isis::LineScanCamera::GroundMap(), Isis::PushFrameCamera::GroundMap(), and Isis::VimsCamera::VimsCamera().
|
virtual |
Compute the partial derivatives of the sample, line with respect to the x, y, z coordinates of the ground point.
The resultant partials are line WRT x line WRT y line WRT z sample WRT x sample WRT y sample WRT z
Definition at line 742 of file CSMCamera.cpp.
References Isis::Sensor::GetSurfacePoint(), and GroundPartials().
Referenced by GroundPartials().
|
virtual |
Compute the partial derivatives of the sample, line with respect to the x, y, z coordinates of the ground point.
The resultant partials are line WRT x line WRT y line WRT z sample WRT x sample WRT y sample WRT z
groundPoint | The ground point to compute the partials at |
Definition at line 765 of file CSMCamera.cpp.
References isisToCsmGround().
|
inherited |
Computes the Ground Range.
minlat | The minimum latitude |
maxlat | The maximum latitude |
minlon | The minimum longitude |
maxlon | The maximum longitude |
pvl | The pvl file used for ground range calculations |
Definition at line 1193 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), Isis::Distance::Meters, Isis::Camera::p_maxlat, Isis::Camera::p_maxlon, Isis::Camera::p_maxlon180, Isis::Camera::p_minlat, Isis::Camera::p_minlon, Isis::Camera::p_minlon180, Isis::PI, Isis::Spice::radii(), Isis::toDouble(), and Isis::PvlObject::Traverse.
Referenced by Isis::UniversalGroundMap::GroundRange(), and Isis::Camera::IntersectsLongitudeDomain().
|
privateinherited |
Computes the ground range and min/max resolution.
Definition at line 752 of file Camera.cpp.
References Isis::Camera::Band(), Isis::Angle::Degrees, Isis::Camera::IsBandIndependent(), Isis::Camera::Line(), Isis::Sensor::LocalRadius(), Isis::Camera::ObliquePixelResolution(), Isis::Camera::p_bands, Isis::Camera::p_groundRangeComputed, Isis::Camera::p_lines, Isis::Camera::p_maxlat, Isis::Camera::p_maxlon, Isis::Camera::p_maxlon180, Isis::Camera::p_maxobliqueres, Isis::Camera::p_maxres, Isis::Camera::p_minlat, Isis::Camera::p_minlon, Isis::Camera::p_minlon180, Isis::Camera::p_minobliqueres, Isis::Camera::p_minres, Isis::Camera::p_pointComputed, Isis::Camera::p_samples, Isis::Camera::PixelResolution(), Isis::IException::Programmer, Isis::Camera::Sample(), Isis::Camera::SetBand(), Isis::Camera::SetGround(), Isis::Camera::SetImage(), Isis::Spice::subSpacecraftPoint(), Isis::Spice::target(), Isis::Sensor::UniversalLatitude(), Isis::Sensor::UniversalLongitude(), and Isis::IException::Unknown.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::GroundRange(), Isis::Camera::HighestImageResolution(), Isis::Camera::HighestObliqueImageResolution(), Isis::Camera::LowestImageResolution(), and Isis::Camera::LowestObliqueImageResolution().
|
inherited |
Returns true if the kernel group has kernel files.
lab | Label containing Instrument and Kernels groups. |
Definition at line 1538 of file Spice.cpp.
References Isis::PvlContainer::hasKeyword(), Isis::PvlKeyword::size(), and Isis::PvlObject::Traverse.
|
inherited |
Checks to see if the camera object has a projection.
Definition at line 2668 of file Camera.cpp.
References Isis::Camera::p_projection.
Referenced by Isis::CubeViewport::CubeViewport().
|
inherited |
Checks to see if the Camera object has a reference band.
Definition at line 2700 of file Camera.cpp.
References Isis::Camera::p_referenceBand.
Referenced by Isis::ThemisVisCamera::BandEphemerisTimeOffset(), and Isis::ThemisIrCamera::SetBand().
|
inherited |
Returns if the last call to either SetLookDirection or SetUniversalGround had a valid intersection with the target.
If so then other methods such as Coordinate, UniversalLatitude, UniversalLongitude, etc can be used with confidence.
Definition at line 188 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::Camera::ComputeAzimuth(), Isis::Camera::DetectorResolution(), DetectorResolution(), Isis::CameraPointInfo::GetPointInfo(), LineResolution(), Isis::Camera::ObliqueDetectorResolution(), SampleResolution(), Isis::VimsGroundMap::SetGround(), and Isis::Camera::SetImageSkyMapProjection().
|
inherited |
Returns the highest/best resolution in the entire image.
Definition at line 721 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), and Isis::Camera::p_minres.
Referenced by Isis::GroundGrid::GroundGrid().
|
inherited |
Returns the highest/best oblique resolution in the entire image.
Definition at line 743 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), and Isis::Camera::p_maxobliqueres.
|
inherited |
This allows you to ignore the cube elevation model and use the ellipse.
ignore | Indicates whether the elevation model is ignored. |
Definition at line 62 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::StereoTool::calculateElevation(), Isis::ImagePolygon::Create(), and Isis::ImagePolygon::initCube().
|
inherited |
Set whether or not the camera should ignore the Projection.
ignore |
Definition at line 2955 of file Camera.cpp.
References Isis::Camera::p_ignoreProjection.
Referenced by Isis::VimsGroundMap::Init(), Isis::VimsSkyMap::Init(), Isis::VimsGroundMap::SetGround(), Isis::VimsSkyMap::SetSky(), and Isis::VimsCamera::VimsCamera().
|
privatevirtual |
Compute the partial derivatives of the ground point with respect to the line and sample at the current ground point.
The resultant partials are x WRT line x WRT sample y WRT line y WRT sample z WRT line z WRT sample
Definition at line 672 of file CSMCamera.cpp.
References Isis::Sensor::GetSurfacePoint(), and ImagePartials().
Referenced by DetectorResolution(), ImagePartials(), LineResolution(), and SampleResolution().
|
privatevirtual |
Compute the partial derivatives of the ground point with respect to the line and sample at a ground point.
The resultant partials are x WRT line x WRT sample y WRT line y WRT sample z WRT line z WRT sample
These are not normally available from the CSM model, so we use csm::RasterGM::computeGroundPartials to get the Jacobian of the ground to image transformation. Then we use the pseudoinverse of that to get the Jacobian of the image to ground transformation.
groundPoint | The ground point to compute the partials at |
Definition at line 699 of file CSMCamera.cpp.
References isisToCsmGround(), and Isis::LinearAlgebra::pseudoinverse().
|
virtual |
Compute the incidence angle at the currently set ground point.
Reimplemented from Isis::Sensor.
Definition at line 898 of file CSMCamera.cpp.
References Isis::Sensor::GetSurfacePoint(), isisToCsmGround(), and Isis::Spice::target().
|
inherited |
This returns true if the current Sample() or Line() value is outside of the cube (meaning the point must have been extrapolated).
Definition at line 2649 of file Camera.cpp.
References Isis::Camera::Line(), Isis::Camera::Lines(), Isis::Camera::Sample(), and Isis::Camera::Samples().
Referenced by Isis::MosaicSceneItem::drawImage(), Isis::SmtkMatcher::getLineSample(), Isis::CameraPointInfo::GetPointInfo(), Isis::UniversalGroundMap::SetGround(), Isis::UniversalGroundMap::SetGround(), Isis::UniversalGroundMap::SetUnboundGround(), and Isis::UniversalGroundMap::SetUniversalGround().
|
private |
Init method which performs most of the setup for the CSM Camera Model inside ISIS.
cube | The cube with the image data |
pluginName | The name of the CSM::Plugin that will create the CSM::Model |
modelName | The name of the CSM::Model that will be created |
stateString | The state string the the CSM::Model will be created from |
Definition at line 82 of file CSMCamera.cpp.
References Isis::Cube::fileName(), Isis::Cube::label(), Isis::Camera::m_instrumentNameLong, Isis::Camera::m_instrumentNameShort, m_refTime, Isis::Camera::m_spacecraftNameLong, Isis::Camera::m_spacecraftNameShort, Isis::IException::Programmer, setTarget(), and Isis::IException::User.
Referenced by CSMCamera().
|
virtual |
Get the position of the sensor in the body fixed coordinate system at the currently set time.
[out] | p | A double array that will be filled with the (X, Y, Z) position in kilometers. |
Reimplemented from Isis::Spice.
Definition at line 581 of file CSMCamera.cpp.
References sensorPositionBodyFixed().
|
virtualinherited |
Returns the spacecraft velocity in body-fixed frame km/sec units.
v[] | Spacecraft velocity |
Definition at line 860 of file Spice.cpp.
References Isis::SpicePosition::Coordinate(), Isis::Spice::m_bodyRotation, Isis::Spice::m_et, Isis::Spice::m_instrumentPosition, Isis::IException::Programmer, Isis::SpiceRotation::ReferenceVector(), and Isis::SpicePosition::Velocity().
|
inherited |
This method returns the InstrumentId as it appears in the cube.
Definition at line 2906 of file Camera.cpp.
References Isis::Camera::m_instrumentId.
Referenced by Isis::GuiCamera::GuiCamera(), and Isis::RosettaVirtisCamera::RosettaVirtisCamera().
|
virtualinherited |
This method returns the full instrument name.
Implements Isis::Sensor.
Reimplemented in Isis::IdealCamera.
Definition at line 2916 of file Camera.cpp.
References Isis::Camera::m_instrumentNameLong.
Referenced by Isis::GuiCamera::GuiCamera().
|
virtualinherited |
This method returns the shortened instrument name.
Implements Isis::Sensor.
Reimplemented in Isis::IdealCamera.
Definition at line 2926 of file Camera.cpp.
References Isis::Camera::m_instrumentNameShort.
Referenced by Isis::GuiCamera::GuiCamera().
|
virtual |
Get the SpicePosition object the contains the state information for the sensor in J2000.
This is not supported for CSM sensors because we can only query the sensor position and velocity at specific image coordinates or times. We cannot access the internal representation inside of the CSM model, if it even exists.
Reimplemented from Isis::Spice.
Definition at line 1174 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
inherited |
Returns the spacecraft position in body-fixed frame km units.
p[] | Spacecraft position |
Isis::iException::Programmer | - "You must call SetTime first" |
Definition at line 829 of file Spice.cpp.
References Isis::Spice::instrumentBodyFixedPosition().
Referenced by Isis::CameraGroundMap::GetdXYdPosition(), Isis::CameraPointInfo::GetPointInfo(), and Isis::CameraGroundMap::GetXY().
|
virtual |
Get the SpiceRotation object the contains the orientation of the sensor relative to J2000.
This is not supported for CSM sensors because the CSM API only supports the body fixed coordinate system and does not provide rotations to any others.
Reimplemented from Isis::Spice.
Definition at line 1203 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
inherited |
Checks whether the ground range intersects the longitude domain or not.
pvl | The pvl file used to set the ground range |
Definition at line 1176 of file Camera.cpp.
References Isis::Camera::GroundRange().
|
virtualinherited |
Virtual method that checks if the band is independent.
Reimplemented in Isis::LroWideAngleCamera, Isis::CrismCamera, Isis::MarciCamera, Isis::NewHorizonsLeisaCamera, Isis::ThemisIrCamera, and Isis::ThemisVisCamera.
Definition at line 2679 of file Camera.cpp.
Referenced by Isis::IsisSensor::getState(), Isis::Camera::GroundRangeResolution(), Isis::Camera::RaDecRange(), and Isis::Camera::ringRangeResolution().
|
private |
Convert an ISIS ground point into a CSM ground point.
ISIS ground points can be created from and converted to many different units and coordinate systems. CSM ground points are always rectangular, body-fixed coordinates in meters.
groundPt | The ISIS ground coordinate |
Definition at line 840 of file CSMCamera.cpp.
Referenced by GroundPartials(), ImagePartials(), IncidenceAngle(), PhaseAngle(), and SetGround().
|
private |
The reference time that all model image times are relative to.
Convert an ISIS pixel coordinate to a CSM pixel coordinate.
The ISIS image origin is (0.5, 0.5), the CSM image origin is (0, 0). This function accounts for that and wraps the coordinate in a csm::ImageCoord.
line | The ISIS line of the image coordinate | |
sample | The ISIS sample of the image coordinate | |
[out] | csmPixel | The CSM image coordinate |
Definition at line 809 of file CSMCamera.cpp.
Referenced by sensorPositionBodyFixed(), and SetImage().
|
inherited |
Returns true if time has been initialized.
Definition at line 1589 of file Spice.cpp.
References Isis::Spice::m_et.
Referenced by Isis::CameraDetectorMap::SetParent(), and Isis::RollingShutterCameraDetectorMap::SetParent().
|
virtualinherited |
Returns the current line number.
Definition at line 2740 of file Camera.cpp.
References Isis::Camera::p_childLine.
Referenced by Isis::Camera::CelestialNorthClockAngle(), CelestialNorthClockAngle(), Isis::Camera::ComputeAzimuth(), Isis::LidarControlPoint::ComputeResiduals(), Isis::MosaicSceneItem::drawImage(), Isis::ImagePolygon::FixPolePoly(), Isis::SmtkMatcher::getLineSample(), Isis::Camera::GetLocalNormal(), Isis::CameraPointInfo::GetPointInfo(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::Camera::GroundRangeResolution(), Isis::Camera::InCube(), Isis::UniversalGroundMap::Line(), parentLine(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), and Isis::Camera::ringRangeResolution().
|
virtual |
Compute the line resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so this uses a more time consuming but more accurate method and thus is equivalent to the oblique line resolution.
For time dependent sensor models, this may also be the line-to-line resolution and not the resolution within a line or framelet. This is determined by the CSM model's ground computeGroundPartials method.
Reimplemented from Isis::Camera.
Definition at line 445 of file CSMCamera.cpp.
References Isis::Sensor::HasSurfaceIntersection(), ImagePartials(), and Isis::Null.
Referenced by ObliqueLineResolution().
|
inherited |
Returns the number of lines in the image.
Definition at line 2816 of file Camera.cpp.
References Isis::Camera::p_lines.
Referenced by Isis::Camera::InCube(), Isis::SmtkMatcher::inCube(), Isis::NewHorizonsMvicFrameCameraDistortionMap::NewHorizonsMvicFrameCameraDistortionMap(), Isis::DawnVirCamera::readHouseKeeping(), and Isis::RosettaVirtisCamera::readHouseKeeping().
|
privateinherited |
Loads/furnishes NAIF kernel(s)
key | PvlKeyword |
noTables | Indicates the use of tables. |
Isis::IException::Io | - "Spice file does not exist." |
Definition at line 486 of file Spice.cpp.
References Isis::NaifStatus::CheckErrors(), Isis::IException::Io, Isis::Spice::m_kernels, and Isis::PvlKeyword::size().
Referenced by Isis::Spice::init().
|
inherited |
This loads the spice cache big enough for this image.
The default cache size is the number of lines in the cube if the ephemeris time changes in the image, one otherwise.
Definition at line 2450 of file Camera.cpp.
References Isis::AlphaCube::BetaLines(), Isis::AlphaCube::BetaSamples(), Isis::Camera::CacheSize(), Isis::Spice::createCache(), Isis::Camera::FocalLength(), Isis::Camera::p_alphaCube, Isis::Camera::p_ignoreProjection, Isis::Camera::PixelPitch(), Isis::Camera::PixelResolution(), Isis::Camera::SetBand(), Isis::Camera::SetImage(), Isis::Sensor::setTime(), Isis::Sensor::SpacecraftAltitude(), Isis::Camera::StartEndEphemerisTimes(), and Isis::Spice::target().
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::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::LroWideAngleCamera::LroWideAngleCamera(), 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::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
inherited |
Calculates LOCAL photometric angles using the DEM (not ellipsoid).
These calculations are more expensive computationally than Sensor's angle getter methods. Furthermore, this cost is mostly in calculating the local normal vector, which can be done only once for all angles using this method.
phase | The local phase angle to be calculated |
incidence | The local incidence angle to be calculated |
emission | The local emission angle to be calculated |
success | A boolean to keep track of whether normal is valid |
Definition at line 1653 of file Camera.cpp.
References Isis::Camera::GetLocalNormal(), Isis::Sensor::GetSurfacePoint(), Isis::Spice::instrumentBodyFixedPosition(), Isis::Displacement::kilometers(), Isis::Spice::m_uB, and Isis::Angle::Radians.
Referenced by Isis::PhotometricFunction::compute(), and Isis::Camera::ObliqueDetectorResolution().
|
inherited |
Returns the local radius at the intersection point.
This is either the radius on the ellipsoid, the radius from the surface model passed into the constructor, or the radius set with SetUniversalGround.
Definition at line 269 of file Sensor.cpp.
References Isis::Spice::target().
Referenced by Isis::Camera::ComputeAzimuth(), Isis::QnetCubeDistanceFilter::filter(), Isis::Camera::GetLocalNormal(), Isis::CameraPointInfo::GetPointInfo(), Isis::Camera::GroundRangeResolution(), Isis::ControlNetFilter::PointLatLonFilter(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::ringRangeResolution(), Isis::CameraGroundMap::SetGround(), Isis::LineScanCameraGroundMap::SetGround(), Isis::PushFrameCameraGroundMap::SetGround(), Isis::VimsGroundMap::SetGround(), Isis::Camera::SetGround(), SetGround(), Isis::Camera::SetImageMapProjection(), and Isis::Sensor::SpacecraftAltitude().
|
inherited |
Returns the local radius at the intersection point.
This is either the radius on the ellipsoid, the radius from the surface model passed into the constructor, or the radius set with SetUniversalGround.
lat | |
lon |
Definition at line 303 of file Sensor.cpp.
References Isis::Angle::Degrees, and Isis::Spice::target().
Returns the local radius at the intersection point.
This is either the radius on the ellipsoid, the radius from the surface model passed into the constructor, or the radius set with SetUniversalGround.
lat | |
lon |
Definition at line 287 of file Sensor.cpp.
References Isis::Spice::target().
|
inherited |
Return the local solar time in hours.
Definition at line 665 of file Sensor.cpp.
References Isis::Spice::subSolarPoint(), and Isis::Sensor::UniversalLongitude().
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
inherited |
Returns the look direction in the camera coordinate system.
v[] | The look vector. |
Definition at line 527 of file Sensor.cpp.
References Isis::Spice::instrumentRotation(), and Isis::Sensor::lookDirectionJ2000().
Referenced by Isis::CameraPointInfo::GetPointInfo(), and Isis::PixelFOV::instantaneousFov().
|
virtualinherited |
Returns the look direction in the body fixed coordinate system.
Definition at line 539 of file Sensor.cpp.
References Isis::Sensor::m_lookB.
Referenced by Isis::CameraPointInfo::GetPointInfo(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::Sensor::lookDirectionJ2000(), and Isis::Sensor::SetGroundLocal().
|
virtualinherited |
Returns the look direction in the camera coordinate system.
Definition at line 553 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), and Isis::Sensor::lookDirectionBodyFixed().
Referenced by Isis::CameraPointInfo::GetPointInfo(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), and Isis::Sensor::LookDirection().
|
inherited |
Returns the lowest/worst resolution in the entire image.
Definition at line 710 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), and Isis::Camera::p_maxres.
|
inherited |
Returns the lowest/worst oblique resolution in the entire image.
Definition at line 732 of file Camera.cpp.
References Isis::Camera::GroundRangeResolution(), and Isis::Camera::p_minobliqueres.
|
inherited |
This returns the NAIF body code of the target indicated in the labels.
Definition at line 948 of file Spice.cpp.
References Isis::Spice::m_target, and Isis::Target::naifBodyCode().
Referenced by Isis::Camera::SpkCenterId().
|
inherited |
This returns the NAIF body frame code.
It is read from the labels, if it exists. Otherwise, it's calculated by the init() method.
Definition at line 996 of file Spice.cpp.
References Isis::Spice::m_bodyFrameCode.
|
inherited |
This returns the NAIF CK code to use when reading from CK kernels.
Definition at line 966 of file Spice.cpp.
References Isis::Spice::m_ckCode.
|
inherited |
This returns the NAIF IK code to use when reading from instrument kernels.
Definition at line 975 of file Spice.cpp.
References Isis::Spice::m_ikCode.
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::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), 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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::Camera::SetFocalLength(), Isis::Camera::SetPixelPitch(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
inherited |
This returns the NAIF SCLK code to use when reading from instrument kernels.
Definition at line 985 of file Spice.cpp.
References Isis::Spice::m_sclkCode.
Referenced by Isis::CrismCamera::CrismCamera(), and Isis::Spice::getClockTime().
|
inherited |
This returns the NAIF SPK code to use when reading from SPK kernels.
Definition at line 957 of file Spice.cpp.
References Isis::Spice::m_spkCode.
Referenced by Isis::DawnVirCamera::readHouseKeeping(), Isis::RosettaVirtisCamera::readHouseKeeping(), Isis::RosettaVirtisCamera::readSCET(), and Isis::Camera::SpkTargetId().
|
inherited |
Returns the North Azimuth.
Definition at line 1927 of file Camera.cpp.
References Isis::Camera::ComputeAzimuth(), Isis::IException::Programmer, Isis::Spice::target(), and Isis::Sensor::UniversalLatitude().
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
virtual |
Compute the oblique detector resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so obliqueness does not need to be accounted for. Thus, this is equivalent to the detector resolution.
Reimplemented from Isis::Camera.
Definition at line 544 of file CSMCamera.cpp.
References DetectorResolution().
|
virtual |
Compute the oblique line resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so obliqueness does not need to be accounted for. Thus, this is equivalent to the line resolution.
Reimplemented from Isis::Camera.
Definition at line 514 of file CSMCamera.cpp.
References LineResolution().
|
virtualinherited |
Returns the oblique pixel resolution at the current position in meters/pixel.
This provides a more accurate estimate of the pixel resolution at oblique angles.
Definition at line 696 of file Camera.cpp.
References Isis::Null, Isis::Camera::ObliqueLineResolution(), and Isis::Camera::ObliqueSampleResolution().
Referenced by Isis::CameraPointInfo::GetPointInfo(), and Isis::Camera::GroundRangeResolution().
|
virtual |
Compute the oblique sample resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so obliqueness does not need to be accounted for. Thus, this is equivalent to the sample resolution.
Reimplemented from Isis::Camera.
Definition at line 529 of file CSMCamera.cpp.
References SampleResolution().
|
inherited |
Return the off nadir angle in degrees.
Definition at line 2229 of file Camera.cpp.
References Isis::Sensor::Coordinate(), Isis::Sensor::EmissionAngle(), Isis::Spice::instrumentPosition(), and Isis::RAD2DEG.
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
virtual |
Returns the currently set parent line for the camera model.
This is the line from the original image before any cropping, scaling, or other transformations.
Definition at line 557 of file CSMCamera.cpp.
References Isis::AlphaCube::AlphaLine(), Isis::Camera::Line(), and Isis::Camera::p_alphaCube.
Referenced by sensorPositionBodyFixed(), and subSpacecraftPoint().
|
inherited |
Returns the number of lines in the parent alphacube.
Definition at line 2836 of file Camera.cpp.
References Isis::AlphaCube::AlphaLines(), and Isis::Camera::p_alphaCube.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::CrismCamera::CrismCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::VimsGroundMap::Init(), Isis::VimsSkyMap::Init(), Isis::LroWideAngleCamera::LroWideAngleCamera(), Isis::MarciCamera::MarciCamera(), Isis::MiniRF::MiniRF(), Isis::VimsGroundMap::SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), Isis::VimsGroundMap::SetGround(), Isis::VimsSkyMap::SetSky(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::PushFrameCameraDetectorMap::TotalFramelets(), and Isis::VimsGroundMap::VimsGroundMap().
|
virtual |
Returns the currently set parent sample for the camera model.
This is the sample from the original image before any cropping, scaling, or other transformations.
Definition at line 569 of file CSMCamera.cpp.
References Isis::AlphaCube::AlphaSample(), Isis::Camera::p_alphaCube, and Isis::Camera::Sample().
Referenced by sensorPositionBodyFixed(), and subSpacecraftPoint().
|
inherited |
Returns the number of samples in the parent alphacube.
Definition at line 2846 of file Camera.cpp.
References Isis::AlphaCube::AlphaSamples(), and Isis::Camera::p_alphaCube.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::DawnFcCamera::DawnFcCamera(), Isis::VimsGroundMap::Init(), Isis::VimsSkyMap::Init(), Isis::VimsGroundMap::SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), Isis::VimsGroundMap::SetGround(), Isis::VimsSkyMap::SetSky(), and Isis::VimsGroundMap::VimsGroundMap().
|
virtual |
Compute the phase angle at the currently set ground point.
Reimplemented from Isis::Sensor.
Definition at line 869 of file CSMCamera.cpp.
References Isis::Sensor::GetSurfacePoint(), isisToCsmGround(), sensorPositionBodyFixed(), and Isis::Spice::target().
|
virtual |
Returns the pixel ifov offsets from center of pixel.
The first vertex is the top left.
The CSM API does not support this type of internal information about the sensor.
Reimplemented from Isis::Camera.
Definition at line 1131 of file CSMCamera.cpp.
References Isis::IException::User.
|
inherited |
Returns the pixel pitch.
Definition at line 2772 of file Camera.cpp.
References Isis::Camera::p_pixelPitch.
Referenced by Isis::IsisBundleObservation::computeImagePartials(), Isis::NewHorizonsMvicTdiCameraDistortionMap::computeResidualDistortionCorrections(), Isis::CrismCamera::CrismCamera(), Isis::OsirisRexTagcamsDistortionMap::distortion_to_pointing_frame(), Isis::IdealCamera::IdealCamera(), Isis::Camera::LoadCache(), Isis::MiniRF::MiniRF(), Isis::MocWideAngleCamera::MocWideAngleCamera(), Isis::NewHorizonsMvicFrameCameraDistortionMap::NewHorizonsMvicFrameCameraDistortionMap(), Isis::NewHorizonsMvicTdiCameraDistortionMap::NewHorizonsMvicTdiCameraDistortionMap(), Isis::OsirisRexDistortionMap::OsirisRexDistortionMap(), Isis::OsirisRexOcamsDistortionMap::OsirisRexOcamsDistortionMap(), Isis::Camera::PixelIfovOffsets(), Isis::HayabusaNirsCamera::PixelIfovOffsets(), Isis::OsirisRexTagcamsDistortionMap::pointing_to_distortion_frame(), Isis::ReseauDistortionMap::ReseauDistortionMap(), Isis::KaguyaMiCameraDistortionMap::SetDistortion(), Isis::JunoDistortionMap::SetDistortion(), Isis::MarciDistortionMap::SetFocalPlane(), Isis::JunoDistortionMap::SetFocalPlane(), Isis::BundleMeasure::setSigma(), Isis::MarciDistortionMap::SetUndistortedFocalPlane(), Isis::CameraDistortionMap::SetUndistortedFocalPlane(), and Isis::Hyb2OncDistortionMap::SetUndistortedFocalPlane().
|
virtualinherited |
Returns the pixel resolution at the current position in meters/pixel.
Definition at line 681 of file Camera.cpp.
References Isis::Camera::LineResolution(), Isis::Null, and Isis::Camera::SampleResolution().
Referenced by Isis::Camera::ComputeAzimuth(), Isis::Camera::GroundRangeResolution(), Isis::InterestOperator::InterestByMeasure(), Isis::Camera::LoadCache(), Isis::ControlNetValidMeasure::MetersFromEdge(), Isis::MiniRF::MiniRF(), Isis::Camera::resolution(), Isis::UniversalGroundMap::Resolution(), and Isis::Camera::ringRangeResolution().
|
inherited |
Computes the RaDec range.
minra | Minimum right ascension value |
maxra | Maximum right ascension value |
mindec | Minimum declination value |
maxdec | Maximum declination value |
Definition at line 1741 of file Camera.cpp.
References Isis::Camera::Band(), Isis::Sensor::Declination(), Isis::Camera::IsBandIndependent(), Isis::Camera::Line(), Isis::Camera::p_bands, Isis::Camera::p_lines, Isis::Camera::p_maxdec, Isis::Camera::p_maxra, Isis::Camera::p_maxra180, Isis::Camera::p_mindec, Isis::Camera::p_minra, Isis::Camera::p_minra180, Isis::Camera::p_pointComputed, Isis::Camera::p_raDecRangeComputed, Isis::Camera::p_samples, Isis::Sensor::RightAscension(), Isis::Camera::Sample(), Isis::Camera::SetBand(), Isis::Camera::SetImage(), and Isis::Camera::SetRightAscensionDeclination().
|
inherited |
Returns the RaDec resolution.
Definition at line 1883 of file Camera.cpp.
References Isis::Camera::Band(), Isis::Sensor::Declination(), Isis::Camera::Line(), Isis::Camera::p_lines, Isis::Camera::p_pointComputed, Isis::Camera::p_samples, Isis::Sensor::RightAscension(), Isis::Camera::Sample(), Isis::Camera::SetBand(), and Isis::Camera::SetImage().
Referenced by Isis::Camera::CelestialNorthClockAngle(), and CelestialNorthClockAngle().
|
inherited |
Returns the radii of the body in km.
The radii are obtained from the appropriate SPICE kernel for the body specified by TargetName in the Instrument group of the labels.
r[] | Radii of the target in kilometers |
Definition at line 937 of file Spice.cpp.
References Isis::Spice::m_target, and Isis::Target::radii().
Referenced by Isis::Camera::BasicMapping(), Isis::CameraPointInfo::GetPointInfo(), Isis::Camera::GroundRange(), Isis::VimsGroundMap::Init(), Isis::Spice::init(), Isis::MiniRF::MiniRF(), setTarget(), Isis::Spice::subSolarPoint(), and Isis::Spice::subSpacecraftPoint().
|
privateinherited |
Computes the image coordinate for the current universal ground point.
Definition at line 457 of file Camera.cpp.
References Isis::AlphaCube::BetaLine(), Isis::AlphaCube::BetaSample(), Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::Declination(), Isis::CameraFocalPlaneMap::DetectorLine(), Isis::CameraFocalPlaneMap::DetectorSample(), Isis::CameraDistortionMap::FocalPlaneX(), Isis::CameraGroundMap::FocalPlaneX(), Isis::CameraDistortionMap::FocalPlaneY(), Isis::CameraGroundMap::FocalPlaneY(), Isis::Projection::IsSky(), Isis::Sensor::LocalRadius(), Isis::Camera::p_alphaCube, Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_detectorMap, Isis::Camera::p_distortionMap, Isis::Camera::p_focalPlaneMap, Isis::Camera::p_groundMap, Isis::Camera::p_ignoreProjection, Isis::Camera::p_pointComputed, Isis::Camera::p_projection, Isis::CameraDetectorMap::ParentLine(), Isis::CameraDetectorMap::ParentSample(), Isis::Projection::projectionType(), Isis::Sensor::RightAscension(), Isis::CameraDetectorMap::SetDetector(), Isis::CameraFocalPlaneMap::SetFocalPlane(), Isis::ShapeModel::setHasIntersection(), Isis::CameraDistortionMap::SetUndistortedFocalPlane(), Isis::Projection::SetUniversalGround(), Isis::Spice::target(), Isis::Projection::Triaxial, Isis::Sensor::UniversalLatitude(), Isis::Sensor::UniversalLongitude(), Isis::Projection::WorldX(), and Isis::Projection::WorldY().
Referenced by Isis::Camera::SetGround(), Isis::Camera::SetUniversalGround(), and Isis::Camera::SetUniversalGround().
|
protectedinherited |
|
protectedinherited |
This should be used for reading ALL text naif kernel values.
This will read it from Naif if we're using naif/not attached kernels. If we have attached kernels and a NaifKeywords label object we will grab it from there instead. This allows us to not furnish kernels after spiceinit.
key | The naif keyword,value name |
type | The naif value's primitive type |
index | The index into the naif keyword array to read |
Definition at line 1100 of file Spice.cpp.
References Isis::NaifStatus::CheckErrors(), Isis::IException::Io, Isis::Spice::m_usingAle, Isis::Spice::m_usingNaif, Isis::Spice::SpiceDoubleType, Isis::Spice::SpiceIntType, Isis::Spice::SpiceStringType, and Isis::IException::Unknown.
Referenced by Isis::Spice::getDouble(), Isis::Spice::getInteger(), Isis::Spice::getString(), and Isis::IdealCamera::IdealCamera().
|
inherited |
Returns the reference band.
Definition at line 2689 of file Camera.cpp.
References Isis::Camera::p_referenceBand.
Referenced by Isis::ThemisVisCamera::BandEphemerisTimeOffset(), and Isis::ThemisIrCamera::SetBand().
|
virtualinherited |
Returns the resolution of the camera.
Reimplemented from Isis::Sensor.
Definition at line 2750 of file Camera.cpp.
References Isis::Camera::PixelResolution().
|
virtual |
Computes the Right Ascension of the currently set image coordinate.
Reimplemented from Isis::Sensor.
Definition at line 1241 of file CSMCamera.cpp.
References Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::PI, and Isis::RAD2DEG.
Referenced by CelestialNorthClockAngle().
|
inherited |
Analogous to the above Ground Range method.
Computes Range on the ring plane
minRingRadius | The minimum ring radius |
maxRingRadius | The maximum ring radius |
minRingLongitude | The minimum ring longitude |
maxRingLongitude | The maximum ring longitude |
pvl | The pvl file used for ring range calculations |
Definition at line 1297 of file Camera.cpp.
References Isis::Camera::p_maxRingLongitude, Isis::Camera::p_maxRingLongitude180, Isis::Camera::p_maxRingRadius, Isis::Camera::p_minRingLongitude, Isis::Camera::p_minRingLongitude180, Isis::Camera::p_minRingRadius, Isis::Camera::ringRangeResolution(), and Isis::PvlObject::Traverse.
|
privateinherited |
Analogous to above GroundRangeResolution method.
Computes the ring range and min/max resolution
Definition at line 993 of file Camera.cpp.
References Isis::Camera::Band(), Isis::Angle::Degrees, Isis::Camera::IsBandIndependent(), Isis::Camera::Line(), Isis::Sensor::LocalRadius(), Isis::Distance::Meters, Isis::Distance::meters(), Isis::Camera::p_bands, Isis::Camera::p_lines, Isis::Camera::p_maxres, Isis::Camera::p_maxRingLongitude, Isis::Camera::p_maxRingLongitude180, Isis::Camera::p_maxRingRadius, Isis::Camera::p_minres, Isis::Camera::p_minRingLongitude, Isis::Camera::p_minRingLongitude180, Isis::Camera::p_minRingRadius, Isis::Camera::p_pointComputed, Isis::Camera::p_ringRangeComputed, Isis::Camera::p_samples, Isis::Camera::PixelResolution(), Isis::Camera::Sample(), Isis::Camera::SetBand(), Isis::Camera::SetGround(), Isis::Camera::SetImage(), Isis::Sensor::UniversalLongitude(), and Isis::IException::Unknown.
Referenced by Isis::Camera::basicRingMapping(), and Isis::Camera::ringRange().
|
virtualinherited |
Returns the current sample number.
Definition at line 2720 of file Camera.cpp.
References Isis::Camera::p_childSample.
Referenced by Isis::Camera::CelestialNorthClockAngle(), CelestialNorthClockAngle(), Isis::Camera::ComputeAzimuth(), Isis::LidarControlPoint::ComputeResiduals(), Isis::MosaicSceneItem::drawImage(), Isis::ImagePolygon::FixPolePoly(), Isis::SmtkMatcher::getLineSample(), Isis::Camera::GetLocalNormal(), Isis::CameraPointInfo::GetPointInfo(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::Camera::GroundRangeResolution(), Isis::Camera::InCube(), parentSample(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), Isis::Camera::ringRangeResolution(), and Isis::UniversalGroundMap::Sample().
|
virtual |
Compute the sample resolution in meters per pixel for the current set point.
CSM sensor models do not expose all of the necessary parameters to do the same calculation as ISIS sensor models, so this uses a more time consuming but more accurate method and thus is equivalent to the oblique sample resolution.
Reimplemented from Isis::Camera.
Definition at line 466 of file CSMCamera.cpp.
References Isis::Sensor::HasSurfaceIntersection(), ImagePartials(), and Isis::Null.
Referenced by ObliqueSampleResolution().
|
inherited |
Returns the number of samples in the image.
Definition at line 2806 of file Camera.cpp.
References Isis::Camera::p_samples.
Referenced by Isis::Camera::InCube(), Isis::SmtkMatcher::inCube(), Isis::MiniRF::MiniRF(), Isis::NewHorizonsMvicFrameCameraDistortionMap::NewHorizonsMvicFrameCameraDistortionMap(), Isis::NewHorizonsMvicTdiCameraDistortionMap::NewHorizonsMvicTdiCameraDistortionMap(), and Isis::MocWideAngleDetectorMap::SetParent().
|
protected |
Get the position of the sensor in the body fixed coordinate system at the currently set time.
Definition at line 595 of file CSMCamera.cpp.
References parentLine(), parentSample(), and sensorPositionBodyFixed().
Referenced by EmissionAngle(), instrumentBodyFixedPosition(), PhaseAngle(), sensorPositionBodyFixed(), SlantDistance(), subSpacecraftPoint(), and targetCenterDistance().
|
protected |
Get the position of the sensor in the body fixed coordinate system at an image coordinate.
line | The line of the image coordinate |
sample | the sample of the image coordinate |
Definition at line 609 of file CSMCamera.cpp.
References isisToCsmPixel().
|
virtualinherited |
Virtual method that sets the band number.
band | Band Number |
Reimplemented in Isis::LroWideAngleCamera, Isis::MarciCamera, Isis::ThemisIrCamera, Isis::ThemisVisCamera, Isis::CrismCamera, Isis::NewHorizonsLeisaCamera, and Isis::NewHorizonsMvicFrameCamera.
Definition at line 2710 of file Camera.cpp.
References Isis::Camera::p_childBand.
Referenced by Isis::PhotometricFunction::compute(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::Camera::GroundRangeResolution(), Isis::Camera::LoadCache(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), Isis::Camera::ringRangeResolution(), Isis::UniversalGroundMap::SetBand(), Isis::LroWideAngleCamera::SetBand(), Isis::MarciCamera::SetBand(), Isis::ThemisVisCamera::SetBand(), Isis::NewHorizonsLeisaCamera::SetBand(), Isis::NewHorizonsMvicFrameCamera::SetBand(), Isis::Camera::StartEndEphemerisTimes(), Isis::CubeViewport::viewGray(), and Isis::CubeViewport::viewRGB().
|
inherited |
Sets the Detector Map.
This object will take ownership of the detector map pointer.
*map | Pointer to a CameraDetectorMap object |
Definition at line 2402 of file Camera.cpp.
References Isis::Camera::p_detectorMap.
Referenced by Isis::CameraDetectorMap::CameraDetectorMap().
|
inherited |
Sets the Distortion Map.
This object will take ownership of the distortion map pointer.
*map | Pointer to a CameraDistortionMap object |
Definition at line 2372 of file Camera.cpp.
References Isis::Camera::p_distortionMap.
Referenced by Isis::CameraDistortionMap::CameraDistortionMap(), and Isis::TgoCassisCamera::TgoCassisCamera().
|
protectedinherited |
Reads the focal length from the instrument kernel.
Definition at line 1422 of file Camera.cpp.
References Isis::Spice::getDouble(), Isis::Spice::naifIkCode(), Isis::Camera::SetFocalLength(), and Isis::toString().
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::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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::Camera::SetFocalLength(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
protectedinherited |
Sets the focal length.
v | Focal Length |
Definition at line 3044 of file Camera.cpp.
References Isis::Camera::p_focalLength.
Referenced by Isis::RadarSlantRangeMap::SetFocalPlane().
|
inherited |
Sets the Focal Plane Map.
This object will take ownership of the focal plane map pointer.
*map | Pointer to a CameraFocalPlaneMap object |
Definition at line 2387 of file Camera.cpp.
References Isis::Camera::p_focalPlaneMap.
Referenced by Isis::CameraFocalPlaneMap::CameraFocalPlaneMap(), and Isis::CameraFocalPlaneMap::Init().
|
protectedinherited |
This method sets the best geometric tiling size for projecting from this camera model.
This is used by cam2map/ProcessRubberSheet. When cubes are projected, an attempt is made to use linear equations to take large, square chunks of data at a time to cull the amount of SetUniversalGround(...) calls necessary to project a cube. If the chunk of data fails to be linear, then it will be split up into 4 corners and each of the new chunks (corners) are reconsidered up until endSize is reached - the endsize size will be considered, it is inclusive. The startSize must be a power of 2 greater than 2, and the endSize must be a power of 2 equal to or less than the start size but greater than 2. If both the startSize and endSize are set to 2 then no geometric tiling will be enabled.
startSize | The tile size to start with; default 128 |
endSize | The tile size to give up at; default 8 |
Definition at line 2584 of file Camera.cpp.
References Isis::Camera::p_geometricTilingEndSize, Isis::Camera::p_geometricTilingStartSize, and Isis::IException::Programmer.
Referenced by Isis::Camera::Camera(), Isis::LroWideAngleCamera::LroWideAngleCamera(), and Isis::MarciCamera::MarciCamera().
|
virtual |
Set the ground point for the Camera Model and then compute the corresponding image time, look vector, and image coordinate.
surfacePt | The ground point |
Reimplemented from Isis::Camera.
Definition at line 365 of file CSMCamera.cpp.
References Isis::AlphaCube::BetaLine(), Isis::AlphaCube::BetaSample(), Isis::ShapeModel::clearSurfacePoint(), csmToIsisPixel(), Isis::ShapeModel::hasIntersection(), isisToCsmGround(), Isis::Spice::m_et, Isis::Sensor::m_lookB, Isis::Sensor::m_newLookB, m_refTime, Isis::Camera::p_alphaCube, Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_pointComputed, Isis::ShapeModel::setHasIntersection(), and Isis::Spice::target().
|
inherited |
This overloaded method has the opposite function as SetLookDirection.
Instead of computing a point on the target, a point is set and the look direction is computed. Other methods such as lat/lon, phase, incidence, etc. can be used if this method returns a true.
backCheck | If true this method will check the lat/lon point to see if it falls on the backside of the target (or beyond the horizon). If false this test will not occur. Defaults to true. |
Definition at line 447 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::Coordinate(), Isis::Spice::instrumentPosition(), Isis::Sensor::SetGroundLocal(), and Isis::Spice::target().
Set the latitude and longitude for the Camera Model and then compute the corresponding image time, look vector, and image coordinate.
The ground point radius will be computed from the shape model.
latitude | The ground point latitude |
longitude | The ground point longitude |
Reimplemented from Isis::Camera.
Definition at line 236 of file CSMCamera.cpp.
References Isis::Angle::Degrees, Isis::Distance::isValid(), Isis::Distance::Kilometers, Isis::Sensor::LocalRadius(), Isis::ShapeModel::name(), SetGround(), and Isis::Spice::target().
Referenced by SetGround(), SetUniversalGround(), and SetUniversalGround().
|
privateinherited |
Computes look vector.
This method handles the common functions for the overloaded SetUniversalGround methods.
Instead of computing a point on the target, a point is set (lat,lon,radius) and the look direction is computed.
backCheck | If true this method will check the lat/lon point to see if it falls on the backside of the target (or beyond the horizon). If false this test will not occur. Defaults to true. |
Definition at line 479 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::Coordinate(), Isis::ShapeModel::hasIntersection(), Isis::Spice::instrumentPosition(), Isis::ShapeModel::isVisibleFrom(), Isis::Sensor::lookDirectionBodyFixed(), Isis::Sensor::m_lookB, Isis::Sensor::m_newLookB, Isis::ShapeModel::setHasIntersection(), Isis::ShapeModel::surfaceIntersection(), and Isis::Spice::target().
Referenced by Isis::Sensor::SetGround(), Isis::Sensor::SetUniversalGround(), and Isis::Sensor::SetUniversalGround().
|
inherited |
Sets the Ground Map.
This object will take ownership of the ground map pointer.
*map | Pointer to a CameraGroundMap object |
Definition at line 2417 of file Camera.cpp.
References Isis::Camera::p_groundMap.
Referenced by Isis::CameraGroundMap::CameraGroundMap().
|
virtual |
Set the image sample and line for the Camera Model and then compute the corresponding image time, look vector, and ground point.
sample | The image sample coordinate |
line | The image line coordinate |
Reimplemented from Isis::Camera.
Definition at line 130 of file CSMCamera.cpp.
References Isis::AlphaCube::AlphaLine(), Isis::AlphaCube::AlphaSample(), isisToCsmPixel(), Isis::Spice::m_et, m_refTime, Isis::Camera::p_alphaCube, Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_pointComputed, SetLookDirection(), and Isis::Spice::target().
Referenced by CelestialNorthClockAngle(), and SetRightAscensionDeclination().
|
virtualinherited |
Sets the sample/line values of the image to get the lat/lon values with a time offset of deltaT.
Warning: The deltaT parameter was added specifically for pixel2map to use for the Dawn VIR camera. It is used to adjust the pointing to its location at specific times like the times at the beginning, middle, and end of exposure for a specific pixel, when the correct deltaT can be determined to achieve these results.
Do not use this verstion of SetImage with a deltaT unless you understand exactly what this does.
sample | Sample coordinate of the cube. |
line | Line coordinate of the cube. |
deltaT | seconds from the center exposure time |
Definition at line 230 of file Camera.cpp.
References Isis::AlphaCube::AlphaLine(), Isis::AlphaCube::AlphaSample(), Isis::ShapeModel::clearSurfacePoint(), Isis::CameraDetectorMap::DetectorLine(), Isis::CameraDetectorMap::DetectorSample(), Isis::CameraFocalPlaneMap::FocalPlaneX(), Isis::CameraFocalPlaneMap::FocalPlaneY(), Isis::Projection::IsSky(), Isis::Camera::p_alphaCube, Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_detectorMap, Isis::Camera::p_distortionMap, Isis::Camera::p_focalPlaneMap, Isis::Camera::p_groundMap, Isis::Camera::p_ignoreProjection, Isis::Camera::p_pointComputed, Isis::Camera::p_projection, Isis::CameraFocalPlaneMap::SetDetector(), Isis::CameraGroundMap::SetFocalPlane(), Isis::CameraDistortionMap::SetFocalPlane(), Isis::Camera::SetImageMapProjection(), Isis::Camera::SetImageSkyMapProjection(), Isis::CameraDetectorMap::SetParent(), Isis::Spice::target(), Isis::CameraDistortionMap::UndistortedFocalPlaneX(), Isis::CameraDistortionMap::UndistortedFocalPlaneY(), and Isis::CameraDistortionMap::UndistortedFocalPlaneZ().
|
privateinherited |
Sets the sample/line values of the image to get the lat/lon values for a Map Projected image.
sample | Sample coordinate of the cube |
line | Line coordinate of the cube |
shape | shape of the target |
Definition at line 296 of file Camera.cpp.
References Isis::ShapeModel::clearSurfacePoint(), Isis::Angle::Degrees, Isis::Sensor::LocalRadius(), Isis::Distance::Meters, Isis::ShapeModel::name(), Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_projection, Isis::Camera::SetGround(), Isis::ShapeModel::setHasIntersection(), and Isis::Projection::SetWorld().
Referenced by Isis::Camera::SetImage(), and Isis::Camera::SetImage().
|
privateinherited |
Sets the sample/line values of the image to get the lat/lon values for a Skymap Projected image.
sample | Sample coordinate of the cube |
line | Line coordinate of the cube |
shape | shape of the target |
Definition at line 357 of file Camera.cpp.
References Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::HasSurfaceIntersection(), Isis::Camera::p_childLine, Isis::Camera::p_childSample, Isis::Camera::p_projection, and Isis::Camera::SetRightAscensionDeclination().
Referenced by Isis::Camera::SetImage(), and Isis::Camera::SetImage().
|
inherited |
Sets the look direction of the spacecraft.
This routine will then attempt to intersect the look direction with the target. If successful you can utilize the methods which return the lat/lon, phase, incidence, etc. This routine returns false if the look direction does not intersect the target.
v[] | A look vector in camera coordinates. For example, (0,0,1) is usually the look direction out of the boresight of a camera. |
2009-09-23 Tracie Sucharski - Convert negative longitudes returned my reclat.
2010-09-15 Janet Barrett - Modified this method to use a new algorithm for finding the intersection of a ray with the DEM. This was required to take care of problems that were encountered at the poles of global DEM files. The algorithm that is being used was taken from "Intersection between spacecraft viewing vectors and digital elevation models" by N.A. Teanby. This algorithm only works on Equatorial Cylindrical projections. Other projections still use the previous algorithm.
2010-10-26 Janet Barrett - The tolerance value of 1E-5 was too small and was causing a divide by zero error when the current and last intersections were virtually the same. The tolerance was changed to 3E-8 * a (where a is the equatorial radius of the planet we are dealing with).
2011-01-24 Janet Barrett - Got rid of extra loop that wasn't needed for the new ray tracing algorithm.
Definition at line 143 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::Sensor::Coordinate(), Isis::Spice::instrumentPosition(), Isis::Spice::instrumentRotation(), Isis::Sensor::m_lookB, Isis::Sensor::m_newLookB, and Isis::Spice::target().
Referenced by Isis::PixelFOV::instantaneousFov(), Isis::CameraGroundMap::SetFocalPlane(), Isis::CameraSkyMap::SetFocalPlane(), Isis::VimsGroundMap::SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), and Isis::Sensor::SetRightAscensionDeclination().
|
virtual |
Sets the look direction of the spacecraft.
This routine will then attempt to intersect the look direction with the target. If successful you can utilize the methods which return the lat/lon, phase, incidence, etc. This routine returns false if the look direction does not intersect the target.
v[] | A look vector in camera coordinates. For example, (0,0,1) is usually the look direction out of the boresight of a camera. |
Definition at line 306 of file CSMCamera.cpp.
References Isis::Sensor::m_lookB, Isis::Sensor::m_newLookB, and Isis::Spice::target().
Referenced by SetImage().
|
protectedinherited |
Reads the Pixel Pitch from the instrument kernel.
Definition at line 1429 of file Camera.cpp.
References Isis::Spice::getDouble(), Isis::Spice::naifIkCode(), Isis::Camera::SetPixelPitch(), and Isis::toString().
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::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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::Camera::SetPixelPitch(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
protectedinherited |
Sets the pixel pitch.
v | Pixel Pitch |
Definition at line 3053 of file Camera.cpp.
References Isis::Camera::p_pixelPitch.
|
virtual |
Given the ra/dec compute the look direction.
ra | Right ascension in degrees (sky longitude). |
dec | Declination in degrees (sky latitude). |
Reimplemented from Isis::Camera.
Definition at line 265 of file CSMCamera.cpp.
References csmToIsisPixel(), Isis::DEG2RAD, and SetImage().
Referenced by CelestialNorthClockAngle().
|
inherited |
Sets the Sky Map.
This object will take ownership of the sky map pointer.
*map | Pointer to a CameraSkyMap object |
Definition at line 2431 of file Camera.cpp.
References Isis::Camera::p_skyMap.
Referenced by Isis::CameraSkyMap::CameraSkyMap(), and Isis::CSMSkyMap::CSMSkyMap().
|
protected |
Set the Target object for the camera model.
label | The label containing information to create the Target from |
Definition at line 777 of file CSMCamera.cpp.
References Isis::Spice::m_target, Isis::Distance::Meters, Isis::Spice::radii(), and Isis::Spice::target().
Referenced by init().
|
virtual |
Set the time and update the sensor position and orientation.
This is not supported for CSM cameras because the time is a function of the image coordinate and the two cannot be changed independently.
time | The time to set |
Reimplemented from Isis::Spice.
Definition at line 1102 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtual |
Set the latitude and longitude for the Camera Model and then compute the corresponding image time, look vector, and image coordinate.
The ground point radius will be computed from the shape model.
latitude | The ground point latitude in degrees |
longitude | The ground point longitude in positive East, 360 domain degrees |
Reimplemented from Isis::Camera.
Definition at line 201 of file CSMCamera.cpp.
References Isis::Angle::Degrees, and SetGround().
|
inherited |
This is the opposite routine for SetLookDirection.
Instead of computing a point on the target, a point is set and the look direction is computed. Other methods such as lat/lon, phase, incidence, etc. can be used if this method returns a true.
latitude | Planetocentric latitude. |
longitude | Positive east longitude. |
backCheck | If true this method will check the lat/lon point to see if it falls on the backside of the target (or beyond the horizon). If false this test will not occur. Defaults to true. |
Definition at line 363 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::Coordinate(), Isis::Angle::Degrees, Isis::Spice::instrumentPosition(), Isis::Sensor::SetGroundLocal(), and Isis::Spice::target().
|
inherited |
This overloaded method has the opposite function as SetLookDirection.
Instead of computing a point on the target, a point is set and the look direction is computed. Other methods such as lat/lon, phase, incidence, etc. can be used if this method returns a true.
latitude | Planetocentric latitude in degrees. |
longitude | Positive east longitude in degrees. |
radius | Radius in meters. |
backCheck | If true this method will check the lat/lon point to see if it falls on the backside of the target (or beyond the horizon). If false this test will not occur. Defaults to true. |
Definition at line 405 of file Sensor.cpp.
References Isis::Spice::bodyRotation(), Isis::ShapeModel::clearSurfacePoint(), Isis::Sensor::Coordinate(), Isis::Angle::Degrees, Isis::Spice::instrumentPosition(), Isis::Distance::Meters, Isis::Sensor::SetGroundLocal(), and Isis::Spice::target().
|
virtual |
Set the latitude, longitude, and radius for the Camera Model and then compute the corresponding image time, look vector, and image coordinate.
latitude | The ground point latitude in degrees |
longitude | The ground point longitude in positive East, 360 domain degrees |
radius | The ground point radius in meters |
Reimplemented from Isis::Camera.
Definition at line 218 of file CSMCamera.cpp.
References Isis::Angle::Degrees, Isis::Distance::Meters, and SetGround().
|
inherited |
Returns a pointer to the CameraSkyMap object.
Definition at line 2896 of file Camera.cpp.
References Isis::Camera::p_skyMap.
Referenced by Isis::LineScanCamera::SkyMap(), and Isis::VimsCamera::VimsCamera().
|
virtual |
Compute the slant distance from the sensor to the ground point at the currently set time.
Reimplemented from Isis::Sensor.
Definition at line 918 of file CSMCamera.cpp.
References Isis::Sensor::GetSurfacePoint(), and sensorPositionBodyFixed().
|
inherited |
Calculates the slope at the current point by computing the angle between the local surface normal and the ellipsoid surface normal.
If there is a failure during the process, such as there not being an intersection, then success will be false and slope will not be modified.
[out] | slope | The slope angle in degrees |
[out] | success | If the slope was successfully calculated |
Definition at line 1706 of file Camera.cpp.
References Isis::Camera::GetLocalNormal(), Isis::RAD2DEG, and Isis::Spice::target().
|
virtual |
Computes the distance to the sun from the currently set ground point.
This is not supported for CSM models because we cannot get the sun position.
Reimplemented from Isis::Sensor.
Definition at line 1230 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtualinherited |
Returns the solar longitude.
Definition at line 1521 of file Spice.cpp.
References Isis::Spice::computeSolarLongitude(), Isis::Spice::m_et, and Isis::Spice::m_solarLongitude.
Referenced by Isis::CameraPointInfo::GetPointInfo(), and Isis::Spice::init().
|
inherited |
Returns the distance from the spacecraft to the subspacecraft point in km.
It uses the ellipsoid, not the shape model.
Definition at line 703 of file Sensor.cpp.
References Isis::Spice::instrumentPosition(), Isis::Sensor::LocalRadius(), and Isis::Spice::subSpacecraftPoint().
Referenced by Isis::CrismCamera::CrismCamera(), Isis::CameraPointInfo::GetPointInfo(), Isis::Camera::LoadCache(), and Isis::MiniRF::MiniRF().
|
inherited |
Return the Spacecraft Azimuth.
Definition at line 1968 of file Camera.cpp.
References Isis::Camera::ComputeAzimuth(), and Isis::Spice::subSpacecraftPoint().
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
virtualinherited |
This method returns the full spacecraft name.
Implements Isis::Sensor.
Reimplemented in Isis::IdealCamera.
Definition at line 2936 of file Camera.cpp.
References Isis::Camera::m_spacecraftNameLong.
Referenced by Isis::GuiCamera::GuiCamera().
|
virtualinherited |
This method returns the shortened spacecraft name.
Implements Isis::Sensor.
Reimplemented in Isis::IdealCamera.
Definition at line 2946 of file Camera.cpp.
References Isis::Camera::m_spacecraftNameShort.
Referenced by Isis::GuiCamera::GuiCamera().
|
inherited |
Sets the vector between the spacecraft and surface point in body-fixed.
scSurfaceVector | The direction vector from the observer to the surface intersection. |
Definition at line 634 of file Sensor.cpp.
References Isis::Sensor::m_lookB.
|
inlinevirtual |
SPK Center ID - 6 (Saturn)
Reimplemented from Isis::Camera.
Definition at line 66 of file CSMCamera.h.
|
inlinevirtual |
|
virtualinherited |
Provides target code for instruments SPK NAIF kernel.
This virtual method may need to be implemented in each camera model providing the target NAIF ID code found in the mission SPK kernel. This is typically the spacecraft ID code.
This value can be easily determined by using the NAIF spacit application that sumarizes binary kernels on the SPK kernel used for a particular instrument on a spacecraft. spacit will additionally require a leap seconds kernel (LSK). For example, the output of the MESSENGER SPK camera supporting the MDIS camera below indicates it is indeed the MESSENGER spacecraft:
The SpkTargetId value is found in the "Target Body" entry (-236).
For most cases, this is the NAIF SPK code returned by the naifSpkCode() method (in the Spice class). Some instrument camera models may need to override this method if this is not case.
Reimplemented in Isis::ApolloMetricCamera, Isis::IdealCamera, Isis::JunoCamera, Isis::MiniRF, Isis::MdisCamera, Isis::TgoCassisCamera, Isis::VikingCamera, and Isis::VoyagerCamera.
Definition at line 2993 of file Camera.cpp.
References Isis::Spice::naifSpkCode().
|
inherited |
Calculates the start and end ephemeris times.
These times are found by looping through the bands and finding the ephemeris times for the upper left and bottom right pixels in the image. The start time (shutter open time) is the minimum value of those ephemeris times. The end time (shutter close time) is the maximum value of those ephemeris times. This method must be called before a call to the Spice::createCache() method. It is called in the LoadCache() method.
iException::Programmer | - "Unable to find time range for the spice kernels." |
Definition at line 2509 of file Camera.cpp.
References Isis::Camera::Bands(), Isis::AlphaCube::BetaLines(), Isis::AlphaCube::BetaSamples(), Isis::Camera::p_alphaCube, Isis::IException::Programmer, Isis::Camera::SetBand(), Isis::Camera::SetImage(), and Isis::Spice::time().
Referenced by Isis::Camera::LoadCache().
|
protectedinherited |
|
protectedinherited |
|
virtual |
Returns the sub-solar latitude/longitude in universal coordinates (0-360 positive east, ocentric).
This is not supported for CSM sensors because we cannot get the position of the sun, only the illumination direction
lat | Sub-solar latitude |
lon | Sub-solar longitude |
Reimplemented from Isis::Spice.
Definition at line 1118 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtual |
Get the latitude and longitude of the sub-spacecraft point at the currently set time.
[out] | lat | Will be filled with the latitude in degrees |
[out] | lon | Will be filled with the longitude in positive East, 360 domain degrees |
Reimplemented from Isis::Spice.
Definition at line 630 of file CSMCamera.cpp.
References parentLine(), parentSample(), and subSpacecraftPoint().
Referenced by subSpacecraftPoint().
|
virtual |
Get the latitude and longitude of the sub-spacecraft point at the an image coordinate.
[out] | lat | Will be filled with the latitude in degrees |
[out] | lon | Will be filled with the longitude in positive East, 360 domain degrees |
line | The line of the image coordinate | |
sample | the sample of the image coordinate |
Definition at line 645 of file CSMCamera.cpp.
References Isis::Angle::degrees(), Isis::SurfacePoint::GetLatitude(), Isis::SurfacePoint::GetLongitude(), Isis::Displacement::Kilometers, and sensorPositionBodyFixed().
|
inherited |
Returns the Sun Azimuth.
Definition at line 1954 of file Camera.cpp.
References Isis::Camera::ComputeAzimuth(), and Isis::Spice::subSolarPoint().
Referenced by Isis::CameraPointInfo::GetPointInfo().
|
virtual |
Get the SpicePosition object that contains the state information for the sun in J2000.
This is not supported for CSM sensors because we cannot get the position of the sun, only the illumination direction.
Reimplemented from Isis::Spice.
Definition at line 1159 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtual |
Get the body fixed position of the sun in kilometers.
This is not supported for CSM sensors because we cannot get the position of the sun, only the illumination direction.
[out] | p | The position of the sun |
Reimplemented from Isis::Spice.
Definition at line 1145 of file CSMCamera.cpp.
References Isis::IException::Programmer.
|
virtualinherited |
|
virtualinherited |
Returns a pointer to the target object.
Definition at line 1380 of file Spice.cpp.
References Isis::Spice::m_target.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::basicRingMapping(), Isis::Sensor::Coordinate(), EmissionAngle(), Isis::Sensor::EmissionAngle(), Isis::Sensor::GetLatitude(), Isis::Camera::GetLocalNormal(), Isis::Sensor::GetLongitude(), Isis::Sensor::GetSurfacePoint(), Isis::CameraGroundMap::GetXY(), Isis::UniversalGroundMap::GroundRange(), Isis::Camera::GroundRangeResolution(), Isis::Sensor::HasSurfaceIntersection(), Isis::Sensor::IgnoreElevationModel(), Isis::ImportImagesWorkOrder::importConfirmedImages(), IncidenceAngle(), Isis::Sensor::IncidenceAngle(), Isis::Camera::LoadCache(), Isis::Sensor::LocalRadius(), Isis::Sensor::LocalRadius(), Isis::Sensor::LocalRadius(), Isis::Camera::NorthAzimuth(), PhaseAngle(), Isis::Camera::RawFocalPlanetoImage(), Isis::CameraGroundMap::SetGround(), Isis::VimsGroundMap::SetGround(), Isis::Camera::SetGround(), SetGround(), Isis::Sensor::SetGround(), Isis::Camera::SetGround(), SetGround(), Isis::Sensor::SetGroundLocal(), Isis::Camera::SetImage(), SetImage(), Isis::Camera::SetImage(), Isis::Sensor::SetLookDirection(), SetLookDirection(), Isis::Camera::SetRightAscensionDeclination(), setTarget(), Isis::Sensor::setTime(), Isis::Camera::SetUniversalGround(), Isis::Sensor::SetUniversalGround(), Isis::Camera::SetUniversalGround(), Isis::Sensor::SetUniversalGround(), Isis::Sensor::SlantDistance(), Isis::Camera::Slope(), Isis::Sensor::SolarDistance(), Isis::Spice::subSolarPoint(), and Isis::Spice::subSpacecraftPoint().
|
virtual |
Calculates and returns the distance from the spacecraft to the target center at the currently set time.
Reimplemented from Isis::Spice.
Definition at line 940 of file CSMCamera.cpp.
References sensorPositionBodyFixed().
|
inherited |
Returns the QString name of the target.
Definition at line 1390 of file Spice.cpp.
References Isis::Spice::m_target, and Isis::Target::name().
|
virtualinherited |
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
IException::Programmer | "Unable to retrieve the time Spice::setTime must be called first." |
Definition at line 891 of file Spice.cpp.
References Isis::Spice::m_et, and Isis::IException::Programmer.
Referenced by Isis::RadarSlantRangeMap::ComputeA(), Isis::CameraPointInfo::GetPointInfo(), Isis::IsisSensor::getState(), Isis::IsisSensor::getState(), Isis::HiresCamera::HiresCamera(), Isis::KaguyaTcCamera::KaguyaTcCamera(), Isis::LoHighCamera::LoHighCamera(), Isis::LoMediumCamera::LoMediumCamera(), Isis::LwirCamera::LwirCamera(), Isis::NewHorizonsMvicFrameCamera::SetBand(), Isis::ApolloPanoramicDetectorMap::SetDetector(), Isis::LineScanCameraDetectorMap::SetDetector(), Isis::RadarPulseMap::SetDetector(), Isis::VariableLineScanCameraDetectorMap::SetDetector(), Isis::RadarSlantRangeMap::SetFocalPlane(), Isis::CameraDetectorMap::SetParent(), Isis::RollingShutterCameraDetectorMap::SetParent(), Isis::Sensor::setTime(), Isis::RadarSlantRangeMap::SetUndistortedFocalPlane(), Isis::ApolloMetricCamera::ShutterOpenCloseTimes(), Isis::IssNACamera::ShutterOpenCloseTimes(), Isis::IssWACamera::ShutterOpenCloseTimes(), Isis::HiresCamera::ShutterOpenCloseTimes(), Isis::LwirCamera::ShutterOpenCloseTimes(), Isis::NirCamera::ShutterOpenCloseTimes(), Isis::UvvisCamera::ShutterOpenCloseTimes(), Isis::ClipperWacFcCamera::ShutterOpenCloseTimes(), Isis::DawnFcCamera::ShutterOpenCloseTimes(), Isis::SsiCamera::ShutterOpenCloseTimes(), Isis::HayabusaAmicaCamera::ShutterOpenCloseTimes(), Isis::HayabusaNirsCamera::ShutterOpenCloseTimes(), Isis::Hyb2OncCamera::ShutterOpenCloseTimes(), Isis::JunoCamera::ShutterOpenCloseTimes(), Isis::LoHighCamera::ShutterOpenCloseTimes(), Isis::LoMediumCamera::ShutterOpenCloseTimes(), Isis::Mariner10Camera::ShutterOpenCloseTimes(), Isis::MdisCamera::ShutterOpenCloseTimes(), Isis::MexHrscSrcCamera::ShutterOpenCloseTimes(), Isis::MsiCamera::ShutterOpenCloseTimes(), Isis::NewHorizonsLorriCamera::ShutterOpenCloseTimes(), Isis::NewHorizonsMvicFrameCamera::ShutterOpenCloseTimes(), Isis::OsirisRexOcamsCamera::ShutterOpenCloseTimes(), Isis::OsirisRexTagcamsCamera::ShutterOpenCloseTimes(), Isis::RosettaOsirisCamera::ShutterOpenCloseTimes(), Isis::TgoCassisCamera::ShutterOpenCloseTimes(), Isis::VikingCamera::ShutterOpenCloseTimes(), Isis::VoyagerCamera::ShutterOpenCloseTimes(), Isis::FramingCamera::ShutterOpenCloseTimes(), Isis::Camera::StartEndEphemerisTimes(), and Isis::UvvisCamera::UvvisCamera().
|
virtualinherited |
Returns the planetocentric latitude, in degrees, at the surface intersection point in the body fixed coordinate system.
Definition at line 212 of file Sensor.cpp.
References Isis::Angle::degrees(), and Isis::Sensor::GetLatitude().
Referenced by Isis::QnetCubeDistanceFilter::filter(), Isis::SmtkMatcher::getLatLon(), Isis::CameraPointInfo::GetPointInfo(), Isis::Camera::GroundRangeResolution(), Isis::PixelFOV::instantaneousFov(), Isis::Camera::NorthAzimuth(), Isis::ControlNetFilter::PointLatLonFilter(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetRightAscensionDeclination(), and Isis::UniversalGroundMap::UniversalLatitude().
|
virtualinherited |
Returns the positive east, 0-360 domain longitude, in degrees, at the surface intersection point in the body fixed coordinate system.
Definition at line 235 of file Sensor.cpp.
References Isis::Angle::degrees(), and Isis::Sensor::GetLongitude().
Referenced by Isis::SmtkMatcher::getLatLon(), Isis::CameraPointInfo::GetPointInfo(), Isis::Camera::GroundRangeResolution(), Isis::PixelFOV::instantaneousFov(), Isis::Sensor::LocalSolarTime(), Isis::ControlNetFilter::PointLatLonFilter(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::ringRangeResolution(), Isis::Camera::SetRightAscensionDeclination(), and Isis::UniversalGroundMap::UniversalLongitude().
|
privateinherited |
Indicates whether to allow downsizing.
Definition at line 411 of file Spice.h.
Referenced by Isis::Spice::defaultInit().
|
protectedinherited |
This contains the transformation matrix from J2000 (J) to Body fixed (B).
Recall that the transpose of this matrix JB will convert from body-fixed to J2000. It is left in protected space so that conversions between double and SpiceDouble do not have to occur in inheriting classes.
|
privateinherited |
Naif's BODY_FRAME_CODE value.
It is read from the labels, if it exists. Otherwise, it's calculated by the init() method.
Definition at line 423 of file Spice.h.
Referenced by Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifBodyFrameCode(), and Isis::Spice::~Spice().
|
privateinherited |
Body spice rotation.
Definition at line 409 of file Spice.h.
Referenced by Isis::Spice::bodyRotation(), Isis::Spice::computeSolarLongitude(), Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::instrumentBodyFixedPosition(), Isis::Spice::instrumentBodyFixedVelocity(), Isis::Spice::setTime(), Isis::Spice::subSpacecraftPoint(), Isis::Spice::targetCenterDistance(), and Isis::Spice::~Spice().
|
privateinherited |
Cache size. Note: This value is 1 for Framing cameras.
Definition at line 401 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::setTime(), and Isis::Spice::~Spice().
|
privateinherited |
Camera kernel (CK) code.
Definition at line 419 of file Spice.h.
Referenced by Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifCkCode(), and Isis::Spice::~Spice().
|
privateinherited |
Decliation (sky latitude)
Definition at line 242 of file Sensor.h.
Referenced by Isis::Sensor::computeRaDec(), and Isis::Sensor::Declination().
|
privateinherited |
Corrected end (shutter close) time of the observation.
Definition at line 400 of file Spice.h.
Referenced by Isis::Spice::cacheEndTime(), Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::setTime(), and Isis::Spice::~Spice().
|
privateinherited |
Kernels pvl group EndPadding keyword value.
Definition at line 404 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), and Isis::Spice::~Spice().
|
protectedinherited |
Ephemeris time (read NAIF documentation for a detailed description)
Definition at line 382 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::instrumentBodyFixedPosition(), Isis::Spice::instrumentBodyFixedVelocity(), Isis::Spice::isTimeSet(), SetGround(), SetImage(), Isis::Spice::setTime(), Isis::Spice::solarLongitude(), Isis::Spice::subSolarPoint(), Isis::Spice::subSpacecraftPoint(), Isis::Spice::sunPosition(), Isis::Spice::time(), and Isis::Spice::~Spice().
|
privateinherited |
Instrument kernel (IK) code.
Definition at line 420 of file Spice.h.
Referenced by Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifIkCode(), and Isis::Spice::~Spice().
|
protectedinherited |
The InstrumentId as it appears on the cube.
Definition at line 495 of file Camera.h.
Referenced by Isis::Camera::Camera(), and Isis::Camera::instrumentId().
|
protectedinherited |
Full instrument name.
Definition at line 497 of file Camera.h.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Camera::Camera(), 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::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), init(), Isis::Camera::instrumentNameLong(), 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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
protectedinherited |
Shortened instrument name.
Definition at line 498 of file Camera.h.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Camera::Camera(), 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::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), init(), Isis::Camera::instrumentNameShort(), 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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
privateinherited |
Instrument spice position.
Definition at line 406 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::instrumentBodyFixedPosition(), Isis::Spice::instrumentBodyFixedVelocity(), Isis::Spice::instrumentPosition(), Isis::Spice::setTime(), Isis::Spice::subSpacecraftPoint(), Isis::Spice::targetCenterDistance(), and Isis::Spice::~Spice().
|
privateinherited |
Instrument spice rotation.
Definition at line 407 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::instrumentRotation(), Isis::Spice::setTime(), and Isis::Spice::~Spice().
|
privateinherited |
Vector containing kernels filenames.
Definition at line 396 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::load(), and Isis::Spice::~Spice().
|
protectedinherited |
Look direction in body fixed.
Definition at line 234 of file Sensor.h.
Referenced by Isis::Sensor::computeRaDec(), Isis::Sensor::lookDirectionBodyFixed(), SetGround(), Isis::Sensor::SetGroundLocal(), Isis::Sensor::SetLookDirection(), SetLookDirection(), and Isis::Sensor::SpacecraftSurfaceVector().
|
private |
Definition at line 148 of file CSMCamera.h.
|
privateinherited |
NaifKeywords PvlObject from cube.
Definition at line 427 of file Spice.h.
Referenced by Isis::Spice::getStoredNaifKeywords(), and Isis::Spice::init().
|
protectedinherited |
flag to indicate we need to recompute ra/dec
Definition at line 235 of file Sensor.h.
Referenced by Isis::Sensor::computeRaDec(), Isis::Sensor::Declination(), Isis::Sensor::RightAscension(), Isis::Sensor::Sensor(), SetGround(), Isis::Sensor::SetGroundLocal(), Isis::Sensor::SetLookDirection(), and SetLookDirection().
|
privateinherited |
Right ascension (sky longitude)
Definition at line 241 of file Sensor.h.
Referenced by Isis::Sensor::computeRaDec(), and Isis::Sensor::RightAscension().
|
private |
CSM sensor model.
Definition at line 149 of file CSMCamera.h.
Referenced by init(), SetGround(), and SetImage().
|
privateinherited |
Spacecraft clock correlation kernel (SCLK) code.
Definition at line 421 of file Spice.h.
Referenced by Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifSclkCode(), and Isis::Spice::~Spice().
|
protectedinherited |
Body rotation solar longitude value.
Definition at line 383 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::solarLongitude(), and Isis::Spice::~Spice().
|
protectedinherited |
Full spacecraft name.
Definition at line 499 of file Camera.h.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Camera::Camera(), 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::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), init(), 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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::Camera::spacecraftNameLong(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
protectedinherited |
Shortened spacecraft name.
Definition at line 500 of file Camera.h.
Referenced by Isis::ApolloMetricCamera::ApolloMetricCamera(), Isis::ApolloPanoramicCamera::ApolloPanoramicCamera(), Isis::Camera::Camera(), 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::HayabusaAmicaCamera::HayabusaAmicaCamera(), Isis::HayabusaNirsCamera::HayabusaNirsCamera(), Isis::HiresCamera::HiresCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::Hyb2OncCamera::Hyb2OncCamera(), init(), 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::LroWideAngleCamera::LroWideAngleCamera(), Isis::LwirCamera::LwirCamera(), Isis::MarciCamera::MarciCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::MdisCamera::MdisCamera(), Isis::MexHrscSrcCamera::MexHrscSrcCamera(), Isis::MiniRF::MiniRF(), 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::Camera::spacecraftNameShort(), Isis::SsiCamera::SsiCamera(), Isis::TgoCassisCamera::TgoCassisCamera(), Isis::ThemisIrCamera::ThemisIrCamera(), Isis::ThemisVisCamera::ThemisVisCamera(), Isis::UvvisCamera::UvvisCamera(), Isis::VikingCamera::VikingCamera(), Isis::VimsCamera::VimsCamera(), and Isis::VoyagerCamera::VoyagerCamera().
|
privateinherited |
Spacecraft and planet ephemeris kernel (SPK) body code.
Definition at line 422 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::defaultInit(), Isis::Spice::init(), and Isis::Spice::~Spice().
|
privateinherited |
Spacecraft and planet ephemeris kernel (SPK) code.
Definition at line 418 of file Spice.h.
Referenced by Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifSpkCode(), and Isis::Spice::~Spice().
|
privateinherited |
Corrected start (shutter open) time of the observation.
Definition at line 399 of file Spice.h.
Referenced by Isis::Spice::cacheStartTime(), Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::setTime(), and Isis::Spice::~Spice().
|
privateinherited |
Kernels pvl group StartPadding keyword value.
Definition at line 403 of file Spice.h.
Referenced by Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), and Isis::Spice::~Spice().
|
privateinherited |
Sun spice position.
Definition at line 408 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::createCache(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::setTime(), Isis::Spice::sunPosition(), and Isis::Spice::~Spice().
|
protectedinherited |
Target of the observation.
Definition at line 381 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::csmInit(), Isis::Spice::defaultInit(), Isis::Spice::init(), Isis::Spice::naifBodyCode(), Isis::Spice::radii(), setTarget(), Isis::Spice::target(), Isis::Spice::targetName(), and Isis::Spice::~Spice().
|
protectedinherited |
This contains the sun position (u) in the bodyfixed reference frame (B).
It is left protected so that conversions between double and SpiceDouble do not have to occur in inheriting classes. Units are km
Definition at line 369 of file Spice.h.
Referenced by Isis::Sensor::IncidenceAngle(), Isis::Camera::LocalPhotometricAngles(), Isis::Sensor::PhaseAngle(), Isis::Spice::setTime(), Isis::Spice::subSolarPoint(), and Isis::Spice::sunPosition().
|
privateinherited |
Indicate whether we are reading values from an ISD returned from ALE.
Definition at line 432 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::init(), and Isis::Spice::readValue().
|
privateinherited |
Indicates whether we are reading values from the NaifKeywords PvlObject in cube.
Definition at line 429 of file Spice.h.
Referenced by Isis::Spice::computeSolarLongitude(), Isis::Spice::init(), and Isis::Spice::readValue().
|
protectedinherited |
A pointer to the AlphaCube.
Definition at line 504 of file Camera.h.
Referenced by Isis::Camera::CacheSize(), Isis::Camera::Camera(), Isis::Camera::LoadCache(), parentLine(), Isis::Camera::ParentLines(), parentSample(), Isis::Camera::ParentSamples(), Isis::Camera::RawFocalPlanetoImage(), SetGround(), Isis::Camera::SetImage(), SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetRightAscensionDeclination(), Isis::Camera::StartEndEphemerisTimes(), and Isis::Camera::~Camera().
|
privateinherited |
The number of bands in the image.
Definition at line 538 of file Camera.h.
Referenced by Isis::Camera::Bands(), Isis::Camera::Camera(), Isis::Camera::GroundRangeResolution(), Isis::Camera::RaDecRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
Band value for child.
Definition at line 564 of file Camera.h.
Referenced by Isis::Camera::Band(), Isis::Camera::Camera(), Isis::Camera::exposureDuration(), Isis::Camera::exposureDuration(), and Isis::Camera::SetBand().
|
protectedinherited |
Line value for child.
Definition at line 503 of file Camera.h.
Referenced by Declination(), Isis::Camera::exposureDuration(), Isis::Camera::Line(), Isis::Camera::RawFocalPlanetoImage(), RightAscension(), SetGround(), Isis::Camera::SetImage(), SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetImageMapProjection(), Isis::Camera::SetImageSkyMapProjection(), and Isis::Camera::SetRightAscensionDeclination().
|
protectedinherited |
Sample value for child.
Definition at line 502 of file Camera.h.
Referenced by Declination(), Isis::Camera::exposureDuration(), Isis::Camera::RawFocalPlanetoImage(), RightAscension(), Isis::Camera::Sample(), SetGround(), Isis::Camera::SetImage(), SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetImageMapProjection(), Isis::Camera::SetImageSkyMapProjection(), and Isis::Camera::SetRightAscensionDeclination().
|
privateinherited |
A pointer to the DetectorMap.
Definition at line 567 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::DetectorMap(), Isis::Camera::exposureDuration(), Isis::Camera::exposureDuration(), Isis::Camera::LineResolution(), Isis::Camera::ObliqueLineResolution(), Isis::Camera::ObliqueSampleResolution(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SampleResolution(), Isis::Camera::SetDetectorMap(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetRightAscensionDeclination(), and Isis::Camera::~Camera().
|
privateinherited |
A pointer to the DistortionMap.
Definition at line 565 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::DistortionMap(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetDistortionMap(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetRightAscensionDeclination(), and Isis::Camera::~Camera().
|
privateinherited |
The focal length, in units of millimeters.
Definition at line 519 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::DetectorResolution(), Isis::Camera::FocalLength(), and Isis::Camera::SetFocalLength().
|
privateinherited |
A pointer to the FocalPlaneMap.
Definition at line 566 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::FocalPlaneMap(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetFocalPlaneMap(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetRightAscensionDeclination(), and Isis::Camera::~Camera().
|
privateinherited |
The ideal geometric tile size to end with when projecting.
Definition at line 574 of file Camera.h.
Referenced by Isis::Camera::GetGeometricTilingHint(), and Isis::Camera::SetGeometricTilingHint().
|
privateinherited |
The ideal geometric tile size to start with when projecting.
Definition at line 572 of file Camera.h.
Referenced by Isis::Camera::GetGeometricTilingHint(), and Isis::Camera::SetGeometricTilingHint().
|
privateinherited |
A pointer to the GroundMap.
Definition at line 568 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::GroundMap(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetGround(), Isis::Camera::SetGroundMap(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetUniversalGround(), Isis::Camera::SetUniversalGround(), and Isis::Camera::~Camera().
|
privateinherited |
Flag showing if ground range was computed successfully.
Definition at line 533 of file Camera.h.
Referenced by Isis::Camera::Camera(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
Whether or no to ignore the Projection.
Definition at line 543 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::IgnoreProjection(), Isis::Camera::LoadCache(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), and Isis::Camera::SetRightAscensionDeclination().
|
privateinherited |
The number of lines in the image.
Definition at line 537 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::GroundRangeResolution(), Isis::Camera::Lines(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The maximum declination.
Definition at line 546 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The maximum latitude.
Definition at line 523 of file Camera.h.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The maximum longitude.
Definition at line 525 of file Camera.h.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The maximum longitude in the 180 domain.
Definition at line 531 of file Camera.h.
Referenced by Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The maximum oblique resolution.
Definition at line 529 of file Camera.h.
Referenced by Isis::Camera::GroundRangeResolution(), and Isis::Camera::HighestObliqueImageResolution().
|
privateinherited |
The maxumum right ascension.
Definition at line 548 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The maximum right ascension in the 180 domain.
Definition at line 550 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The maximum resolution.
Definition at line 527 of file Camera.h.
Referenced by Isis::Camera::GroundRangeResolution(), Isis::Camera::LowestImageResolution(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The maximum ring longitude (azimuth)
Definition at line 557 of file Camera.h.
Referenced by Isis::Camera::basicRingMapping(), Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The maximum ring longitude in the 180 domain.
Definition at line 559 of file Camera.h.
Referenced by Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The maximum ring radius.
Definition at line 555 of file Camera.h.
Referenced by Isis::Camera::basicRingMapping(), Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The minimum declination.
Definition at line 545 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The minimum latitude.
Definition at line 522 of file Camera.h.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The minimum longitude.
Definition at line 524 of file Camera.h.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The minimum longitude in the 180 domain.
Definition at line 530 of file Camera.h.
Referenced by Isis::Camera::GroundRange(), and Isis::Camera::GroundRangeResolution().
|
privateinherited |
The minimum oblique resolution.
Definition at line 528 of file Camera.h.
Referenced by Isis::Camera::GroundRangeResolution(), and Isis::Camera::LowestObliqueImageResolution().
|
privateinherited |
The minimum right ascension.
Definition at line 547 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The minimum right ascension in the 180 domain.
Definition at line 549 of file Camera.h.
Referenced by Isis::Camera::RaDecRange().
|
privateinherited |
The minimum resolution.
Definition at line 526 of file Camera.h.
Referenced by Isis::Camera::BasicMapping(), Isis::Camera::basicRingMapping(), Isis::Camera::GroundRangeResolution(), Isis::Camera::HighestImageResolution(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The minimum ring longitude (azimuth)
Definition at line 556 of file Camera.h.
Referenced by Isis::Camera::basicRingMapping(), Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The minimum ring longitude in the 180 domain.
Definition at line 558 of file Camera.h.
Referenced by Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The minimum ring radius.
Definition at line 554 of file Camera.h.
Referenced by Isis::Camera::basicRingMapping(), Isis::Camera::ringRange(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The pixel pitch, in millimeters per pixel.
Definition at line 520 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::DetectorResolution(), Isis::Camera::PixelPitch(), and Isis::Camera::SetPixelPitch().
|
protectedinherited |
Flag showing if Sample/Line has been computed.
Definition at line 506 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::ComputeAzimuth(), Isis::Camera::GetLocalNormal(), Isis::Camera::GroundRangeResolution(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::ringRangeResolution(), SetGround(), Isis::Camera::SetImage(), SetImage(), Isis::Camera::SetImage(), and Isis::Camera::SetRightAscensionDeclination().
|
privateinherited |
A pointer to the Projection.
Definition at line 542 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::HasProjection(), Isis::Camera::RawFocalPlanetoImage(), Isis::Camera::SetImage(), Isis::Camera::SetImage(), Isis::Camera::SetImageMapProjection(), Isis::Camera::SetImageSkyMapProjection(), Isis::Camera::SetRightAscensionDeclination(), and Isis::Camera::~Camera().
|
privateinherited |
Flag showing if the raDec range has been computed successfully.
Definition at line 552 of file Camera.h.
Referenced by Isis::Camera::Camera(), and Isis::Camera::RaDecRange().
|
privateinherited |
The reference band.
Definition at line 540 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::HasReferenceBand(), and Isis::Camera::ReferenceBand().
|
privateinherited |
Flag showing if ring range was computed successfully.
Definition at line 561 of file Camera.h.
Referenced by Isis::Camera::Camera(), and Isis::Camera::ringRangeResolution().
|
privateinherited |
The number of samples in the image.
Definition at line 536 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::GroundRangeResolution(), Isis::Camera::RaDecRange(), Isis::Camera::RaDecResolution(), Isis::Camera::ringRangeResolution(), and Isis::Camera::Samples().
|
privateinherited |
A pointer to the SkyMap.
Definition at line 569 of file Camera.h.
Referenced by Isis::Camera::Camera(), Isis::Camera::SetRightAscensionDeclination(), Isis::Camera::SetSkyMap(), Isis::Camera::SkyMap(), and Isis::Camera::~Camera().