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


cosi

Printer Friendly View | TOC | Home

Apply simple photometric model

Overview Parameters

Description

This program applies a basic photometric normalization to an image by dividing each pixel by the cosine of the incidence angle. It uses the camera model to compute the incidence angle at each pixel in the cube. The corresponding input pixel value is then divided by the cosine of the incidence angle. If the absolute value of the incidence angle is 90 or greater then a Null pixel will be output.

Categories


History

Jim Torson1997-05-20 Original version
Jeff Anderson2007-05-30 Converted to ISIS3
Steven Lambright2008-05-12 Removed references to CubeInfo

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:09
X

Files: FROM


Description

An Isis cube with a supported camera model and initialized with SPICE.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

The name of the output Isis cube. This cube will contain the input cube divided by the cosine of the incidence angle.

Type cube
File Mode output
Filter *.cub
Close Window
X

Options: MAXINC


Description

Pixels which have an absolute value of indicence angle at or above this value will be set to NULL in the output cube

Type double
Default 90.0
Minimum 0.0 (exclusive)
Maximum 90.0 (inclusive)
Close Window