ISIS Application Documentation
tgocassisstitch | Standard View | TOC | Home |
Stitch together multiple TGO CaSSIS framelets into full frame images.
Description
Categories
Groups
History
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. |
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 |
An optional name for the output cube instead of the default timestamp style naming.
Type | cube |
---|---|
File Mode | input |
Default | |
Filter | *.cub |
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 |
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 |
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. |