Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


specpix

Printer Friendly View | TOC | Home

Replace user specified pixels with Isis special pixel values

Overview Parameters

Description

This program will replace the user specified pixels to Isis special pixel values. Overlap between the ranges of differing special pixel values is not allowed. Each special pixel range must be unique.

Categories


Related Objects and Documents

Applications


History

Jim Mathews1994-02-14 Original version
Tracie Sucharski2002-09-15 Ported to Isis 3.0
Kim Sides2003-05-13 Added application test
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-05-30 Added modifications to apptest by Kim
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Stuart Sides2003-11-07 Modified results pvl to not include the results group

Parameter Groups

Files

Name Description
FROM Input cube
TO Output cube

Ranges

Name Description
NULLMINThe minimum value for NULL
NULLMAXThe maximum value for NULL
LRSMINThe minimum value for LRS
LRSMAXThe maximum value for LRS
HRSMINThe minimum value for HRS
HRSMAXThe maximum value for HRS
LISMINThe minimum value for LIS
LISMAXThe maximum value for LIS
HISMINThe minimum value for HIS
HISMAXThe maximum value for HIS
X

Files: FROM


Description

Use this parameter to select the input filename. All bands within the file will be checked for replacement of pixels.

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

Files: TO


Description

This file will contain the cube with specified pixels replaced with Isis special pixel values.

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

Ranges: NULLMIN


Description

This defines the minimum value of the defined range of pixels to be replaced with the Isis Null value.

Type double
Internal Default Do not create NULL pixels
Less Than NULLMAX
Inclusions
  • NULLMAX
Close Window
X

Ranges: NULLMAX


Description

This defines the maximum value of the defined range of pixels to be replaced with the Isis Null value.

Type double
Internal Default Do not create NULL pixels
Greater Than NULLMIN
Inclusions
  • NULLMIN
Close Window
X

Ranges: LRSMIN


Description

This defines the minimum value of the defined range of pixels to be replaced with the Isis LRS value.

Type double
Internal Default Do not create LRS pixels
Less Than LRSMAX
Inclusions
  • LRSMAX
Close Window
X

Ranges: LRSMAX


Description

This defines the maximum value of the defined range of pixels to be replaced with the Isis LRS value.

Type double
Internal Default Do not create LRS pixels
Greater Than LRSMIN
Inclusions
  • LRSMIN
Close Window
X

Ranges: HRSMIN


Description

This defines the minimum value of the defined range of pixels to be replaced with the Isis HRS value.

Type double
Internal Default Do not create HRS pixels
Less Than HRSMAX
Inclusions
  • HRSMAX
Close Window
X

Ranges: HRSMAX


Description

This defines the maximum value of the defined range of pixels to be replaced with the Isis HRS value.

Type double
Internal Default Do not create HRS pixels
Greater Than HRSMIN
Inclusions
  • HRSMIN
Close Window
X

Ranges: LISMIN


Description

This defines the minimum value of the defined range of pixels to be replaced with the Isis LIS value.

Type double
Internal Default Do not create LIS pixels
Less Than LISMAX
Inclusions
  • LISMAX
Close Window
X

Ranges: LISMAX


Description

This defines the maximum value of the defined range of pixels to be replaced with the Isis LIS value.

Type double
Internal Default Do not create LIS pixels
Greater Than LISMIN
Inclusions
  • LISMIN
Close Window
X

Ranges: HISMIN


Description

This defines the minimum value of the defined range of pixels to be replaced with the Isis HIS value.

Type double
Internal Default Do not create HIS pixels
Less Than HISMAX
Inclusions
  • HISMAX
Close Window
X

Ranges: HISMAX


Description

This defines the maximum value of the defined range of pixels to be replaced with the Isis HIS value.

Type double
Internal Default Do not create HIS pixels
Greater Than HISMIN
Inclusions
  • HISMIN
Close Window