Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


mappt

Printer Friendly View | TOC | Home

Outputs latitude/longitude at line/sample or reverse

Overview Parameters

Description

This program requires the user supply a cube in a map projection. The user must also enter one of the following coordinates:
      line/sample
      latitude/longitude
      x/y
    
The program will then compute the other two coordinates. For example, entering a line/sample will cause the program to compute a latitude/longitude and x/y. The output can be sent to a text file using the TO parameter and can be read in a script via the "getkey" program.

Categories


History

Jeff Anderson2003-02-05 Original version
Stuart Sides2003-11-07 Modified results pvl to not include the results group
Brendan George2005-11-21 Added application test
Elizabeth Miller2006-06-29 Changed name to mappt and made ui look like skypt and campt
Sean Crosby2007-04-12 Changed flatfile output so it duplicates PVL data. User now required to entered a flatfile name.
Steven Lambright2008-05-13 Removed references to CubeInfo
Steven Koechle2008-08-14 Added pixel value to the output group

Parameter Groups

Files

Name Description
FROM Filename of a cube
TOText file
FORMAT Output Format
APPEND Append Output to File

Position

Name Description
TYPECoordinate selection
SAMPLE Sample Position
LINE Line Position
LATITUDE Latitude Value
LONGITUDE Longitude value
X X coordinate
Y Y coordinate
X

Files: FROM


Description

Input cube which must have a Mapping group in the labels.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

A text file which will contain the results of this program. This file can be used in conjunction with the "getkey" program in order to pass the results to another program when developing scripts if the PVL format is selected.

Type filename
File Mode output
Internal Default None
Close Window
X

Files: FORMAT


Description

Format type for output file. Pvl format is default.

Type string
Default PVL
Option List:
Option Brief Description
PVL Pvl Format Output file will be in pvl format
FLAT FlatFile Format Output file will be a comma deliminated flatfile. This file format can easily be imported into excel.
Close Window
X

Files: APPEND


Description

If this option is selected, the output from the application will be appended to the file. If it is not selected, any information in the TO file will be overwritten.

Type boolean
Default TRUE
Close Window
X

Position: TYPE


Description

This parameter is used to select the type of coordinate which will be used to compute the other two remaining coordinates.

Type string
Default IMAGE
Option List:
Option Brief Description
IMAGEInterprets the coordinate as sample/line This option interprets the coordinate as sample/line and will compute latitude/longitude and x/y

Exclusions

  • LATITUDE
  • LONGITUDE
  • X
  • Y

Inclusions

  • SAMPLE
  • LINE
GROUNDInterprets the coordinates as latitude/longitude This option interprets the coordinate as latitude/longitude and will compute sample/line and x/y

Exclusions

  • SAMPLE
  • LINE
  • X
  • Y

Inclusions

  • LATITUDE
  • LONGITUDE
PROJECTIONInterprets the coordinate as x/y This option interprets the coordinate as x/y and will compute sample/line and latitude/longitude

Exclusions

  • SAMPLE
  • LINE
  • LATITUDE
  • LONGITUDE

Inclusions

  • X
  • Y
Close Window
X

Position: SAMPLE


Description

This is the sample position used to compute information about the camera state at the pixel.

Type double
Close Window
X

Position: LINE


Description

This is the line position used to compute information about the camera state at the pixel.

Type double
Close Window
X

Position: LATITUDE


Description

This is the latitude value used to compute the other coordinate values. The latitude will be interpreted as either Planetographic or Planetocentric latitude using the information in the Mapping group of the cube.

Type double
Close Window
X

Position: LONGITUDE


Description

This is the longitude value used to compute the other coordinate values. The longitude will be interpreted as either PositiveEast or PositiveWest longitude using the information in the Mapping group of the cube.

Type double
Close Window
X

Position: X


Description

This is the x coordinate value used to compute the other coordinate values. It will be a projection X value in meters.

Type double
Close Window
X

Position: Y


Description

This is the y coordinate value used to compute the other coordinate values. It will be a projection Y value in meters.

Type double
Close Window