ISIS Application Documentation
Calibration of Apollo 15 metric images.
Overview
Parameters
Example 1
Description
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
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.
Parameter Groups
Files
Name
Description
FROM
Input cube file name.
TO
Output cube.
Files :
FROM
Description
The cube to be calibrated.
Type
cube
File Mode
input
Filter
*.cub
Files :
TO
Description
The resultant cube containing the calibrated data.
Type
cube
File Mode
output
Pixel Type
real
Filter
*.cub
Example 1
Cube callibrated.
Description
This example shows how to calibrate an Apollo cube.
Command Line
apollocal
from=../inputCube.cub to=../outputCube.cub
Run the apollocal application to calibrate the cube.
GUI Screenshot
Apollocal GUI example.
Example Gui
This is an example of the GUI for apollocal with parameters entered.
Input Image
Input image.
Input image
Parameter Name:
FROM
This is the example apollo image used for the input.
Output Image
Output image.
Output image
Parameter Name:
TO
This is the example output image after apollocal is run.