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


tgocassismos

Printer Friendly View | TOC | Home

Produce an output mosaic of TGO CaSSIS images from the same observation and filter.

Overview Parameters

Description

If the final product wil not be an RDR, mapmos or automos can be used to produce a mosaic. This program produces a mosaic and adds keywords to the label group "Mosaic".
The input cubes to this program must be from the same observation, same filter, and map projected.
A new label group, required by tgocassisrdrgen, called "Mosaic" is added to the image labels of the output cube. The original label blob is also propagated from the first file in the input list.
This application will produce two cubes. The first cube (that you set with the "TO" parameter) will be your mosaic. A tracking cube will also be created at the same level with tracking information for the original cubes (that you set with the "FROMLIST" parameter). This cube will have the same base name as the mosaic, but will end in "_tracking.cub".

processing sequence for single filter products that will become RDRs
cam2map - project the cube.
tgocassismos - mosaic files and add keywords to the mosaic group.
tgocassisrdrgen - produce a RDR product.


Categories


History

Makayla Shepherd2018-05-09 Original version.
Adam Goins2018-05-17 Added SpacecraftName and InstrumentId to mosaic group.
Kristin Berry2018-06-12 Removed the "_filtername" from the ProductId.
Kristin Berry2018-06-16 Update to read the ObservationId from the Archive Group.
Jeannie Backer2018-08-10 Added option to allow user to choose ground range.
Summer Stapleton-Greig2019-02-28 Added the "tracking=true" parameter to tgocassismos' call to automos resulting in automatic tracking cube creation.
Kristin Berry2019-03-01 Added the StopTime keyword to the output Mosaic PVL group, as stop_date_time is required for PDS4 export.
Kristin Berry2019-06-15 Added the Archive group of the first cube to the output mosaic, as it is required for PDS4 export.

Parameter Groups

Files

Name Description
FROMLIST Input list of files
TO Output mosaic
PRIORITYThe priority of pixel placement

Ground Range

Name Description
GRANGEGround Range Options
MINLATMinimum Latitude
MAXLATMaximum Latitude
MINLONMinimum Longitude
MAXLONMaximum Longitude
X

Files: FROMLIST


Description

A single colume list of TGO CaSSIS files that will be mosaiced together. The input files must be from the some observation and be from the same filter. The files must also be map projected.

Type filename
File Mode input
Filter *.lis *.lst *.txt
Close Window
X

Files: TO


Description

The output mosaic cube with the new mosaic label group added.

Type cube
File Mode output
Filter *.cub
Close Window
X

Files: PRIORITY


Description

This parameter is used to select one of two ways to masaic the pixels in areas of overlap.

Type string
Default ONTOP
Option List:
Option Brief Description
ONTOPInput cube will be placed on top of the mosaic When the input pixel is not Null, the input pixel value will be written to the output cube.
BENEATHInput cube will be placed beneath the mosaic When the mosaic pixel is not Null it will be left unchanged.
Close Window
X

Ground Range: GRANGE


Description

AUTO is the default for this parameter. By default the ground range is calculated automatically based on the list of input cubes. The user can override this default. If the USER option is selected, values must be entered for the MINLAT, MAXLAT, MINLON, and MAXLON parameters.

Type string
Default AUTO
Option List:
Option Brief Description
AUTOAutomatically Calculate Range The program will automatically calculate the ground range for the mosaic by examining that latitude and longitude range of all the cubes contained in the list passed to FROMLIST. This is the default option.

Exclusions

  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
USERUser Entered Range The program will apply the ground range values you entered for the mosaic.

Inclusions

  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
Close Window
X

Ground Range: MINLAT


Description

The minimum latitude value boundary extent for the output mosaic.

Type double
Close Window
X

Ground Range: MAXLAT


Description

The maximum latitude value boundary extent for the output mosaic.

Type double
Greater Than MINLAT
Close Window
X

Ground Range: MINLON


Description

The minimum longitude value boundary extent for the output mosaic.

Type double
Close Window
X

Ground Range: MAXLON


Description

The maximum longitude value bounary extent for the output mosaic.

Type double
Greater Than MINLON
Close Window