mar10clean
Clean-up application for Mariner10 images
Mar10clean performs the clean up of Mariner10 images. This includes salt and pepper noise, removing reseaus, and trimming edges of invalid data. The program runs mar10nonoise to clean up noise followed by findrx and remrx. Several lowpass filters fill in the null areas left by the noise removal. Finally a trim is also completed which nulls the top 5 rows of pixels, left 11 columns pixels, and the bottom 8 rows of pixels.
This program only allows itself to be run once on an image. It is intended for non-compressed images only and will not run on compressed images. Compressed images, technically previously compressed, are distinctive because they are mostly null data with good data in a checkerboard patter, see mar10restore for more info. Mar10clean should be run immediately after importing and before calibration.
Categories
Related Objects and Documents
Applications
History
Travis Addair | 2009-08-03 | Original version |
Mackenzie Boyd | 2009-08-05 | Added example, test |
Mackenzie Boyd | 2009-08-12 | Modified order of runs to remove noise before finding and removing reseaus. |
Mackenzie Boyd | 2009-08-12 | Added documentation, added a check for being a Mariner10 image, added a check for already cleand cubes. |
Parameters
Files
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Options
Type | boolean |
---|---|
Default | TRUE |
Type | integer |
---|---|
Default | 9 |
Type | integer |
---|---|
Default | 9 |
Example 1
Input Mariner10 Image to be cleaned
Command Line
mar10clean
from=MVE_030.227.cub to=clean.cub
GUI Screenshot
Example Gui
mar10clean GuiScreenshot of GUI with parameters filled in to with a Mariner10 uncleaned cube as input and a clean cube as output.
Input Image
Mariner10 Image to Clean
Input Mariner10 Image
Parameter Name:
FROM
This is the input Mariner10 image prior to cleaning.