Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

ISIS Documentation

fakecube

Create geometric testing cubes

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


History

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

Parameters

Files

The input cube whose parameters will be used to create the output cube.
Type cube
File Mode input
Filter *.cub

The output cube created with specified pixel values.
Type cube
File Mode output
Filter *.cub

Pixel Value Options

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

The size, in pixels, of the Checkerboard tiles. Default value is 5x5.
Type integer
File Mode input