Isis 3 Application Documentation
Create a mosaic using map projected cubes
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:
History
| Eric Eliason | 1986-01-02 |
Original version
|
| Jeff Anderson | 2004-02-24 |
Converted to Isis 3.0
|
| Jeff Anderson | 2004-02-26 |
Modified to not propagate input labels to the output mosaic
|
| Jeff Anderson | 2005-11-15 |
Fixed bug with mapping groups not properly initialized or copied
|
| Jacob Danton | 2005-12-05 |
Added appTest
|
| Elizabeth Miller | 2006-05-18 |
Depricated CubeProjection and ProjectionManager to ProjectionFactory
|
| 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.
|
| Steven Lambright | 2008-05-13 |
This program now utilizes ProcessMapMosaic
|
| Christopher Austin | 2008-09-19 |
If the given cube falls outside the provided the mosaic, it will now be
logged. (Removed some unused header files.)
|
| Christopher Austin | 2008-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
|
| PRIORITY | The priority of pixel placement |
Initialization
BandBin Option
|
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
|
Files:
MOSAIC
Description
The mosaic cube which will have the input cube placed into it.
|
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.
|
|
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
|
Initialization:
MINLAT
Description
This parameter specifies the minimum latitude to determine the bounding box of the mosaic
|
Type
| double |
|
Minimum
| -90.0
(inclusive)
|
|
Inclusions
|
|
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
|
|
Initialization:
MINLON
Description
This parameter specifies the minimum longitude to determine the bounding box of the mosaic
Initialization:
MAXLON
Description
This parameter specifies the maximum longitude to determine the bounding box of the mosaic
|
Type
| double |
|
Greater Than
| MINLON
|
|
Inclusions
|
|
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 |