ISIS Application Documentation
map2cam | Standard View | TOC | Home |
Convert map projected image to a raw camera image
Description
Categories
Groups
Examples
History
The main purpose of this program is to facilitate control point selection between a level1 cube and a base map. The MATCH image and the resulting TO file can be opened in the program qnet along with other level1 cubes for building a control network with ties to ground.
Name | Description |
---|---|
FROM | Input map projected cube to geometrically transform |
MATCH | Raw instrument cube to match |
TO | Output raw instrument cube |
Name | Description |
---|---|
INTERP | Type of interpolation |
The specification of the input cube to be projected. The cube must contain a valid Mapping group in the labels.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This cube defines the raw instrument geometry to be matched. The output file will have the same labels (Kernels and Instrument group). Note the Band group will represent data from the raw camera and the content of the cube may not match. For example, using the MOLA base as the FROM file and a MOC Wide Angle Red cube as the MATCH, will have labels which indicate geometry for the MOC WA red camera but the pixels will contain MOLA elevations.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This cube will contain data whose geometric properties are identical to those of the MATCH cube.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This is the type of interpolation to be performed on the input.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | CUBICCONVOLUTION | ||||||||||||
Option List: |
|
Typical usage
Example GUI Screen shot of GUI with parameters filled in to create a level 1 version of a base map for selecting control in a Messenger image. |
Input level 2 image (map)
Parameter Name:
FROM This is the image that will be mapped into a level 1 image using the geometry of the MATCH image. |
|
Image to match
Parameter Name:
MATCH The geometry of this image will be used to create the level 1 version of the FROM image, which will be output as the TO image. |
Output image
Parameter Name:
TO The level 1 version of the FROM image |
Kay Edwards | 1987-09-02 | Original version |
Jeff Anderson | 2003-06-06 | Converted to Isis 3.0 |
Jacob Danton | 2005-12-05 | Fixed a bug in BandChange, added appTest |
Elizabeth Miller | 2006-03-23 | Fixed appTest to reflect changes made to all camera models |
Steven Lambright | 2006-06-22 | Fixed typo in user documentation |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
Lynn Weller and Debbie A. Cook | 2012-01-17 | Updated documentation text, added glossary links, and improved compatability with Isis documentation. |
Travis Addair | 2012-04-23 | SPICE tables are now propagated from the MATCH cube to the output. |
Debbie A. Cook | 2012-12-06 | Changed to use TProjection instead of Projection. References #775 |
Steven Lambright | 2013-02-12 | Fixed an issue that caused this program to trim output images erroneously. This problem, and the recommended solution, was provided by Jeff Anderson. Fixes #984. |