ISIS Application Documentation
lineeq | Printer Friendly View | TOC | Home |
This program will normalize a cube based on line averages.
Overview | Parameters | Example 1 | Example 2 | Example 3 |
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:11 |
Parameter GroupsFiles
Settings
|
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:11 |
Specify the output (normalized) cube.
Type | cube |
---|---|
File Mode | output |
Specify the CSV file to output the line averages to.
Type | filename |
---|---|
File Mode | output |
Internal Default | No Output |
Filter | *.csv |
When overriding the default boxcar size, you can enter the new value as a percentage of the image height or as an absolute size.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | NONE | ||||||||||||
Option List: |
|
This will override the default boxcar size when smoothing the line averages. The larger this size is, the less the image is affected. The smaller the boxcar, the larger the effect. If entering an absolute line size, it must be odd (any even number will automatically be rounded up).
Type | integer |
---|
Output a CSV formatted file of the line averages and the smoothed averages.
Type | boolean |
---|---|
Default | false |
Inclusions |
|
Example 1Normalizing a cube Description
This shows how to normalize a cube using this program. The input is valid data with introduced noise.
Command Line
lineeq from=input.cub to=output.cub boxtype=absolute boxsize=1
This is the command line to run this program, with a small boxcar, on input.cub.
GUI Screenshot
Input Images
Output Image |
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:11 |
Example 2Identifying a problem cube Description
This program does not properly handle all cubes. When the line averages spike, this program smoothes them,
but bad data could cause these spikes and this program will try to correct bad data incorrectly inthe areas with the spikes.
Command Line
lineeq from=I07762023RDR_CN.cub to=I07762023RDR_CN.norm.cub csv=I07762023RDR_CN.norm.csv boxtype=percentage boxsize=2 averages=yes
This is the command line to run this program, with a small boxcar, on I07762023RDR_CN.norm.cub and output a CSV file.
GUI Screenshot
Input Images
Output Image |
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:11 |
Example 3Deciding on a boxcar size Description
This shows how the boxcar size affects the output of this program.
Command Line
lineeq from=input.cub to=output.cub boxtype=percentage boxsize=??
This is the command line to run this program in this example, where ?? becomes a relative boxcar size.
GUI Screenshot
Input Image
Output Images
|
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:11 |