Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


camtrim

Printer Friendly View | TOC | Home

Trims pixels outside of lat/lon range

Overview Parameters

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


History

Jeff Anderson2003-04-28 Original version
Jeff Anderson2003-04-28 Added program to the Cameras category
Jeff Anderson2003-04-29 Fixed bug in the Xml file
Jeff Anderson2003-04-30 Fixed problem with projection manager prematurely destroying projection object
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Jeff Anderson2003-06-04 Added dependent multi-band capabilities
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Jacob Danton2005-12-02 Added appTest
Elizabeth Miller2006-05-18 Depricated CubeProjection and ProjectionManager to ProjectionFactory
Steven Lambright2008-05-12 Removed references to CubeInfo

Parameter Groups

Files

Name Description
FROM Input cube to trim
TO Output cube
MAP Map projection label file

Ground Range

Name Description
MINLATMinimum Latitude
MAXLATMaximum Latitude
MINLONMinimum Longitude
MAXLONMaximum Longitude
X

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
Close Window
X

Files: TO


Description

This file will contain the results of the circle trim.

Type cube
File Mode output
Close Window
X

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
Close Window
X

Ground Range: MINLAT


Description

Pixels which have a latitude less than this value will be trimmed.

Type double
Minimum -90 (inclusive)
Maximum 90 (inclusive)
Close Window
X

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 MINLAT
Close Window
X

Ground Range: MINLON


Description

Pixels which have a longitude less than this value will be trimmed.

Type double
Minimum -360 (inclusive)
Maximum 360 (inclusive)
Close Window
X

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 MINLON
Close Window