Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


handmos

Printer Friendly View | TOC | Home

Hand place a cube into a mosaic

Overview Parameters

Description

This program allows the user to specify a (sample,line,band) position in a mosaic and places an input cube at that position. If a portion of the input cube falls outside of the dimension of the mosaic it will be clipped.

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

Jeff Anderson2003-07-14 Original version
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Jeff Anderson2003-09-19 Added option to intialize the base mosaic
Jeff Anderson2004-02-17 Updated progress text and made output create use input cube attributes
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.
Elizabeth Miller2006-09-28 Added history entry to the output cube
Steven Lambright2008-05-06 Expanded upon position parameters
Eric Hyer2009-06-11 Parameter "INPUT" now called "PRIORITY" to be consistent with the mapmos app

Parameter Groups

Files

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

Placement

Name Description
INSAMPLEThis sample in the input cube will be placed at OUTSAMPLE in the mosaic.
INLINEThis line in the input cube will be placed at OUTLINE in the mosaic.
INBANDThis band in the input cube will be placed at OUTBAND in the mosaic.
OUTSAMPLEThe INSAMPLE sample will be placed at this sample in the mosaic
OUTLINEThe INLINE line will be placed at this line in the mosaic
OUTBANDThe INBAND band will be placed at this band in the mosaic

Initialization

Name Description
CREATECreate the output mosaic
NSAMPLESThe number of samples to allocate in the mosaic
NLINESThe number of lines to allocate in the mosaic
NBANDSThe number of bands to allocate in the mosaic

BandBin Option

Name Description
MATCHBANDBINEnforce BandBin Group Match
X

Files: FROM


Description

This is the cube which will be placed into 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. This cube must exist. If you are creating a new mosaic, you can utilize the "makecube" program to generate the base mosaic.

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

Placement: INSAMPLE


Description

This is a sample in the input image. This sample in the input cube will be placed at OUTSAMPLE in the mosaic.

Type integer
Default 1
Close Window
X

Placement: INLINE


Description

This is a line in the input image. This line in the input cube will be placed at OUTLINE in the mosaic.

Type integer
Default 1
Close Window
X

Placement: INBAND


Description

This is a band in the input image. This band in the input cube will be placed at OUTBAND in the mosaic.

Type integer
Default 1
Close Window
X

Placement: OUTSAMPLE


Description

This parameter is used to select the starting sample where the input cube will be placed. The sample INSAMPLE will be placed at this sample in the output mosaic.

Type integer
Default 1
Close Window
X

Placement: OUTLINE


Description

This parameter is used to select the starting line where the input cube will be placed. The line INLINE will be placed at this line in the output mosaic.

Type integer
Default 1
Close Window
X

Placement: OUTBAND


Description

This parameter is used to select the starting band where the input cube will be placed. The band INBAND will be placed at this band in the output mosaic.

Type integer
Default 1
Close Window
X

Initialization: CREATE


Description

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

Type string
Default NO
Option List:
Option Brief Description
NO The output mosaic already exists Choose this option if the output mosaic already exists/

Exclusions

  • NSAMPLES
  • NLINES
  • NBANDS
YESCreate the output mosaic The output mosaic does not exist and will be created

Inclusions

  • NSAMPLES
  • NLINES
  • NBANDS
Close Window
X

Initialization: NSAMPLES


Description

This parameter is used to select the number of samples in the output mosaic.

Type integer
Minimum 1 (inclusive)
Close Window
X

Initialization: NLINES


Description

This parameter is used to select the number of lines in the output mosaic.

Type integer
Minimum 1 (inclusive)
Close Window
X

Initialization: NBANDS


Description

This parameter is used to select the number of bands in the output mosaic.

Type integer
Minimum 1 (inclusive)
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