ISIS Application Documentation
    Find footprint islands, given a list of cubes
  
 
          Description
        
    This program will take a list of cubes, merge the cube footprints and find 
    those cubes that are islands.
   
 
          Categories
        
 
              History
          
| Tracie Sucharski | 2007-09-19 |  Original version | 
 
| Tracie Sucharski | 2007-11-13 | 
        Added handling of cubes crossing 0/360 boundary
     | 
 
| Tracie Sucharski | 2008-04-17 | 
        Fixed progress printing.
     | 
 
 
 | 
 
 
                Parameter Groups
            
Files
| 
                    Name
                     | 
                    Description
                     | 
 
| FROMLIST | 
          List of Input cubes
         | 
 
| TO | Text file output | 
 
| MODE | 
               Amount of information written out about each footprint island.
             | 
 
 
 | 
 
Files:
                        FROMLIST
                         Description
                       
          The list of cubes used to find footprint islands.
        
| 
                             Type
                            | filename | 
| 
                               File Mode
                              | input | 
| 
                               Filter
                              | 
          *.lis *.lst *.txt
         | 
 
 
Files:
                        TO
                         Description
                       
              Text file used if MODE=Full.  The filenames are listed for each footprint island.
          
| 
                             Type
                            | filename | 
| 
                               File Mode
                              | output | 
 
 
Files:
                        MODE
                         Description
                       
                Indicates whether detailed information about which images are contained in each footprint
                island are printed or simply how many footprint islands there are.
            
| 
                             Type
                            | string | 
| 
                               Default
                              | 
                BRIEF
             | 
| 
                               Option List:
                              | 
| 
                                   Option | 
                                   Brief | 
                                   Description | 
 
| BRIEF | Simply print how many footprint islands there are to the screen and log file | 
                        The number of footprint islands will be printed to the screen and log file.
                    Exclusions
 | 
 
| FULL | Print the number of cubes contained in each footprint island along with the filenames. | 
                        Print the number of cubes in each footprint island and the filesnames in each island to the 
                        screen and log file.
                    Inclusions
 | 
 
 
 |