ISIS Application Documentation
overlapstats | Printer Friendly View | TOC | Home |
Calculates the statistics of overlapping cube regions
Overview | Parameters | Example 1 |
DescriptionThis application takes a list of cubes and an image overlap list file from the output of findimageoverlaps and calculates statistics on all overlapping polygons of the provided images, writing the results to an output file. The statistics generated by this application may provide useful information for choosing parameters for the autoseed application. Images must be ingested into ISIS and have spiceinit, footprintinit, and findimageoverlaps run to produce the input for this application. Statistics for the area, polygon thickness, and image stack size of the polygons are calculated. These statistics include minimum, maximum, average, standard deviation, and variance. Area refers to the area of the polygon in square meters. Image stack is the number of images that overlap for a given overlap region. If there are any cubes within the list that do not overlap with any other cube in the list, those cube's filenames are included at the end of the output in the NoOverlap PVL keyword. CategoriesHistory
|
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:13 |
Parameter GroupsInput Files
Output
|
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:13 |
The filename of a list of input cubes. This list should be the same as the list used by findimageoverlaps.
Type | filename |
---|---|
File Mode | input |
Filter | *.lis |
The filename of the image overlap list. You can obtain this file by running the findimageoverlaps application on the list of input cubes.
Type | filename |
---|---|
File Mode | input |
Filter | * |
Determines how much detail is given in the output.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | BRIEF | |||||||||
Option List: |
|
The filename of the output file to contain the detailed stats of each overlap.
Type | filename |
---|---|
File Mode | output |
The output table written to the file specified by the TO option will be formatted in accordance with the following option.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | CSV | |||||||||
Option List: |
|
Places all cube serial numbers and filenames on the same line in the output file. When False, Serial Numbers and Filenames are placed in columns for better human readability. This option is only available when the output is in CSV format.
Type | boolean |
---|---|
Default | TRUE |
This file will contain the errors that occurred while calculating the overlap statistics. Each line will contain the error message followed by the serial number(s) of the cube(s) involved.
Type | filename |
---|---|
File Mode | output |
Internal Default | No Error Output |
Example 1Overlapping Statistics Description
This example illustrates how to generate overlap statistics for the
following list of three overlapping cubes. overlapstats will calculate
the thickness, area, and image count for each of the overlapping
polygons that the cubes provided in cubes.lis create, and output these
results to stats.txt. Each value in the resulting table will be
separated by a tab.
Command Line
overlapstats FROMLIST=cubes.lis OVERLAPLIST=overlaps.lis DETAIL=FULL
TO=stats.txt TABLETYPE=TAB
The command to use for this example.
Input ImagesData FilesLinks open in a new window.
|
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:13 |