ISIS Application Documentation
Averages all bands from the input cube
 
          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
        
 
              History
          
| Christopher Austin | 2008-01-03 | 
      Original version
     | 
 
| Christopher Austin | 2008-01-14 | 
      Fix output cube to only having one band.
     | 
 
| Steven Lambright | 2008-05-13 | 
      Removed references to CubeInfo 
     | 
 
 
 | 
 
 
                Parameter Groups
            
Files
| 
                    Name
                     | 
                    Description
                     | 
 
| FROM | 
          Input Cube
         | 
 
| TO | 
          Output cube
         | 
 
 
BandBin
| 
                    Name
                     | 
                    Description
                     | 
 
| BANDBIN | How to handle the BandBin Group in the ouput cube | 
 
| CENTER | The new Center value of the output cube's BandBin | 
 
| WIDTH | The 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 | 
 
| DELETE | Delete BandBin  | 
              Simply deletes the BandBin group if it exists.
            Exclusions
 | 
 
| COMPUTE | Computes 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
 | 
 
| USER | User declaired BandBin values | 
              Allows the user to specify the desired Center and Width values of 
              the output spectral average cube.
            Inclusions
 | 
 
 
 | 
 
 
BandBin:
                        CENTER
                         Description
                       
          Sets the output cube's BandBin Center to the specified value.
        
 
BandBin:
                        WIDTH
                         Description
                       
          Sets the output cube's BandBin Width to the specified value.