ISIS Application Documentation
outline | Printer Friendly View | TOC | Home |
Outlines contiguous regions in a 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 19:28:13 |
Parameter GroupsFiles
Options
|
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 19:28:13 |
Use this parameter to select the filename. All bands within the file will be outlined.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the results of the outlined cube.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This defines pixel value which will be placed at the boundary of contiguous regions. This value should not occur in the input cube.
Type | double |
---|
Setting this option to true will case all pixels found inside the boundaries to be set to NULL. Otherwise the pixels will be left alone.
Type | boolean |
---|---|
Default | TRUE |
Setting this option to true will case all pixels around the edge of the cube to be set to the boundary pixel value. Otherwise they will be left alone or set to NULL.
Type | boolean |
---|---|
Default | TRUE |
Example 1Artificial Cube as input. Description
This example shows how the Outline application draws boundaries around contiguous pixels.
Command Line
outline IN=in.cub OUT=out.cub BOUNDARY=255 CLEAR=False EDGES=True
This will set the borders around the contiguous pixels to 255 and will leave the pixels
contained within the regions at their original value.
GUI ScreenshotInput Image
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 19:28:13 |