ISIS Application Documentation
noseam | Standard View | TOC | Home |
Create a mosaic with little to no seams using a list of map projected cubes
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROMLIST | List of cubes to mosaic |
TO | Mosaic output cube |
Name | Description |
---|---|
SAMPLES | Number of samples for the boxcar filters |
LINES | Number of lines for the boxcar filters |
Name | Description |
---|---|
MATCHBANDBIN | Enforce BandBin Group Match |
Name | Description |
---|---|
REMOVETEMP | Destroy intermediate data |
A list of map projected cubes to mosaic seamlessly. The Mapping groups must match in order to mosaic the cubes.
Type | filename |
---|---|
File Mode | input |
Filter | *.txt *.lis *.lst |
The resulting mosaic, which will be created from the listed cubes.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This is the total number of samples in the boxcar dimension applied using the highpass and lowpass filters. The number must be odd and cannot exceed twice the number of samples in the input cubes. The smaller the boxcar dimension, the more confined the filtered results are near the image seams, which will remain similar to the original mosaic. The larger the boxcar dimension, the greater the extent of the filter effects are beyond the seams.
Type | integer |
---|---|
Minimum | 1 (inclusive) |
Odd | This value must be an odd number |
This is the total number of lines in the boxcar dimension applied using the highpass and lowpass filters. The number must be odd and cannot exceed twice the number of lines in the input cubes. The smaller the boxcar dimension, the more confined the filtered results are near the image seams, which will remain similar to the original mosaic. The larger the boxcar dimension, the greater the extent of the filter effects are beyond the seams.
Type | integer |
---|---|
Minimum | 1 (inclusive) |
Odd | This value must be an odd number |
This option causes the application to fail if the input bandbin group does not match the mosaic bandbin group.
Type | boolean |
---|---|
Default | TRUE |
Multiple cube images as well as lists are created during the production of the final seamless mosaic. If this parameter is changed to false, those temporary cubes and lists will not be destroyed.
If REMOVETEMP=NO:
Type | boolean |
---|---|
Default | TRUE |
No Seam Result
First listed cube This is the first cube listed in cubes.lis. |
|
Second listed cube This is the second cube listed in cubes.lis. |
|
Third listed cube This is the third cube listed in cubes.lis. |
cubes.lis | This is a text-based file that lists all of the cubes to mosaic. This list as well as the cubes to be mosaicked must be within the current directory when noseam is executed. |
---|
The resulting mosaic
Parameter Name:
TO This is the resulting mosaic final.cub. |
|
Automos result (NOT AN OUTPUT OF NOSEAM) This is the same mosaic created using automos. Notice the difference between automos.cub and final.cub. The seams that existed between the original images in automos are nearly invisible in final.cub. |
Christopher Austin | 2008-1-03 | Original version |
Steven Lambright | 2008-10-24 | This program was using the input folder as a temporary folder, instead of looking up the user's preferences to find the correct temporary folder. This program will now use the correct temporary folder. |
Kelvin Rodriguez | 2016-6-29 | Added a short description of how noseam utilizes automos in the documentation. |
Makayla Shepherd | 2016-8-18 | The noseam parameters HNS HNL LNS and LNL, which correspond to the size of the boxcar for the highpass and lowpass filters, have been condensed down to two parameters, SAMPLES and LINES as the size of the boxcars must be the same. Fixes #258. |