Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


circle2

Printer Friendly View | TOC | Home

Trims data outside of a circle

Overview Parameters

Description

This program will trim (set to NULL) all pixels in an input cube which fall outside of a user defined circle. This works differently than the circle program. It expects the user to supply three points on the edge of the circle and will automatically computer the center of the circle and the radius.

Categories


Related Applications in Previous Versions of Isis

This application replaces the following application existing in previous versions of Isis, which has been deprecated from the current version of Isis:
  • getcirc

History

Kris Becker1996-02-23 Original version
Jeff Anderson2003-04-30 Ported to Isis 3.0
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

Parameter Groups

Files

Name Description
FROM Input cube to trim
TO Output cube

Circle Definition

Name Description
SAMP1First sample coordinate on the circle
LINE1First line coordinate on the circle
SAMP2Second sample coordinate on the circle
LINE2Second line coordinate on the circle
SAMP3Third sample coordinate on the circle
LINE3Third line coordinate on the circle
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

Circle Definition: SAMP1


Description

This defines the sample coordinate of a point on the circle.

Type double
Close Window
X

Circle Definition: LINE1


Description

This defines the line coordinate of a point on the circle.

Type double
Close Window
X

Circle Definition: SAMP2


Description

This defines the sample coordinate of a point on the circle.

Type double
Close Window
X

Circle Definition: LINE2


Description

This defines the line coordinate of a point on the circle.

Type double
Close Window
X

Circle Definition: SAMP3


Description

This defines the sample coordinate of a point on the circle.

Type double
Close Window
X

Circle Definition: LINE3


Description

This defines the line coordinate of a point on the circle.

Type double
Close Window