Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


automos

Printer Friendly View | TOC | Home

Create a mosaic using a list of map projected cubes

Overview Parameters

Description

This program uses a text-based list of cubes, all in the same map projection and equivalent projection parameters (PixelResolution, CenterLongitude, LatitudeSystem, etc), to generate a mosaic. By default, The program automatically determines the size of the mosaic by examining each cube. The user also has the option of entering their own lat/lon range to use for the mosaic.

Categories


History

Jim Mathews1992-01-01 Original version
Jeff Anderson2004-02-26 Converted to Isis 3.0
Jeff Anderson2004-07-28 Fixed bug caused by PVL refactor
Elizabeth Miller2005-11-15 Added appTest, and fixed fromlist filter
Elizabeth Miller2006-05-18 Depricated CubeProjection and ProjectionManager to ProjectionFactory
Elizabeth Miller2006-08-03 Added user entered range and helper button
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.
Sean Crosby2007-02-28 Added an exception that reports which input cube is causing a problem while mosaicking.
Sean Crosby2007-03-06 Program no longer throws an exception when an input cube does not fit into the output mosaic. Instead, any files that are not included in the output are listed in the application log.
Sean Crosby2007-03-20 Corrected bug in determining if an image fits into the output mosaic
Sean Crosby2007-03-20 Fixed one of the application tests
Stuart Sides2007-04-16 Fixed bug where input cubes where incorrectly not processed.
Steven Lambright2008-05-13 This program now utilizes ProcessMapMosaic

Parameter Groups

Files

Name Description
FROMLIST List of cubes to mosaic
MOSAIC Mosaic output cube
PRIORITYThe priority of pixel placement

Ground Range

Name Description
GRANGEGround Range Options
MINLATMinimum Latitude
MAXLATMaximum Latitude
MINLONMinimum Longitude
MAXLONMaximum Longitude

BandBin Option

Name Description
MATCHBANDBINEnforce BandBin Group Match
X

Files: FROMLIST


Description

A list of map projected cubes to mosaic. The Mapping groups must match in order to mosaic the cubes.

Type filename
File Mode input
Filter *.txt *.lis *.lst
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

Ground Range: GRANGE


Description

The ground range can either be calculated automatically or entered by the user. If the USER option is selected, values must be entered for the MINLAT, MAXLAT, MINLON, and MAXLON parameters. AUTO is the default for this parameter.

Type string
Default AUTO
Option List:
Option Brief Description
AUTOAutomatically Calculate Range The program will automatically calculate the groundrange for the mosaic by examining all the cubes in the FROMLIST. This is the default option.

Exclusions

  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
USERUser Entered Range The program will use the user entered ground range values for the mosaic.

Inclusions

  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
Close Window
X

Ground Range: MINLAT


Description

The minimum latitude value to use in the mosaic.

Type double
Close Window
X

Ground Range: MAXLAT


Description

The maximum latitude value to use in the mosaic.

Type double
Close Window
X

Ground Range: MINLON


Description

The minimum longitude value to use in the mosaic.

Type double
Close Window
X

Ground Range: MAXLON


Description

The maximum longitude value to use in the mosaic.

Type double
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