apollocal
Calibration of Apollo 15 metric images.
This program will perform calibrations on images from the Apollo 15 mission's metric camera.
Two calibrations are performed. First, dark current is subtracted. Then, the image is divided
by the flat field image to remove vignetting effects.
Categories
Related Objects and Documents
Applications
History
Jacob Danton | 2007-05-09 | Original version |
Curtis Rose | 2016-04-20 | Fixed typo and improved documentation by clarifying information and adding examples. Added image data to test. Fixes #2410. |
Parameters
Files
The cube to be calibrated.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the calibrated data.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
Example 1
Cube callibrated.
This example shows how to calibrate an Apollo cube.
Command Line
Run the apollocal application to calibrate the cube.
apollocal
from=../inputCube.cub to=../outputCube.cub
GUI Screenshot
Example Gui
Apollocal GUI example.This is an example of the GUI for apollocal with parameters entered.