Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


map2cam

Printer Friendly View | TOC | Home

Convert map projected image to a raw camera image

Overview Parameters

Description

This program will take as input an image in a map project and geometrically transform it into a raw instrument image. This allows for example a Viking base map to be converted to a MOC raw geometry image.

Categories


Related Applications in Previous Versions of Isis

This application replaces the following applications existing in previous versions of Isis, which have been deprecated from the current version of Isis:
  • lev2tolev1
  • base2l1
  • base

History

Kay Edwards1987-09-02 Original version
Jeff Anderson2003-06-06 Converted to Isis 3.0
Jacob Danton2005-12-05 Fixed a bug in BandChange, added appTest
Elizabeth Miller2006-03-23 Fixed appTest to reflect changes made to all camera models
Steven Lambright2006-06-22 Fixed typo in user documentation
Steven Lambright2008-05-13 Removed references to CubeInfo

Parameter Groups

Files

Name Description
FROM Input map projected cube to geometrically transform
MATCH Raw instrument cube to match
TO Output raw instrument cube

Options

Name Description
INTERPType of interpolation
X

Files: FROM


Description

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
Close Window
X

Files: MATCH


Description

This cube defines the raw instrument geometry to be matched. The output file will have the same labels (Kernel 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
Close Window
X

Files: TO


Description

This cube will contain data whose geometric properties are identical to those of the MATCH cube.

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

Options: INTERP


Description

This is the type of interpolation to be performed on the input.

Type string
Default CUBICCONVOLUTION
Option List:
Option Brief Description
NEARESTNEIGHBORNearest Neighbor Each output pixel will be set to the pixel nearest the calculated input pixel.
BILINEARBi-Linear interpolation Each output pixel will be set to the value calculated by a bi-linear interpolation of the calculated input pixel.
CUBICCONVOLUTIONCubic Convolution interpolation Each output pixel will be set to the value calculated by a cubic convolution interpolation of the calculated input pixel.
Close Window