Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


tgocassisstitch

Standard View | TOC | Home

Stitch together multiple TGO CaSSIS framelets into full frame images.

Description
Categories
Groups
History


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


Parameter Groups

Files

Name Description
FROMLIST A list of TGO CaSSIS framelet images to stitch into full frames.
OUTPUTPREFIX Output ISIS cube basename.

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: 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
Filter *.cub

History

Jesse Mapel2017-09-09 Original version
Jesse Mapel2017-09-15 Changed name from tgostitch to stitch. Still only works with TGO CaSSIS images. References #5156.
Kristin Berry2017-11-14 Backward Compatibility Issue: Changed name from stitch to tgocassisstitch and changed output parameter name "TO" to "OUTPUTPREFIX."
Adam Goins2018-02-15 Modified stitchFrame to store the Archive group for ingested framelets. Fixes #5333.