ISIS Application Documentation
circle | Printer Friendly View | TOC | Home |
Trims data outside of a circle
Overview | Parameters | Example 1 | Example 2 | Example 3 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Parameter GroupsFiles
Define Circle By:
Enter Center and Radius
Enter 3 Points on Edge
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Use this parameter to select the filename. All bands within the file will be trimmed.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the results of the circle trim.
Type | cube |
---|---|
File Mode | output |
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | CENTERRAD | |||||||||
Option List: |
|
This defines the sample coordinate at the center of the circle. It can be negative or greater than the number of samples in the cube.
Type | double |
---|---|
Internal Default | Middle sample |
This defines the line coordinate at the center of the circle. It can be negative or greater than the number of lines in the cube.
Type | double |
---|---|
Internal Default | Middle line |
This defines the radius of the circle. Pixels outside the radius of the circle centered at (SAMPLE,LINE) will be trimmed. The default value is the lesser of half the samples or half the lines.
Type | double |
---|---|
Internal Default | Half the image size |
Minimum | 1.0 (inclusive) |
This defines the sample coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
This defines the line coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
This defines the sample coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
This defines the line coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
This defines the sample coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
This defines the line coordinate of a point on the circle.
Type | double |
---|---|
Default | 0 |
Example 1Taking all defaults Description
This example shows the result of taking all the default
parameters on the application circle.
line and samp defaulted to the center of the image, and
radius defaulted to the minimum of nl/2.0 and ns/2.0
Command Line
circle from=circle_in to=circle1_out
line and sample default to the center of the image, radius defaults to the
lesser one half of the number of lines or the number of samples
GUI Screenshot
Input Image
Output Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Example 2Small centered circle DescriptionThis example shows the result of setting a smaller radius than the minimum of
ns/2.0 and nl/2.0. The center of the circle defaults to the center of the image
Command Line
circle from=circle_in to=circle_out rad=150
line and sample default to the center of the input image, with a radius of 150
pixels
GUI Screenshot
Input ImageOutput Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Example 3Off centered Description
This example shows the result of circle when the radius center is placed
at the center of the upper right quadrant of the image. The radius is large
enough to include data not in the immage.
Command Line
circle from=circle_in to=circle2_out line=125 samp=375 rad=200
the center of the circle is line 125 and sample 375, with a radius of 200
GUI Screenshot
Input Image
Output Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |