ISIS Application Documentation
hicrop | Printer Friendly View | TOC | Home |
This program extracts a sub-area from a HiRise cube.
Overview | Parameters |
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:11 |
Parameter GroupsFiles
Options
|
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:11 |
The HiRISE cube which will be cropped.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The camera kernel file that will be used to spiceinit the cube. This parameter is required to validate that the chosen crop area is covered in the CK kernel. It is also the default method to determine the crop area, if no other crop boundary source is chosen.
Type | filename |
---|---|
File Mode | input |
Default Path | $mro/kernels/ck |
Filter | *.bc |
The spacecraft clock kernel file for the given cube. This parameter is required to find the true spacecraft clock counts and ephemeris times associated with the cube. The default is the highest version found in the mro sclk directory.
Type | filename |
---|---|
File Mode | input |
Default Path | $mro/kernels/sclk |
Internal Default | Use latest MRO SCLK file |
Filter | *.tsc |
The leapsecond file for the given cube. This parameter is required to find the spacecraft clock counts and ephemeris times. The default is the highest version found in the base lsk directory.
Type | filename |
---|---|
File Mode | input |
Default Path | $base/kernels/lsk |
Internal Default | Use latest LSK file |
Filter | *.tls |
Ascii table of pixel offsets representing jitter errors in the camera pointing for a given time. The table has three columns: sampleOffset, lineOffset, and ephemerisTimeSeconds. The user may choose this file as the crop boundary source. In that case, SOURCE=JITTER must also be entered. When the jitter analsis file is used, the program will find earliest and latest times in the file that do not have sample and line offsets that both equal zero. If any other SOURCE value is chosen, this file should not be entered by the user.
Type | filename |
---|---|
File Mode | input |
Filter | *.txt |
The cropped output cube containing a sub-area of the input cube.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This option determines how the boundaries of the cropped cube will be chosen.
Type | string | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | CK | |||||||||||||||
Option List: |
|
The earliest time that will be kept in the cropped cube. This is the initial start time for the cropped cube. If it does not correspond to the beginning of a line, the start time of the cropped cube will be the time corresponding to the beginning of the next line in the input cube. This parameter should only be entered if SOURCE=TIME. If any other SOURCE value is chosen, this value should not be entered by the user.
Type | double |
---|---|
Inclusions |
|
The latest time that will be kept in the cropped cube. This is the initial stop time for the cropped cube. If it does not correspond to the end of a line, the stop time of the cropped cube will be the time corresponding to the end of the previous line in the input cube. This parameter should only be entered if SOURCE=TIME. If any other SOURCE value is chosen, this value should not be entered by the user.
Type | double |
---|---|
Inclusions |
|
The line number of the input cube that will be the first line of the cropped cube. This parameter should only be entered if SOURCE=LINEVALUES. If any other SOURCE value is chosen, this value should not be entered by the user.
Type | integer |
---|---|
Minimum | 1 (inclusive) |
Inclusions |
|
The number of lines that will be taken from the input cube. The last line to be kept from the input cube is found by (NLINES - LINE + 1). If this end line is greater than the number of lines in the input cube, then the number of lines kept will be modified so that the end line calculation equals the number of lines in the input cube. This parameter should only be entered if SOURCE=LINEVALUES. If any other SOURCE value is chosen, this value should not be entered by the user.
Type | integer |
---|---|
Minimum | 1 (inclusive) |
Inclusions |
|