ISIS Application Documentation
    Create geometric testing cubes
  
 
          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
        
 
Applications
 
              History
          
| Elizabeth Ribelin | 2005-01-26 | 
      Original version
     | 
 
| Brendan George | 2006-09-21 | 
        Documentation fixes
     | 
 
 
 | 
 
 
                Parameter Groups
            
Files
| 
                    Name
                     | 
                    Description
                     | 
 
| FROM | 
          Input cube
         | 
 
| TO | 
          Output cube
         | 
 
 
Pixel Value Options
| 
                    Name
                     | 
                    Description
                     | 
 
| OPTION | Options for output cube pixel values | 
 
 
Input Values
| 
                    Name
                     | 
                    Description
                     | 
 
| SIZE | Size 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 | 
 
| GRADIENT | Sum of Line and Sample | 
                        Makes pixels in the output cube equal to the sum of the line number and sample number.
                    Exclusions
 | 
 
| LINEWEDGE | Line Number | 
                        Makes pixels in the output cube equal to the line number.
                    Exclusions
 | 
 
| SAMPLEWEDGE | Sample Number | 
                        Makes pixels in the output cube equal to the sample number.
                    Exclusions
 | 
 
| CHECKERBOARD | Checkerboard Pattern | 
                        Makes pixels turn on or off to create a checkerboard pattern in the output cube of size specified
                        by the user.
                     | 
 
 
 |