Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


apollocal

Printer Friendly View | TOC | Home

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


Related Objects and Documents

Applications


History

Jacob Danton2007-05-09 Original version
Curtis Rose2016-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.
X

Files: FROM


Description

The cube to be calibrated.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

The resultant cube containing the calibrated data.

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

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.