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


footprintmerge

Printer Friendly View | TOC | Home

Find footprint islands, given a list of cubes

Overview Parameters

Description

This program will take a list of cubes, merge the cube footprints and find those cubes that are islands.

Categories


History

Tracie Sucharski2007-09-19 Original version
Tracie Sucharski2007-11-13 Added handling of cubes crossing 0/360 boundary
Tracie Sucharski2008-04-17 Fixed progress printing.

Parameter Groups

Files

Name Description
FROMLIST List of Input cubes
TOText file output
MODE Amount of information written out about each footprint island.
X

Files: FROMLIST


Description

The list of cubes used to find footprint islands.

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

Files: TO


Description

Text file used if MODE=Full. The filenames are listed for each footprint island.

Type filename
File Mode output
Close Window
X

Files: MODE


Description

Indicates whether detailed information about which images are contained in each footprint island are printed or simply how many footprint islands there are.

Type string
Default BRIEF
Option List:
Option Brief Description
BRIEFSimply print how many footprint islands there are to the screen and log file The number of footprint islands will be printed to the screen and log file.

Exclusions

  • TO
FULLPrint the number of cubes contained in each footprint island along with the filenames. Print the number of cubes in each footprint island and the filesnames in each island to the screen and log file.

Inclusions

  • TO
Close Window