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 |
IMAGE | Interprets 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
- COORDSYS
- LATTYPE
- LONDIR
- LONDOM
- MAP
|
GROUND | Interprets the coordinates as latitude/longitude |
This option interprets the coordinate as latitude/longitude and will
compute sample/line and x/y
Exclusions
|
PROJECTION | Interprets 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
- LATTYPE
- LONDIR
- LONDOM
- MAP
- COORDSYS
|
|
This is the sample position used to compute information about the camera state at the pixel.
This is the line position used to compute information about the camera state at the pixel.
This is the latitude value used to compute the other coordinate values. The latitude
will be interpreted as either Planetographic or Planetocentric
latitude depending on the option selected under coordinate system.
This is the longitude value used to compute the other coordinate values. The longitude
will be interpreted as either PositiveEast or PositiveWest longitude
and -180 to 180 or 0 to 360 domain depending on the option selected
under coordinate system.
This is the x coordinate value used to compute the other coordinate values. It
will be a projection X value in meters.
This is the y coordinate value used to compute the other coordinate values. It
will be a projection Y value in meters.
Selecting this parameter will enable the 'COORDLIST' parameter in the
GUI.
Note that this parameter is optional when running mappt on the
command line.
Type
| boolean |
Default
| FALSE |
Exclusions
|
- SAMPLE
- X
- Y
- LINE
- LATITUDE
- LONGITUDE
|
Inclusions
|
|
An input comma-delimited flatfile of image, ground or projection coordinates.
This allows the program to process multiple coordinates in a single run of
mappt,
and output the results to the specified output file.
Expected order for image coordinates: sample, line
Expected order for ground coordinates: latitude, longitude
Expected order for projection coordinates: X, Y
The "Error" keyword will only appear when using a coordinate list. The value of "Error"
will then be NULL unless an error occurs during the processing of a coordinate in the
coordinate list. Then, the value of this keyword will be the error message. This allows
for mappt to continue processing the remaining coordinates in the coordinate
list.
For the input of Latitude and Longitude, mappt expects
Planetocentric Latitude (within -90 to 90 boundary) and
Positive East Longitude (with 0-360 boundary) to find the location in the
input camera image.
Type
| filename |
File Mode
| input |
Internal Default
| None |
Exclusions
|
- SAMPLE
- LINE
- X
- Y
- LATITUDE
- LONGITUDE
|
The Allowoutside parameter influences how
mappt will report
resulting latitude/longitude and sample/line coordinates that fall
outside the input cube pixel boundaries.
The default is set to True, which allows mappt to return
the values that are outside the cube pixel boundaries, For example,
a given latitude/longitude might return a sample location of -1.0
(a single whole pixel coordinate off the left side of the image).
This is a feature of the ISIS camera models.
When set to False, if a returned coordinate is off the image,
mappt will fail. This failure can be indicated and ignored
within a batch script when only coordinates that fall within the
image cube pixel boundaries are desired.
Type
| boolean |
Default
| true |