ISIS Application Documentation
remrx | Standard View | TOC | Home |
Removes Reseaus from an image
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file reseaus will be removed from |
TO | Output cube |
Name | Description |
---|---|
SDIM | Samples to remove around each reseau |
LDIM | Lines to remove around each reseau |
Name | Description |
---|---|
ACTION | The way the reseaus will be removed |
RESVALID | Check Reseau Valid Flag? |
The cube the reseaus will be removed from. All reseaus in the cube will be removed.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the data with reseaus removed.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
The number of samples to remove around each reseau. Defaults to 9.0
Type | integer |
---|---|
Default | 9 |
Odd | This value must be an odd number |
The number of lines to remove around each reseau. Defaults to 9.0
Type | integer |
---|---|
Default | 9 |
Odd | This value must be an odd number |
There are 2 options for removing the Reseaus. The program can replace pixels inside the SDIM x LDIM box with Null or bilinear interpolation. Defaults to BILINEAR.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | BILINEAR | |||||||||
Option List: |
|
If this parameter is TRUE, the reseau valid flag will be checked before the reseau is removed. If the reseau valid flag is a 0 or -1, the reseau will not be removed. If the reseau valid flag is a 1, the reseau will be removed. Reseaus with a valid flag=-1 are never removed. This flag indicates an invalid nominal position. If RESVALID is FALSE, the reseau valid flag will not be checked for nominals and all the reseaus will be removed, except the invalid nominals. Defaults to FALSE.
Type | boolean |
---|---|
Default | FALSE |
Reseaus replaced with Bilinear Interpolation
Example Gui Screenshot of GUI with parameters filled in to perform a bilinear interpolation remrx operation on the input image. |
Input image for mirror
Parameter Name:
FROM This is the 800 by 800 input image for the remrx examples. |
Output image for bilinear interpolation remrx
Parameter Name:
TO This is the 800 by 800 output image that results. |
Reseaus replaced with Nulls
Output image for null remrx
Parameter Name:
TO This is the 800 by 800 output image that results. |
Elizabeth Ribelin | 2005-05-02 | Original version |
Elizabeth Miller | 2005-10-24 | Added truth file for gala |
Elizabeth Miller | 2005-11-15 | Modified appTest input path (viking testData areas split) |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |