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


fakecube

Standard View | TOC | Home

Create geometric testing cubes

Description
Categories
Groups
History


Description

This program will create a geometric testing cube by using line and sample numbers from the input cube. The pixels in the output cube will equal the sum of the line and sample numbers, the line number, the sample number, or will create a checkerboard pattern (5x5 is the default) depending on what pixel option is chosen. This is more of a tool for programmers developing camera models or other geometric software than the average user.

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM Input cube
TO Output cube

Pixel Value Options

Name Description
OPTIONOptions for output cube pixel values

Input Values

Name Description
SIZESize of Checkerboard Squares

Files: FROM

Description

The input cube whose parameters will be used to create the output cube.

Type cube
File Mode input
Filter *.cub

Files: TO

Description

The output cube created with specified pixel values.

Type cube
File Mode output
Filter *.cub

Pixel Value Options: OPTION

Description

A list of the possible options for pixel values in the output cube.

Type string
Default GRADIENT
Option List:
Option Brief Description
GRADIENTSum of Line and Sample Makes pixels in the output cube equal to the sum of the line number and sample number.

Exclusions

  • SIZE
LINEWEDGELine Number Makes pixels in the output cube equal to the line number.

Exclusions

  • SIZE
SAMPLEWEDGESample Number Makes pixels in the output cube equal to the sample number.

Exclusions

  • SIZE
CHECKERBOARDCheckerboard Pattern Makes pixels turn on or off to create a checkerboard pattern in the output cube of size specified by the user.

Input Values: SIZE

Description

The size, in pixels, of the Checkerboard tiles. Default value is 5x5.

Type integer
File Mode input

History

Elizabeth Ribelin2005-01-26 Original version
Brendan George2006-09-21 Documentation fixes