Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


hisharpen

Printer Friendly View | TOC | Home

HiSharpen uses a linear frequency domain filter to remove the minor blur caused by the optical system of the HiRISE camera.

Overview Parameters Example 1

Description

HiSharpen uses a linear frequency domain filter to remove the minor blur caused by the optical system of the HiRISE camera. This blur is estimated from prelaunch measurements of the camera's point spread function (PSF) supplied by Alan Delamere of Ball Aerospace. The program accepts as input a HiRISE subimage of dimensions 2**n square. The program determines which filter (Red, BG, IR) was used for acquiring the HiRISE image and then selects the corresponding PSF and scales it to match the dimensions of the input image. First, the Fourier transforms of both the image and the PSF are calculated using the Fast Fourier Transform (FFT) algorithm. Next, the transform of the image is divided by the transform of the PSF (the Modulation Transfer Function, or MTF). The quotient is then transformed back to the spatial domain by an inverse FFT. Note that no pre-whitening or other noise suppression is done by HiSharpen. Random noise and pixel-to-pixel variations will be accentuated by HiSharpen unless steps have been taken to reduce the noise in the input image prior to sharpening. Note also that the FFT algorithm assumes that the input image is periodic, i.e. the left side of the image is repeated when the right edge of the image is reached. HiSharpen may therefore produce severe ringing in input images with low spatial frequency variations.

Categories


History

Paul Geisser2008-10-07 Original Version
Steven Lambright2008-10-07 Converted to Isis 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 19:28:11
X

Files: FROM


Description

Type cube
File Mode input
Close Window
X

Files: PSF


Description

Type cube
File Mode input
Internal Default Automatic
Close Window
X

Files: TO


Description

Type cube
File Mode output
Pixel Type real
Filter *.cub
Close Window
X

Files: CLEANUP


Description

Type boolean
Default true
Filter *.cub
Close Window