ISIS Application Documentation
    Stitch together multiple TGO CaSSIS framelets into full frame images.
  
 
          Description
        
    Stitch together multiple TGO CaSSIS framelets into full frame images. The
    labels from the first framelet in each frame are used as a starting point
    for the frame labels. If spiceinit has been run on the first framelet, then
    that information will be propagated to the frame. Information that is
    unique to each framelet, along with the location of each framelet will be
    output in the "Stitch" group on the frame cubes' label.
   
 
          Categories
        
 
              History
          
| Jesse Mapel | 2017-09-09 | 
      Original version
     | 
 
| Jesse Mapel | 2017-09-15 | 
      Changed name from tgostitch to stitch. Still only works with TGO CaSSIS images. References #5156.
     | 
 
| Kristin Berry | 2017-11-14 | 
      Backward Compatibility Issue: Changed name from stitch to tgocassisstitch and
      changed output parameter name "TO" to "OUTPUTPREFIX."
     | 
 
| Adam Goins | 2018-02-15 | 
      Modified stitchFrame to store the Archive group for ingested framelets. Fixes #5333.
     | 
 
| Anton Hibl | 2023-02-24 | 
      Modified stitchFrame to have logic for suffix or prefix in the output
      filename. Fixes #5125.
     | 
 
| Anton Hibl | 2023-03-01 | 
      Added an optional argument to tgocassisstitch which allows for an optional
      cubename to override the default timestamp-style naming convention and
      bahavior for the output cube. Fixes #5125.
     | 
 
 
 | 
 
 
                Parameter Groups
            
Files
| 
                    Name
                     | 
                    Description
                     | 
 
| FROMLIST | 
          A list of TGO CaSSIS framelet images to stitch into full frames.
         | 
 
| CUBENAME | 
          An optional name for the output cube.
         | 
 
| OUTPUTPREFIX | 
           Output ISIS cube basename prefix.
          | 
 
| OUTPUTSUFFIX | 
           output ISIS cube basename suffix.
          | 
 
 
 | 
 
Files:
                        FROMLIST
                         Description
                       
          A list of TGO CaSSIS framelet images to stitch. The images will be
          sorted into frames based on their serial number the same way that
          observation mode works in the jigsaw application. So, the list of
          images can contain framelets from multiple different frames.
        
| 
                             Type
                            | filename | 
| 
                               File Mode
                              | input | 
| 
                               Filter
                              | 
          *.lis
         | 
 
 
Files:
                        CUBENAME
                         Description
                       
          An optional name for the output cube instead of the default timestamp
          style naming.
        
| 
                             Type
                            | cube | 
| 
                               File Mode
                              | input | 
| 
                               Default
                              |  | 
| 
                               Filter
                              | 
          *.cub
         | 
 
 
Files:
                        OUTPUTPREFIX
                         Description
                       
           The stitched cubes will be output as this basename plus the last
           component of the serial number. Usually this will be the start time
           for the frame.
         
| 
                             Type
                            | cube | 
| 
                               File Mode
                              | output | 
| 
                               Default
                              |  | 
| 
                               Filter
                              | 
           *.cub
          | 
 
 
Files:
                        OUTPUTSUFFIX
                         Description
                       
           The stitched cubes will be output as the last component of the serial
           number plus this basename. Usually this will be the start time for
           the frame.
         
| 
                             Type
                            | cube | 
| 
                               File Mode
                              | output | 
| 
                               Default
                              |  | 
| 
                               Filter
                              | 
           *.cub
          |