ISIS Application Documentation
fillgap | Printer Friendly View | TOC | Home |
Compute interpolations to replace special pixels.
Overview | Parameters | Example 1 | Example 2 | Example 3 |
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
Interpolation Scheme
Direction
|
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 file to be filled.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
fillgap provides 3 different interpolation options. The interpolation option chosen is used to compute a continuous (or piecewise continous) interpolation so that each line and sample has a transform location that maps the output line and sample to a shifted input line and sample. These interpolations provide this mapping. This is done by collecting the known DN values for each line or sample column and using the chosen interpolation scheme to approximate the missing DN values (special pixels).
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | CUBIC | ||||||||||||
Option List: |
|
This is the direction of the special pixels across the image. If the special pixels run through the bands of the image data, try both directions to see which works best.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | SAMPLE | ||||||||||||
Option List: |
|
Example 1Fill horizontal gaps of peaks image Description
This example shows the fillgap application using the default parameters
SAMPLE and CUBIC. This will fill horizontal gaps in data using a
cubic spline on the DN values of each vertical column of samples.
Command Line
fillgap from=../IN/peaks-h-null.cub to=OUT/output.cub interp=cubic direction=sample
fillgap gui example
GUI Screenshot
Input 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 21:48:35 |
Example 2Fill gaps of Cassini ISS image Description
This example shows the fillgap application using the LINE and CUBIC
parameters. This will fill vertical gaps in data using a cubic spline
on the DN values of each horizontal line.
Command Line
fillgap from=../IN/N1506393614_2.sp.cub
to=OUT/N1506393614_2.sp.line.cub interp=cubic direction=line
fillgap gui example
GUI Screenshot
Input 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 21:48:35 |
Example 3Fill gaps of Cassini ISS image Description
This example shows the fillgap application on the output of Example 2.
Here we use the SAMPLE parameter to fill the remaining horizontal gaps in
data using the DN values of each vertical column of samples.
Command Line
fillgap from=../IN/N1506393614_2.sp.line.cub
to=OUT/N1506393614_2.sp.linesamp.cub interp=cubic direction=sample
fillgap gui example
GUI Screenshot
Input 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 21:48:35 |