Isis 3 Application Documentation
Trims pixels outside of lat/lon range
Description
Categories
Groups
History
Description
This program trims pixels outside of a user specified
latitude/longitude range. It is meant to work specifically on
camera based cubes. By default, the range is in Planetocentric
latitudes and 0 to 360 positive east longitudes. This can be
overridden using a map projection file.
Categories
Parameter Groups
Files
|
Name
|
Description
|
| FROM |
Input cube to trim
|
| TO |
Output cube
|
| MAP |
Map projection label file
|
Ground Range
Files:
FROM
Description
Use this parameter to select the filename. All bands within the file
will be trimmed.
|
Type
| cube |
|
File Mode
| input |
|
Filter
|
*.cub
|
Files:
TO
Description
This file will contain the results of the circle trim.
|
Type
| cube |
|
File Mode
| output |
Files:
MAP
Description
If a file is not given then this program will assume the
user is entering planetocentric latitude and positive east,
0 to 360 longitudes. Otherwise the labels (LatitudeType,
LongitudeDomain, LongitudeDirection) in the map file
determine the user preferences.
|
Type
| filename |
|
File Mode
| input |
|
Default
| None |
Ground Range:
MINLAT
Description
Pixels which have a latitude less than this value will be
trimmed.
|
Type
| double |
|
Minimum
| -90
(inclusive)
|
|
Maximum
| 90
(inclusive)
|
Ground Range:
MAXLAT
Description
Pixels which have a latitude greater than this value will be
trimmed.
|
Type
| double |
|
Minimum
| -90
(inclusive)
|
|
Maximum
| 90
(inclusive)
|
|
Greater Than
|
|
Ground Range:
MINLON
Description
Pixels which have a longitude less than this value will be
trimmed.
|
Type
| double |
|
Minimum
| -360
(inclusive)
|
|
Maximum
| 360
(inclusive)
|
Ground Range:
MAXLON
Description
Pixels which have a longitude less than this value will be
trimmed.
|
Type
| double |
|
Minimum
| -360
(inclusive)
|
|
Maximum
| 360
(inclusive)
|
|
Greater Than
|
|
History
| Jeff Anderson | 2003-04-28 |
Original version
|
| Jeff Anderson | 2003-04-28 |
Added program to the Cameras category
|
| Jeff Anderson | 2003-04-29 |
Fixed bug in the Xml file
|
| Jeff Anderson | 2003-04-30 |
Fixed problem with projection manager prematurely
destroying projection object
|
| Stuart Sides | 2003-05-16 |
Modified schema location from astogeology... to isis.astrogeology..."
|
| Jeff Anderson | 2003-06-04 |
Added dependent multi-band capabilities
|
| Stuart Sides | 2003-07-29 |
Modified filename parameters to be cube parameters where necessary
|
| Jacob Danton | 2005-12-02 |
Added appTest
|
| Elizabeth Miller | 2006-05-18 |
Depricated CubeProjection and ProjectionManager to ProjectionFactory
|
| Steven Lambright | 2008-05-12 |
Removed references to CubeInfo
|
| Travis Addair | 2009-08-10 |
Mapping group parameters are now placed into the print file.
|