Isis 3 Application Documentation
Creates phase, incidence, and/or emmision angle bands for a cube
Description
Categories
Groups
History
Things To Do
Description
This program creates a cube where the bands represent the photometry phase,
emission and/or incidence angles. Only the desired bands will be created.
Categories
Related Applications in Previous Versions of Isis
This application replaces the following
applications existing in previous versions of Isis, which have been deprecated
from the current version of Isis:
- lev1geoplane
- levgeoplane
- geoback
Parameter Groups
Files
|
Name
|
Description
|
| FROM |
Input cube
|
| TO |
Output cube
|
Photometry
Files:
FROM
Description
Use this parameter to select the input filename.
|
Type
| cube |
|
File Mode
| input |
|
Filter
|
*.cub
|
Files:
TO
Description
This file will contain the phase and/or emission and/or incidence
angles.
|
Type
| cube |
|
File Mode
| output |
|
Pixel Type
| real |
Photometry:
PHASE
Description
If this parameter is true then a phase angle band will be created
|
Type
| boolean |
|
Default
| TRUE |
Photometry:
EMISSION
Description
If this parameter is true then an emission angle band will be created
|
Type
| boolean |
|
Default
| TRUE |
Photometry:
INCIDENCE
Description
If this parameter is true then an incidence angle band will be created
|
Type
| boolean |
|
Default
| TRUE |
Photometry:
LATITUDE
Description
If this parameter is true then a latitude band will be created
|
Type
| boolean |
|
Default
| TRUE |
Photometry:
LONGITUDE
Description
If this parameter is true then a longitude band will be created
|
Type
| boolean |
|
Default
| TRUE |
Photometry:
PIXELRESOLUTION
Description
If this parameter is true then a pixel resolution band will be created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
LINERESOLUTION
Description
If this parameter is true then a line resolution band will be created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
SAMPLERESOLUTION
Description
If this parameter is true then a sample resolution band will be
created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
DETECTORRESOLUTION
Description
If this parameter is true then a detector resolution band will be
created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
NORTHAZIMUTH
Description
If this parameter is true then a north azimuth band will be created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
SUNAZIMUTH
Description
If this parameter is true then a sun azimuth band will be
created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
SPACECRAFTAZIMUTH
Description
If this parameter is true then a spacecraft azimuth band will be
created
|
Type
| boolean |
|
Default
| FALSE |
Photometry:
OFFNADIRANGLE
Description
If this parameter is true then a offNadir angle band will be created
|
Type
| boolean |
|
Default
| FALSE |
History
| Unknown | 1999-02-11 |
Original version
|
| Stuart Sides | 2003-06-04 |
Converted to Isis 3.0, and made it create a cube rather than adding
backplanes.
|
| Stuart Sides | 2003-07-29 |
Modified filename parameters to be cube parameters where necessary
|
| Stuart Sides | 2005-09-09 |
Fixed problem where the program through an error when it tried to propagate
the pixel type from the input file.
|
| Stuart Sides | 2005-09-09 |
Added the bandbin group to the cube labels.
|
| Jeff Anderson | 2005-09-20 |
Fixed a bug with switched samples and lines
|
| Elizabeth Miller | 2005-10-05 |
Moved into Photometry and Radiometry category
|
| Elizabeth Miller | 2006-05-23 |
Modified to use ProcessByBrick instead of ProcessByLine to make faster
|
| Brendan George | 2006-09-21 |
Documentation fixes
|
| Steven Lambright | 2008-05-13 |
Removed references to CubeInfo
|
| Steven Koechle | 2008-08-19 |
Added new parameters: PIXELRESOLUTION, LINERESOLUTION,
SAMPLERESOLUTION, DETECTORRESOLUTION, NORTHAZIMUTH,
SUNAZIMUTH, SPACECRAFTAZIMUTH, OFFNADIRANGLE
|
| Steven Lambright | 2009-03-06 |
Fixed a bug that occurred when processing band-dependant cubes
|
| Kris Becker | 2009-05-29 |
Added the propagation of the input cube labels, objects, blobs, etc..., so
the pedigree of the input source is retained.
|
| Sharmila Prasad | 2009-07-17 |
Set the defaults for PIXELRESOLUTION, LINERESOLUTION,
SAMPLERESOLUTION, DETECTORRESOLUTION, NORTHAZIMUTH,
SUNAZIMUTH, SPACECRAFTAZIMUTH, OFFNADIRANGLE to FALSE
|