Isis 3 Application Documentation
Hand place a cube into a mosaic
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:
History
| Jeff Anderson | 2003-07-14 |
Original version
|
| Stuart Sides | 2003-07-29 |
Modified filename parameters to be cube parameters where necessary
|
| Jeff Anderson | 2003-09-19 |
Added option to intialize the base mosaic
|
| Jeff Anderson | 2004-02-17 |
Updated progress text and made output create use input cube attributes
|
| Elizabeth Miller | 2006-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 Miller | 2006-09-28 |
Added history entry to the output cube
|
| Steven Lambright | 2008-05-06 |
Expanded upon position parameters
|
| Eric Hyer | 2009-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
|
| PRIORITY | The priority of pixel placement |
Placement
|
Name
|
Description
|
| INSAMPLE | This sample in the input cube will be placed
at OUTSAMPLE in the mosaic.
|
| INLINE | This line in the input cube will be placed
at OUTLINE in the mosaic.
|
| INBAND | This band in the input cube will be placed
at OUTBAND in the mosaic.
|
| OUTSAMPLE | The INSAMPLE sample will be placed at this sample in the mosaic |
| OUTLINE | The INLINE line will be placed at this line in the mosaic |
| OUTBAND | The INBAND band will be placed at this band in the mosaic |
Initialization
|
Name
|
Description
|
| CREATE | Create the output mosaic |
| NSAMPLES | The number of samples to allocate in the mosaic |
| NLINES | The number of lines to allocate in the mosaic |
| NBANDS | The number of bands to allocate in the mosaic |
BandBin Option
|
Files:
FROM
Description
This is the cube which will be placed into the mosaic
|
Type
| cube |
|
File Mode
| input |
|
Filter
|
*.cub
|
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
|
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.
|
| BENEATH | Input 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.
|
|
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.
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.
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.
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.
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.
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.
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
|
| YES | Create the output mosaic |
The output mosaic does not exist and will be created
Inclusions
|
|
Initialization:
NSAMPLES
Description
This parameter is used to select the number of samples
in the output mosaic.
|
Type
| integer |
|
Minimum
| 1
(inclusive)
|
Initialization:
NLINES
Description
This parameter is used to select the number of lines
in the output mosaic.
|
Type
| integer |
|
Minimum
| 1
(inclusive)
|
Initialization:
NBANDS
Description
This parameter is used to select the number of bands
in the output mosaic.
|
Type
| integer |
|
Minimum
| 1
(inclusive)
|
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 |