Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


mapmos

Printer Friendly View | TOC | Home

Create a mosaic using map projected cubes

Overview Parameters

Description

This program allows the user to create a mosaic using map projected cubes. An individual cube can be placed in a pre-existing mosaic. An option exists to create the mosaic by allowing the user to specify the latitude/longitude range for the output mosaic. Note that the input cube and mosaic must have the same ProjectionName, PixelResolution, EquatorialRadius, PolarRadius, LatitudeType, and LongitudeDirection as well as projection specific keywords (e.g., CenterLatitude, CenterLongitude).

Categories


Related Applications in Previous Versions of Isis

This application replaces the following application existing in previous versions of Isis, which has been deprecated from the current version of Isis:
  • mosaic

History

Eric Eliason1986-01-02 Original version
Jeff Anderson2004-02-24 Converted to Isis 3.0
Jeff Anderson2004-02-26 Modified to not propagate input labels to the output mosaic
Jeff Anderson2005-11-15 Fixed bug with mapping groups not properly initialized or copied
Jacob Danton2005-12-05 Added appTest
Elizabeth Miller2006-05-18 Depricated CubeProjection and ProjectionManager to ProjectionFactory
Elizabeth Miller2006-09-01 Added the MATCHBANDBIN option that checks to make sure the input cube bandbin group matches the mosaic bandbin group. The default is true.
Steven Lambright2008-05-13 This program now utilizes ProcessMapMosaic
Christopher Austin2008-09-19 If the given cube falls outside the provided the mosaic, it will now be logged. (Removed some unused header files.)
Christopher Austin2008-12-11 Changed the parameters SLAT, ELAT, SLON, ELON to MINLAT, MAXLAT, MINLON, MAXLON in correlation with autimos.

Parameter Groups

Files

Name Description
FROM Cube to place in the mosaic
MOSAIC Mosaic output cube
PRIORITYThe priority of pixel placement

Initialization

Name Description
CREATECreate the output mosaic
MINLATMinimum Latitude
MAXLATMaximum Latitude
MINLONMinimum Longitude
MAXLONMaximum Longitude

BandBin Option

Name Description
MATCHBANDBINEnforce BandBin Group Match
X

Files: FROM


Description

This is the cube which will be placed into the mosaic. It must have a Mapping group which sufficiently matches the mosaic.

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

Files: MOSAIC


Description

The mosaic cube which will have the input cube placed into it.

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

Files: PRIORITY


Description

This parameter is used to select one of two ways to mosaic the pixels in areas of overlap.

Type string
Default ONTOP
Option List:
Option Brief Description
ONTOP Input cube will be placed on top of the mosaic When the input pixel is not NULL, the input pixel value will be written to the output cube. Otherwise the output is unchanged.
BENEATHInput cube will be placed beneath the mosaic When the mosaic pixel is not NULL it will be left unchanged. If the mosaic pixel is NULL the input pixel will be written to the output cube.
Close Window
X

Initialization: CREATE


Description

This parameter is used to specify if the mosaic needs to be created.

Type boolean
Default NO
Inclusions
  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
Close Window
X

Initialization: MINLAT


Description

This parameter specifies the minimum latitude to determine the bounding box of the mosaic

Type double
Minimum -90.0 (inclusive)
Inclusions
  • CREATE
Close Window
X

Initialization: MAXLAT


Description

This parameter specifies the maximum latitude to determine the bounding box of the mosaic

Type double
Maximum 90.0 (inclusive)
Greater Than MINLAT
Inclusions
  • CREATE
Close Window
X

Initialization: MINLON


Description

This parameter specifies the minimum longitude to determine the bounding box of the mosaic

Type double
Inclusions
  • CREATE
Close Window
X

Initialization: MAXLON


Description

This parameter specifies the maximum longitude to determine the bounding box of the mosaic

Type double
Greater Than MINLON
Inclusions
  • CREATE
Close Window
X

BandBin Option: MATCHBANDBIN


Description

This option causes the application to fail if the input bandbin group does not match the mosaic bandbin group.

Type boolean
Default TRUE
Close Window