Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


maplab

Printer Friendly View | TOC | Home

Add Mapping group to the labels of a cube

Overview Parameters Example 1 Example 2 Example 3 Example 4

Description

The maplab application is used to geo-reference a map-projected cube by adding or updating the Mapping Group with projection and geo-referencing information. Maplab takes as input a map-projected cube and a map file. The user has the option to geo-reference by (LATITUDE,LONGITUDE)-coordinates or by (X,Y)-map-projected-coordinates that correspond to a given (SAMPLE,LINE)-coordinate in the input cube.

The map file must contain information pertaining to the specifics of the cube's map-projection parameters, along with the target, body radius, longitude direction, latitude type and scale. We suggest running the maptemplate program to generate the map file provided as input.

NOTE that when selecting a SAMPLE and LINE for referencing known coordinates to a pixel, pixel coordinate (0.5, 0.5) is the top-left corner of the top-left pixel in the cube. By extension, (1.0, 1.0) is the center of the top-left pixel, and (1.5, 1.5) is the lower-right corner of the top-left pixel.


Categories


History

Jeannie Walldren2008-01-17 Original version
Christopher Austin2008-04-18 The input map will now use pixels/degree if no pixel resolution is found. If neither are present, throws an error. Both PixelResolution and Scale (pixels/degree) keywords will be in the output.
Travis Addair2009-11-06 Added error checking to ensure that the provided map file has all the necessary keywords for later processing, and enhanced documentation to discuss necessary keywords and pixel coordinates.
Mackenzie Boyd2011-04-11 Changed parameter LONG to LON, removed duplicate code.
Tracie Sucharski2012-12-06 Changed to use TProjection instead of Projection. References #775

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:12
X

Input Files: FROM


Description

The cube whose label will be updated with Mapping Group information.

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

Input Files: MAP


Description

File containing map projection parameters.

Type filename
File Mode input
Filter *.map
Close Window
X

Input Values: SAMPLE


Description

The SAMPLE coordinate in the cube that corresponds to a known (X,Y) or (LATITUDE,LONGITUDE) coordinate. In ISIS, the upper-left corner of the upper-left pixel has coordinate 0.5.

Type double
Close Window
X

Input Values: LINE


Description

The LINE coordinate in the cube that corresponds to a known (X,Y) or (LATITUDE,LONGITUDE) coordinate. In ISIS, the upper-left corner of the upper-left pixel has coordinate 0.5.

Type double
Close Window
X

Input Values: COORDINATES


Description

A list of the different types of coordinates allowed by the application.

Type string
Default XY
Option List:
Option Brief Description
XYAllows X, Y as Input Values This option allows the user to enter the (X,Y) map projected coordinate (in meters) that corresponds to the given (SAMPLE,LINE) coordinate. This option excludes LATITUDE and LONGITUDE input values.

Exclusions

  • LAT
  • LON

Inclusions

  • X
  • Y
LATLONAllows LAT, LON as Input Values This option allows the user to enter the (LATITUDE,LONGITUDE) coordinate that corresponds to the given (SAMPLE,LINE) coordinate. The (LATITUDE,LONGITUDE) coordinate is in decimal degrees, and must be in the same LatitudeType and LongitudeDomain listed in the map file. This option excludes X and Y input values.

Exclusions

  • X
  • Y

Inclusions

  • LAT
  • LON
Close Window
X

Input Values: X


Description

The map-projection X-coordinate, in meters, corresponding to the the given (SAMPLE,LINE) coordinate of the cube.

Type double
Close Window
X

Input Values: Y


Description

The map-projection Y-coordinate, in meters, corresponding to the given (SAMPLE,LINE) coordinate of the cube.

Type double
Close Window
X

Input Values: LAT


Description

Latitude coordinate, in decimal degrees, for the given (SAMPLE,LINE) coordinate of the cube. It must be in the same LatitudeType listed in the map file.

Type double
Close Window
X

Input Values: LON


Description

Longitude coordinate, in decimal degrees, for the given (SAMPLE,LINE) coordinate of the cube. It must be in the same LongitudeDomain listed in the map file.

Type double
Close Window