ISIS Application Documentation
    Apply a Gaussian Stretch to a cube.
  
 
          Description
        
      This programs applies a gaussian stretch to a cube.
   
 
          Categories
        
 
Applications
 
              History
          
| Jacob Danton | 2006-05-26 | 
      Original version
     | 
 
| Jeff Anderson | 2006-10-28 | 
      Fixed memory leakage
     | 
 
| Steven Lambright | 2008-05-12 | 
      Removed references to CubeInfo 
     | 
 
 
 | 
 
 
                Parameter Groups
            
Files
| 
                    Name
                     | 
                    Description
                     | 
 
| FROM | 
          Input file to stretch
         | 
 
| TO | 
          Output cube
         | 
 
 
Parameters
| 
                    Name
                     | 
                    Description
                     | 
 
| GSIGMA | 
          gsigma
         | 
 
 
 | 
 
Files:
                        FROM
                         Description
                       
            The input cube which will have the gaussian stretch applied.
        
| 
                             Type
                            | cube | 
| 
                               File Mode
                              | input | 
| 
                               Filter
                              | 
          *.cub
         | 
 
 
Files:
                        TO
                         Description
                       
          The resultant cube containing the image after being stretched.
        
| 
                             Type
                            | cube | 
| 
                               File Mode
                              | output | 
| 
                               Pixel Type
                              | real | 
| 
                               Filter
                              | 
          *.cub
         | 
 
 
Parameters:
                        GSIGMA
                         Description
                       
            The nonuniformity of the output image's histogram.
            For values less than 1.0, the distribution will be closer to uniform.
        
| 
                             Type
                            | double | 
| 
                               Default
                              | 3.0 | 
| 
                               Minimum
                              | 0.0
                                   (exclusive)
                                  |