Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
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.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:10
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