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

Public Release
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


tgocassisstitch

Printer Friendly View | TOC | Home

Stitch together multiple TGO CaSSIS framelets into full frame images.

Overview Parameters

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 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.
Anton Hibl2023-02-24 Modified stitchFrame to have logic for suffix or prefix in the output filename. Fixes #5125.
Anton Hibl2023-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.
X

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
Close Window
X

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
Close Window
X

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
Close Window
X

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
Close Window