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


cubeavg

Standard View | TOC | Home

Averages all bands from the input cube

Description
Categories
Groups
History


Description

Averages every pixel with it's corresponding pixels throughout each given band, resulting in a spectral average cube. Cube attributes must be used to specify specific bands from the original cube.

Categories


Parameter Groups

Files

Name Description
FROM Input Cube
TO Output cube

BandBin

Name Description
BANDBINHow to handle the BandBin Group in the ouput cube
CENTERThe new Center value of the output cube's BandBin
WIDTHThe new Width value of the output cube's BandBin

Files: FROM

Description

The input cube. All pixels in this cube will be averaged by corresponding pixels in the output cube.

Type cube
File Mode input
Filter *.cub

Files: TO

Description

The output spectral average cube.

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

BandBin: BANDBIN

Description

When creating a single band spectral average cube from a multiband cube, the BandBin Group must be altered in some manner to represent the new single band cube. The keywords which are always removed from the output cube include "OriginalBand" and "Name".

Type string
Default DELETE
Option List:
Option Brief Description
DELETEDelete BandBin Simply deletes the BandBin group if it exists.

Exclusions

  • CENTER
  • WIDTH
COMPUTEComputes the new BandBin Automatically computes the new BandBin Center and Width values using the input cube. If there is not a BandBin group within the original cube, or there is not a Center keyword within the origianl cube's BandBin group, an error with be thrown. If there is not a Width keyword within the original's BandBin group, then Width will be calculated using the Center keyword's values.

Exclusions

  • CENTER
  • WIDTH
USERUser declaired BandBin values Allows the user to specify the desired Center and Width values of the output spectral average cube.

Inclusions

  • CENTER
  • WIDTH

BandBin: CENTER

Description

Sets the output cube's BandBin Center to the specified value.

Type double

BandBin: WIDTH

Description

Sets the output cube's BandBin Width to the specified value.

Type double

History

Christopher Austin2008-01-03 Original version
Christopher Austin2008-01-14 Fix output cube to only having one band.
Steven Lambright2008-05-13 Removed references to CubeInfo