ISIS Application Documentation
findgaps | Printer Friendly View | TOC | Home |
Finds the gaps in a given Cube.
Overview | Parameters | Example 1 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |
Parameter GroupsFiles
Correlation Coefficient Tolerance
Buffer Size (Lines)
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |
Input cube file to be checked for line gaps.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resulting cube with a null buffer above and below each gap. Enter "TO=none" if you do not want to output a modified cube.
Type | cube |
---|---|
File Mode | output |
Default | none |
Filter | *.cub |
The output file to which all of the gap information is written. If left as the default, no log file will be created/updated. This file will not be affected by the nulled lines that are included in the output cube.
Type | filename |
---|---|
File Mode | output |
Default | none |
Filter | *.txt *.prt *.pvl |
This parameter determines how similar one line can be to the next and still be considerd part of a gap. A higher tolerance will result in gaps that are more similar to the surrounding area (possibly valid data). A tolerance closer to zero will result in gaps that are more different from the surrounding area (CORTOL=0.0 will give you gaps of null data).
Type | double |
---|---|
Default | 0.0 |
This parameter specifies how many lines above the gap are set to null in the output cube.
Type | integer |
---|---|
Default | 7 |
This parameter specifies how many lines below the gap are set to null in the output cube.
Type | integer |
---|---|
Default | 7 |
Example 1Finds Image Gaps Description
This example shows how findgaps works on the cube
I02025005RDR.cub.
Command Line
findgaps FROM=I02025005RDR.cub
TO=cubeResults.cub
LOG=logFileResults.txt
ABOVE=10
BELOW=10
Searches I02025005RDR.cub for gaps based on the default
Correlation Tolerance of CORTOL=0.0
Input ImageData FileLinks open in a new window.
Output Image
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |