USGS

Isis 3.0 Application Source Code Reference

Home

apollopaninit.cpp File Reference

Go to the source code of this file.

Defines

#define FIDL   26.72093
 Unless noted otherwise, the portions of Isis written by the USGS are public domain.
#define ROLLC   74.0846291699105
#define NODES   87
#define SCALE   10.0
#define SEARCHh   1400.0
#define SEARCHc   350.0
#define AVERs   5286.0
#define AVERl   23459.0
#define TRANS_N   28520.0

Functions

void Load_Kernel (Isis::PvlKeyword &key)
void crossp (double v1[3], double v2[3], double v1cv2[3])
void Geographic2GeocentricLunar (double geographic[3], double geocentric[3])
void MfromLeftEulers (double M[3][3], double omega, double phi, double kappa)
void MfromVecLeftAngle (double M[3][3], double vec[3], double angle)
void M2Q (double M[3][3], double Q[4])
void IsisMain ()

Variables

double R_MOON [3]

Define Documentation

#define FIDL   26.72093

Unless noted otherwise, the portions of Isis written by the USGS are public domain.

See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.

Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.

Definition at line 60 of file apollopaninit.cpp.

#define ROLLC   74.0846291699105

Definition at line 61 of file apollopaninit.cpp.

#define NODES   87

Definition at line 63 of file apollopaninit.cpp.

#define SCALE   10.0

Definition at line 66 of file apollopaninit.cpp.

#define SEARCHh   1400.0

Definition at line 67 of file apollopaninit.cpp.

#define SEARCHc   350.0

Definition at line 68 of file apollopaninit.cpp.

#define AVERs   5286.0

Definition at line 69 of file apollopaninit.cpp.

#define AVERl   23459.0

Definition at line 70 of file apollopaninit.cpp.

#define TRANS_N   28520.0

Definition at line 71 of file apollopaninit.cpp.


Function Documentation

void Load_Kernel ( Isis::PvlKeyword &  key  ) 

Definition at line 806 of file apollopaninit.cpp.

void crossp ( double  v1[3],
double  v2[3],
double  v1cv2[3] 
)

Definition at line 830 of file apollopaninit.cpp.

void Geographic2GeocentricLunar ( double  geographic[3],
double  geocentric[3] 
)

Definition at line 839 of file apollopaninit.cpp.

void MfromLeftEulers ( double  M[3][3],
double  omega,
double  phi,
double  kappa 
)

Definition at line 861 of file apollopaninit.cpp.

void MfromVecLeftAngle ( double  M[3][3],
double  vec[3],
double  angle 
)

Definition at line 883 of file apollopaninit.cpp.

void M2Q ( double  M[3][3],
double  Q[4] 
)

Definition at line 913 of file apollopaninit.cpp.

void IsisMain (  ) 

Definition at line 90 of file apollopaninit.cpp.


Variable Documentation

double R_MOON[3]

Definition at line 88 of file apollopaninit.cpp.