ISIS Application Documentation
findimageoverlaps | Standard View | TOC | Home |
Uses the input image footprints to find their intersections and writes these intersections to a file for used in other programs such as autoseed.
Description
Categories
Groups
History
Name | Description |
---|---|
FROMLIST | List of input cubes to be intersected |
OVERLAPLIST | Output overlap list |
ERRORS | Error list file for errors generated when making the overlap list |
Name | Description |
---|---|
DETAILED | Output detailed error information |
Use this parameter to specify the cubes for which we will find the intersections of. If you are working with a control network then this is the list of files associated with the control network.
Type | filename |
---|---|
File Mode | input |
Filter | *.lis |
This file will contain the intersected image footprints in a non-human readable format.
Type | filename |
---|---|
File Mode | output |
This file will contain the errors that occurred while calculating the image overlaps. These errors are typically caused by complicated math involving arbitrary polygons failing to produce an understandable result and can often be alleviated by simplifying the input polygons. Basically, the errors might be fixed by reducing the precision of your image footprints; but increasing precision might fix them too.
Type | filename |
---|---|
File Mode | output |
Internal Default | No Error Output |
When this is set to true, and there is an errors file, the maximum amount of information about each error is printed to the errors file. When this is false, only filenames will be reported in the errors file.
Type | boolean |
---|---|
Default | false |
Steven Lambright | 2008-11-03 | Original version |
Steven Lambright | 2008-11-24 | Added the "DETAILED" and "ERRORS" parameters. |
Steven Lambright | 2009-01-07 | Added the number of errors to the results output |
Steven Lambright | 2009-05-27 | Uses different method call to ImageOverlapSet for optimization |
Steven Lambright | 2009-05-28 | The input list will be internally sorted by serial number so that one list of input images will always produce the same results regardless of the sort order. |
Christopher Austin | 2010-03-26 | Added an error when no new overlaps are calculated. (i.e. All overlaps contain only a single Serial Number) |
Christopher Austin | 2010-09-27 | Moved the above error handling to ImageOverlapSet. |
Steven Lambright | 2011-09-26 | Improved documentation in preparation for the October release. Working with me to document findimageoverlaps was Ra'ad Saleh and Bob Sucharski. |
Marjorie Hahn | 2016-08-05 | Fixed a bug where ImageOverlapSet was not recording overlaps where one image is fully enveloped within another. Fixes #2199. |
Marjorie Hahn | 2016-10-03 | Added an exception for giving findimageoverlaps a cube list of only one cube. Fixes #4200. |
Ian Humphrey | 2017-05-23 | Added a tryLock to avoid a segfault that could occur on OSX. Fixes #4810. |
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/24/2025 16:09:00 |