  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef Qisis_AdvancedTrackTool_h 
    2 #define Qisis_AdvancedTrackTool_h 
   21   class TableMainWindow;
 
   22   class MdiCubeViewport;
 
  122                              int &piOrigin, QString &psSrcFileName,
 
  123                              QString &psSrcSerialNum);
 
  141         QList<QString>({
"Planetocentric Latitude", 
"true", 
"Planetocentric Lat", 
""}) <<
 
  142         QList<QString>({
"Planetographic Latitude", 
"false", 
"Planetographic Lat", 
""}) <<
 
  143         QList<QString>({
"360 Positive East Longitude", 
"true", 
"360 East Longitude", 
""}) <<
 
  144         QList<QString>({
"360 Positive West Longitude", 
"false", 
"360 West Longitude", 
""}) <<
 
  145         QList<QString>({
"180 Positive East Longitude", 
"true", 
"180 East Longitude", 
""}) <<
 
  146         QList<QString>({
"180 Positive West Longitude", 
"false", 
"180 West Longitude", 
""}) <<
 
  147         QList<QString>({
"Projected X:Projected Y", 
"false", 
"Projected X:Projected Y",
 
  148                          "X and Y values for a projected image"}) <<
 
  151                          "The X, Y, and Z of surface intersection in body-fixed coordinates"}) <<
 
  153                          "Right Ascension and Declination"}) <<
 
  155         QList<QString>({
"Oblique Pixel Resolution", 
"false", 
"Oblique Pixel Res", 
""}) <<
 
  159         QList<QString>({
"LocalIncidence", 
"false", 
"LocalIncidence", 
""}) <<
 
  160         QList<QString>({
"LocalEmission", 
"false", 
"LocalEmission", 
""}) <<
 
  161         QList<QString>({
"North Azimuth", 
"false", 
"North Azimuth", 
""}) <<
 
  163         QList<QString>({
"Solar Longitude", 
"false", 
"Solar Longitude", 
""}) <<
 
  164         QList<QString>({
"Spacecraft X:Spacecraft Y:Spacecraft Z", 
"false", 
"Spacecraft Position",
 
  165                            "The X, Y, and Z of the spacecraft position"}) <<
 
  166         QList<QString>({
"Spacecraft Azimuth", 
"false", 
"Spacecraft Azimuth", 
""}) <<
 
  167         QList<QString>({
"Slant Distance", 
"false", 
"Slant Distance", 
""}) <<
 
  168         QList<QString>({
"Focal Plane X:Focal Plane Y", 
"false", 
"Focal Plane X:Y", 
""}) <<
 
  169         QList<QString>({
"Undistorted Focal X:Undistorted Focal Y:Undistorted Focal Z",
 
  170                            "false", 
"Undistorted Focal Plane X:Y:Z", 
""}) <<
 
  171         QList<QString>({
"Ephemeris Time", 
"false", 
"Ephemeris iTime", 
""}) <<
 
  172         QList<QString>({
"Local Solar Time", 
"false", 
"Local Solar iTime", 
""}) <<
 
  173         QList<QString>({
"UTC", 
"false", 
"UTC", 
"Internal time in UTC format"}) <<
 
  176         QList<QString>({
"Serial Number", 
"false", 
"Serial Number", 
""}) <<
 
  177         QList<QString>({
"Track Mosaic Index", 
"false", 
"Track Mosaic Index", 
""}) <<
 
  178         QList<QString>({
"Track Mosaic FileName", 
"false", 
"Track Mosaic FileName", 
""}) <<
 
  179         QList<QString>({
"Track Mosaic Serial Number", 
"false", 
"Track Mosaic Serial Number", 
""}) <<
 
 
 
Cube display widget for certain Isis MDI applications.
 
This is free and unencumbered software released into the public domain.
 
a subclass of the qisis mainwindow, tablemainwindow handles all of the table tasks.
 
This is free and unencumbered software released into the public domain.